forum.vdsworld.com Forum Index forum.vdsworld.com
Visit VDSWORLD.com
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


Opening System folders from VDS

 
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> Visual DialogScript 3 Source Code
View previous topic :: View next topic  
Author Message
Dr. Dread
Professional Member
Professional Member


Joined: 03 Aug 2001
Posts: 1065
Location: Copenhagen, Denmark

PostPosted: Mon Jan 28, 2002 8:29 pm    Post subject: Opening System folders from VDS Reply with quote

Here a small handful of shortcuts to open system folders from VDS

Code:

  rem Open "My Documents"
  RUN explorer.exe ::{450D8FBA-AD25-11D0-98A8-0800361B1103}
  WAIT 5
  rem Open "Network Neighborhood"
  RUN explorer.exe ::{208D2C60-3AEA-1069-A2D7-08002B30309D}
  WAIT 5
  rem Open "Recycle Bin"
  RUN explorer.exe ::{645FF040-5081-101B-9F08-00AA002F954E}
  WAIT 5
  rem Open "My Computer"
  RUN explorer.exe ::{20D04FE0-3AEA-1069-A2D8-08002B30309D}
 


Greetings Razz
Dread

_________________
~~ Alcohol and calculus don't mix... Don't drink and derive! ~~

String.DLL * advanced string processing
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> Visual DialogScript 3 Source Code All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum

Twitter@vdsworld       RSS

Powered by phpBB © 2001, 2005 phpBB Group