hi just for a small problem here..
how to CREATE folder Shortcuts using bat
and how to start the shortcut folder too?
thanks!!
Create folder shortcuts using bat
Moderator: DosItHelp
Re: Create folder shortcuts using bat
1) shortcut.exe
2) start "" "d:\path\your link.lnk"
2) start "" "d:\path\your link.lnk"
Re: Create folder shortcuts using bat
Sorry how to you use the shortcut.exe?
it doesn't seem to run when i double click on it..
does it support windows 7 32bit?
And can bat create FOLDER shortcut?
how to do that if possible?! thanks
it doesn't seem to run when i double click on it..
does it support windows 7 32bit?
And can bat create FOLDER shortcut?
how to do that if possible?! thanks
Re: Create folder shortcuts using bat
cmd /k shortcut.exe -?jamesfui wrote:Sorry how to you use the shortcut.exe?
I don't knowjamesfui wrote:does it support windows 7 32bit?
shortcut.exe -t "D:\FOLDER"jamesfui wrote:And can bat create FOLDER shortcut?