Wilson WindowWare Tech Support

WinBatch WinBatch+Compiler WebBatch
Home | Tech Database | Tech BBS | White Papers | Purchase


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. Thanks

Answer:

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:   W12876
Filename:   Creating DOS Shortcuts with ShortCutMake.txt