Re: How would you go about creating a heap of shortcuts to a batch file?

2006-09-17 Thread Tim Golden
googleboy wrote: > I need to create about 2000 shortcuts to a batch file. > The shortcuts need to have ... You need to use the win32com.shell module from pywin32 extensions. If you search the archives of this group and/or the python-win32 mailing list, you should find several explanations. The bes

How would you go about creating a heap of shortcuts to a batch file?

2006-09-17 Thread googleboy
I need to create about 2000 shortcuts to a batch file. The shortcuts need to have: Name: %parameter%.lnk Target: n:\Path\To\batchfile.bat %parameter% Start In: n:\Path\To\ Where the parameter is filled in by reading in a file with all the shortcut names. Extra bonus points for being able to