home *** CD-ROM | disk | FTP | other *** search
- What is a command line? Its like a pre-load instruction for the
- program to use. The following will run Myprog.exe with the
- command line: /Close
- Myprog.exe /Close
- The command line dosent have to contain a /
- This can be useful to tell the program to just run a spacific
- operation, instead of loading the entire program.
- To find out how the command line works, look in the Form_Load
- event in form1.
-
- Run a program with a command line by going to:
- Start menu>Run> (program name and path) (Command line)
-