Page 1 of 1

is there any update on the following code for Mycomputer

Posted: 18 Nov 2011 15:10
by kotlmg

Code: Select all

//Save settings
  #182;
//Getkeys
  getkey $count, "count", "CustomButtons";
  getkey $toolbar, "Toolbar", "General";

//Increment count  
  incr $count;
//Button code
  $button= <<<BUTTONCODE
"My Computer|:myco|0" "My Computer|:myco" button "myco", 1	"System info|%winsysdir%\shell32.dll /24"¶¶  run "msinfo32";¶¶-¶¶"Control panel|%winsysdir%\shell32.dll /22"¶¶  #640;¶¶"-Add/Remove programs|%winsysdir%\shell32.dll /163"¶¶  run "control appwiz.cpl";¶¶"-Device manager|%winsysdir%\shell32.dll /164"¶¶  run "devmgmt.msc";¶¶"-Computer management|%winsysdir%\shell32.dll /233"¶¶  run "compmgmt.msc";¶¶"-Display properties|%winsysdir%\shell32.dll /142"¶¶  run "control desk.cpl";¶¶"-Sound properties|%winsysdir%\shell32.dll /169"¶¶  run "control mmsys.cpl sounds";¶¶¶¶¶¶¶¶
BUTTONCODE;
//Setkeys
  setkey $count, "count", "CustomButtons";
  setkey $button, $count, "CustomButtons";
//append button to current buttons list and setkey
  $toolbar=$toolbar.",ctb$count";
  setkey $toolbar, "Toolbar", "General";
//Restart without saving
  #190;
the above code is able to show many items on right click and left click. is it possible to add rename/rename special to the above code?

Re: is there any update on the following code for Mycomputer

Posted: 18 Nov 2011 16:18
by serendipity
Yes, its possible, but rename does not belong there. So, sorry.

Re: is there any update on the following code for Mycomputer

Posted: 19 Nov 2011 12:30
by kotlmg
how to eject cd/dvd/USB sticks with xyplorer script? cd door open and close?

Re: is there any update on the following code for Mycomputer

Posted: 19 Nov 2011 18:20
by zer0
kotlmg wrote:how to eject cd/dvd/USB sticks with xyplorer script? cd door open and close?
Why did you open a separate thread about the same question here: http://www.xyplorer.com/xyfc/viewtopic.php?f=3&t=7267