Wedit understands the following command line parameters
|
Argument |
Meaning |
|
/prj :
project-name |
Opens « project-name » at startup. This name should be a valid project already created in previous sessions. Example : Wedit /prj :parser This opens the « parser » project. |
|
/f |
Opens no projects or windows. |
|
/w |
Opens no projects or windows and does not show the startup banner. |
|
executable-name
more args |
Starts the debugger and debugs the executable named in the command line. Passes all further arguments to the program that will be started. For instance, if you want to debug foo.exe with arguments silent and fast, write : Wedit foo.exe /silent /fast Note that the .exe extension is mandatory. |