[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

J I

6/26/2006 8:03:00 PM

How can I access folders with the command below. It has a space in the
name like the example below "c:\My Music". I can access any other
folders or files that do not have a SPACE in the name like
"c:\Administrator" but not "c:\My Music". Is there a way to access
Files and Folders with the script below that has a SPACE in the Name of
the File or Folder.


set WshShl = WScript.Createobject("WScript.Shell")

WshShl.Run "c:\My Music"



*** Sent via Developersdex http://www.develop... ***