1.

Solve : Batch file question 2?

Answer»

Hey,

Here's another batch file question. How would you create a batch file that provides help for three DOS commands, each in seperate screen. The TEXT for each help screen should be stored in a seperate file. The batch file should provide for these scenarios:

1) No PARAMETERS entered
2) Available options
3) UNAVAILABLE options

If someone could help me write this, it would be appreciated.

Thanks a bunch! help already exists. Type the COMMAND, and end with /?.

Like this:

Code: [Select]type /?
GIVES you help with the type command.



Discussion

No Comment Found