It is hard for me to.... because i'm a beginner, no book yet to refer...
Help me solving my problem, I wanna know what command use for opening a folder on a removable drive. As we know, the removable drive letter will change for difference PC/notebook/Laptop, how do i do it??
this is my situation, i make an application, an put it in a removable drive,i write an autorun.inf so everytime user click the removable drive, the application will run. after user enter password and username, and get it right, a MsgBox("Hi..") will appear and user click OK then the removable drive will open it contents.
but my problem is, i dont know what comman to use to open the removable drive.
i've tried
Dim MyPath as String
MyPath = CurDir()
File.Open(MyPath)
it doesnt open the drive letter. Help me please
2007-02-14
11:59:59
·
5 answers
·
asked by
anashah85
1