is there any update on the following code for Mycomputer

Discuss and share scripts and script files...
Post Reply
kotlmg
Posts: 321
Joined: 30 Jun 2010 17:14

is there any update on the following code for Mycomputer

Post 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?

serendipity
Posts: 3360
Joined: 07 May 2007 18:14
Location: NJ/NY

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

Post by serendipity »

Yes, its possible, but rename does not belong there. So, sorry.

kotlmg
Posts: 321
Joined: 30 Jun 2010 17:14

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

Post by kotlmg »

how to eject cd/dvd/USB sticks with xyplorer script? cd door open and close?

zer0
Posts: 2676
Joined: 19 Jan 2009 20:11

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

Post 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
Reporting a bug? Have a wish? Got a question? Use search - View roadmap - FAQs: Forum + XY site
Windows 7/10
Always using the latest stable two-decimal build

Post Reply