What command line parameters are supproted?
Pegtop PStartYou can specify an alternative name for settings, if you execute "PStart second" settings are stored in "second.xml". Add the "-exit" parameter to exit PStart via command line.
What command line parameters exist?
Doom FAQTo use most of these parameters, start DOOM by typing: "doom -devparm ". If the "-devparm" parameter is not needed, the parameter will be marked with a plus (+). Most of these parameters can be mixed and matched to create different effects. For instance, typing "doom -devparm -wart 1 8 -record demo01 -respawn" would record a demo on episode one, level eight, with monster respawn. Lastly, typing F1 during development mode will allow a 256 color screen capture in PCX format. See similar questions...
What are the command line parameters for BitTorrent?
BitTorrent FAQ and GuideI have moved this section to a seperate page as this one is getting quite large. Click Here for the list of command line parameters. See similar questions...
Can I run the program from the command line?
Atomic Time Zone - Frequently Asked QuestionsYes. Atomic Time Zone can be operated in an unattended mode from the Windows 95/98/ME/NT/2000/XP or MS-DOS command line. This allows unattended or batch operation which allows for: See similar questions...
What command-line parameters does DynSite support?
DynSite - FAQThe following parameters may be used separately or together to launch DynSite from the command prompt: Ignores the Run in stealth mode by default and Close DynSite once updates are complete options. This may be required to be able to access the setup when the DynSite icon is not visible from the taskbar See similar questions...
How do I pass parameters from the command line to my build file?
Apache Ant - Frequently Asked QuestionsUse properties. Using ant -Dname=value lets you define values for properties on the Ant command line. These properties can then be used within your build file as any normal property: ${name} will put in value. See similar questions...
How do I change the command line parameters in Windows?
BitTorrent FAQ and GuideThe command line that Windows sends to the BitTorrent program is stored in the registry, with the file-type association for TORRENT files. It can be changed as follows: Wait a moment for Windows to load the list, then scroll down and select the TORRENT extension. Tip: press the 't' key to jump to entries starting with t. Note: The file extension column might be truncated to just TORR... Note the double-quotes around %1, and your Program Files directory might be different. See similar questions...
What are the network command line parameters for DOOM?
Doom FAQLOADGAME allows you to start DOOM from a specified save game. Instead of using the saved game name, simply enter the number (0-5) that corresponds to the slot you saved the game to on the SAVE GAME screen. DEATHMATCH starts DOOM as a DeathMatch game. If you don't enter DEATHMATCH as a command line parameter, DOOM will default to Cooperative mode. EPISODE sets the episode (1-3) you wish to play. The default episode is Episode One, Knee-Deep in the Dead. See similar questions...
How can I start the IDE using command line parameters?
Modelworks SoftwareOne way is to create a shortcut to the exe and then add the command line parameters to the shortcut's command line (to get to the shortcut's command line use the context menu). For example, to run the IDE with the /nominds option add /nominds after the file name. Then to run the exe just double click on the shortcut. Another way is to add the command line options using explorer's File Types dialog for that file type and operation. See similar questions...
Can I run NTBACKUP from the command line?
Environment settings set by a batch file are not working.ntbackup <operation> <path> /a /b /d "text" /e /hc:<on/off> /l "<filename>" /r /t <backup type> /tape:n /v This will be backup . If you wanted to eject a tape you could enter eject (but must also include the /tape parameter) The list of drives and directories to be backed up. You may not enter file names or use the wildcard character. To backup multiple drives just put a space between them, e.g. ntbackup backup c: d: etc.. See similar questions...
Can I control RecordPad from the command line or from my own program?
RecordPad Professional Sound Recording Software - Frequently...Yes. RecordPad has it's own SDK which explains all the options. Please see www.nch.com.au/recordpad/sdk.html. See similar questions...
How can I invoke an operating system command from within a program?
Infrequently Asked Questions in comp.lang.cAsk the user to open a new shell. The best way to do this is system("echo Please open a new shell now."); sprintf(cmdstring, "echo Enter the command '%s' in it.", cmd); system(cmdstring); The traditional solution, pioneered by Microsoft, is to sell enough copies of your proprietary, slow, and limited software that everyone else supports your formats. See similar questions...
How do I draw a line to replace the functionality of VB6's Line command?
General - Windows Forms FAQsTry this code: Dim g as Graphics g = frmMain.CreateGraphics() g.DrawLine(Pens.Black, new Point(0,0), _ new Point(frmMain.ClientRectangle.Width), frmMain.ClientRectangle.Height) g.Dispose() This should draw a line from the upper left to the bottom right... See similar questions...
Is there a CLI (command line interface) version?
Team Discovery TSC FAQ - dslreports.comFirst, of course install TSC. Open TSC and right click on the icon in your task bar (near the clock). Select properties. Set your candidate queue to whatever you want. I max mine out. If you have a dialup computer, unselect the online tab. Click ok, and then right click again and select exit. In this directory, there is a file called readme.txt.. it might be a good idea to read this. It's kind of hard to understand. Now edit (with notepad or something like it), the file called launch. See similar questions...
How do I train SpamBayes (command line method)?
SpamBayes FAQGiven a pair of Unix mailbox format files (each message starts with a line which begins with 'From '), one containing nothing but spam and the other containing nothing but ham, you can train SpamBayes using a command like: python sb_mboxtrain.py -g ~/tmp/newham -s ~/tmp/newspam The above command is OS-centric (e.g., UNIX, or Windows command prompt). You can also use the web interface for training as detailed above. See similar questions...
How do I pass command-line arguments to a test execution?
JUnit FAQIf the number of parameters on the command line gets unweildy, pass in the location of a property file that defines a set of parameters. Alternatively, the JUnit-addons package contains the XMLPropertyManager and PropertyManager classes that allow you to define a property file (or XML file) containing test parameters. See similar questions...
How do I get the plot command to cycle through line-types?
MATLAB Frequently Asked QuestionsMATLAB v4.1 has a an axis property LineStyleOrder for this. Monochrome users can tell MATLAB to always use white lines and cycle through their favorite line styles with the commands: set( 0, 'DefaultAxesColorOrder', [1 1 1] ) set( 0, 'DefaultAxesLineStyleOrder', '-|:|--' ) See similar questions...
How do I detect the number of command-line parameters supplied to a PL/SQL script ?
The Oracle (tm) Users' Co-operative FAQ - IndexHow do I find all the starting positions and counts of consecutive occurrences of non-alphanumeric characters (at each position) in a SQL Statement See similar questions...
Why does my program run fine from the command line, but fail when run as a service?
MKS Toolkit, D?veloppement UNIX et Windows - FAQsThis is most likely an issue with the security context under which the application runs. By default, services run as NT Authority\System. This account has limited access to system resources (e.g., the file system). Please see the Debugging a Service section of the Porting Daemons chapter of the Cross-Platform Developer's Guide to learn how to determine what is failing. See similar questions...
How to access variables or functions in a Ch program from Ch shell command line?
Frequently Asked Questions for ChIn Ch shell, You can access variables or functions in a Ch file if they are global variables or functions. For example, if you have a file called test.ch, You can access variable var in Ch shell after running the "test.ch". The following example is an example for accessing function in a Ch file from Ch shell. cat test.ch /* this is the file test.ch */ #include int var = 5; var += 1; // or any other statements Here is an example how it can be done in a Ch shell. > cat prog. See similar questions...
Explore Other Topics
What causes hard water ?Can enzymes be harmful if you take too many?
What's that screeching noise from my automatic transmission on hard shifts?
What is Hip Resurfacing?
What is the customary tip for a massage therapist or spa treatment?
Can the service support collect calls?
What kind of food do wolves eat?
How long can I stay?
raquo; Can cannabis make you sterile?
What are the advantages of ADSL over dialup connection?
Should my child use a fluoride toothpaste?
What does it take to become a competent court interpreter?
