How to create shortcut for MS DOS program with switch

  • Thread starter Thread starter JC Home
  • Start date Start date
J

JC Home

Can anybody remind me how to create a shortcut to a dos program with a
switch. I need to specify the directory, program, and parameter
i.e. c>\program files\subdir <program> <switch>

--
Jeff Ciaccio
Dallas, GA
(W) 678-494-7863 x-274
(Fax) (W) 678-494-7865
http://mywpages.comcast.net/ciaccio8515
 
JC said:
Can anybody remind me how to create a shortcut to a dos program with a
switch. I need to specify the directory, program, and parameter
i.e. c>\program files\subdir <program> <switch>

Create a new shortcut, then right-click on it, and select "Properties".
Once in the dialog, select the "Shortcut" tab. Then, in the data entry
line next to "Target:", enter the fully qualified path name
(drive:\directory\subdir\filename.ext) of the executable ENCLOSED IN quote
marks ("), followed by a space, then a forward-slash(/), then the switch
(without a leading space) (/switch). However, some DOS programs use the (-)
(minus sign) as the switch indicator, so make sure you check the documents
for that particular program. Do NOT enclose the switch indicator and switch
in quote marks.

While editing the properties for the DOS shortcut, you can adjust memory
requirements, screen, and any compatibility constraints.
 
Back
Top