Page 1 of 1

Create folder shortcuts using bat

Posted: 31 Mar 2010 07:20
by jamesfui
hi just for a small problem here..

how to CREATE folder Shortcuts using bat
and how to start the shortcut folder too?

thanks!! :)

Re: Create folder shortcuts using bat

Posted: 31 Mar 2010 08:23
by !k
1) shortcut.exe
2) start "" "d:\path\your link.lnk"

Re: Create folder shortcuts using bat

Posted: 01 Apr 2010 03:43
by jamesfui
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 :D

Re: Create folder shortcuts using bat

Posted: 01 Apr 2010 11:37
by !k
jamesfui wrote:Sorry how to you use the shortcut.exe?
cmd /k shortcut.exe -?
jamesfui wrote:does it support windows 7 32bit?
I don't know
jamesfui wrote:And can bat create FOLDER shortcut?
shortcut.exe -t "D:\FOLDER"

Re: Create folder shortcuts using bat

Posted: 03 Apr 2010 12:57
by !k