Creating DOS ShortCuts using ShortCutMake
Keywords: DOS shortcuts shortcutmake
Question:
How can I set Parameters to the DOS PIF in Windows 95. Is there an easy way with ShortCutMake. ThanksAnswer:
This sets the parameters to "/c dir"ShortCutMake("c:\temp\aaaaaaaa.lnk","command.com","/c dir","",@NORMAL)Or if the file already exists maybe you want ShortCutEdit
Article ID: W12876Filename: Creating DOS Shortcuts with ShortCutMake.txt