---------------------------------- DOTNET Scripting Host (DSH) Version: 1.1.3 (C) Dr. Holger Schwichtenberg 2002 ---------------------------------- NOTE: yes, you use double slashes //ABOUT Shows a dialog box with information about the DSH. //HELP Displays the command line options of the DSH. Info about the silent option is wrong, see below //EN Displays all messages in English. //DE Displays all messages in German. //S Silent. Contrary to the in-EXE help, this will not even print out error messages. Use for production only. //V Verbose. The DSH will print out additional messages for each step of the script execution. //ERRORGUI All error messages will be shown as dialog boxes. //SUCCESSGUI A message box will be shown after successfull execution of the script. //OUT:folder assembly Specifies that the compiled assembly created by the script will be saved in folder. //SERVER:Portnummer Starts the DSH in server mode. The DSH doesn't start a script, but listens to calls from remote instances of the DSH. The DSH listens, until the process is killed. //COMPUTER:Name Name or the IP address of the computer that the script should start on. Without this argument the script will be started on the local system. //PORT:Portnummer Portnummer of the remote instance of the DSH. Without this argument the script will be started on the local system. If the argument //SERVER is also specified, //PORT:NUMBER is the number of the port the DSH listens to. //HTTP For Remote Scripting, HTTP is used instead of straight TCP.