Create folder shortcuts using bat

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
jamesfui
Posts: 50
Joined: 27 Mar 2010 23:00

Create folder shortcuts using bat

#1 Post by jamesfui » 31 Mar 2010 07:20

hi just for a small problem here..

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

thanks!! :)

!k
Expert
Posts: 378
Joined: 17 Oct 2009 08:30
Location: Russia

Re: Create folder shortcuts using bat

#2 Post by !k » 31 Mar 2010 08:23

1) shortcut.exe
2) start "" "d:\path\your link.lnk"

jamesfui
Posts: 50
Joined: 27 Mar 2010 23:00

Re: Create folder shortcuts using bat

#3 Post by jamesfui » 01 Apr 2010 03:43

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

!k
Expert
Posts: 378
Joined: 17 Oct 2009 08:30
Location: Russia

Re: Create folder shortcuts using bat

#4 Post by !k » 01 Apr 2010 11:37

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"

!k
Expert
Posts: 378
Joined: 17 Oct 2009 08:30
Location: Russia

Re: Create folder shortcuts using bat

#5 Post by !k » 03 Apr 2010 12:57


Post Reply