Why does XWin.exe ignore the display depth that I pass on the command line?
Cygwin/X Frequently Asked QuestionsWhen running in windowed mode or GDI-based fullscreen mode, XWin.exe must run the X Server at whatever display depth Windows is currently using; in these cases the display depth passed on the command line is ignored. XWin.exe only uses the display depth parameter when running in a DirectDraw-based fullscreen mode, as DirectDraw allows applications to change the display resolution and depth when running in fullscreen mode.
Related QuestionsHow 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.
Related QuestionsHow do I pass REBOL arguments from the command line?
REBOL Language FAQTo pass arguments into a script when launching REBOL from the command line, do the following: commandline> rebol %some-script.r 54321 Launch! Assuming %some-script.r is written as follows: REBOL [ Title: "Command-Line Argument Example" ] print mold system/options/args print mold system/script/args REBOL for BSD is compiled with the newer ELF binary format while many older systems still expect the a.out format. To use REBOL, the BSD installation will need to be upgraded to support ELF.
Related QuestionsHow can I display my help file from the command-line?
FAQIf you're using NT/Win2000 then replace the "winhelp.exe" below with "winhlp32.exe". Select "Start | Run" from the taskbar and type in:-
Related QuestionsCan 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..
Related QuestionsWhy does D2_3DFX hang on startup when I don't specify -nosound in the command-line?
The Official D2_3DFX FAQ - Frequently Asked QuestionsI am currently still investigating the cause of this problem. A common cause, however, appears to be with owners of SoundBlaster AWE32 and AWE64 cards, as well as more recent cards like the SB Live and the SB PCI 128. The best solution so far appears to be to run your SETUP program and verify your soundcard's settings. I also recommend disabling the Music Card setting here - D2_3DFX seems to not be able to handle music cards properly, unlike its unaccelerated counterpart.
Related QuestionsQ#4.6: What command line flags does gsh(1) accept?
news.answers/apple2/GNO-faqA#4.6: There are two. The first is "-c arg", which is supposed to allow one to specify a script on the command line. This seems to be broken, though. The second one is "-f", which tells gsh not to parse its gshrc file, nor do other initialization tasks. Think of it as "fast startup". Unfortunately, empirical tests seem to indicate that gsh is no faster with this flag than without.
Related QuestionsHow 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.
Related QuestionsHow can I display all drivers on a Windows XP or later system from the command line?
English Windows FAQs 2003XP and later OSs come with a utility called Driverquery that lets you display information about all drivers on the system. From the command prompt, type driverquery /v You can also display the information in various formats. For example, to output the driver details in comma-separated value (CSV) format to ease the process of importing the data into a spreadsheet, type Also, be aware that several of the switches (i.e., /s, /u, and /p) let you execute the command against a remote system.
Related QuestionsPine seems to ignore some of my command keystrokes - why?
Pine Information Center--General Usage QuestionsIf some control characters don't work in Pine (or Pico), it is probably because the communication or operating system software you are using is intercepting those characters before they get to Pine. Some that are more likely to be intercepted include ^C, ^J, ^O, ^^, and ^_. If you are unable to reconfigure your communication software to correct this, a work-around is to press the ESCAPE key twice followed by the desired control key.
Related QuestionsHow does PGP Command Line work?
PGP Corporation - Products - PGP Command Line - FAQPGP Command Line performs file-based encryption and decryption to ensure confidentiality of sensitive data and creates and verifies digital signatures to ensure message integrity and provide proof of the origin of data. In addition, PGP Command Line provides key management functionality to allow a user to create new keys, sign partner keys, and interact with directories and keyservers to find partner keys.
Related QuestionsHow does the Command Line Utility work?
Print Studio 2E FAQThe utility supports most of the print options found in Print Studio. The options can be passed to the utility via a series of option / value pairs. The utility then processes the options and prints the designated file in the background. A sample application can be downloaded here.
Related QuestionsDoes Stamp have command line support?
Stamp ID3 Tag Editor - Frequently Asked Questions (Presales)No. The current version (v1.00) does not have command line support. This will be considered for future releases. If none of the above answers your queries please download the software and try it - nothing is better than seeing the software in action. The help files also offer comprehensive information regarding each of the software. You may also wish to try BroadWave's Technical Support page.
Related QuestionsHow 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...
Related QuestionsIs 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.
Related Questionsedit] Can Inkscape be used from the command line?
FAQ - Inkscape WikiYes, Inkscape has a powerful command line interface and can be used in scripts for a variety of tasks, such as exporting and format conversions. For details, refer to the manual page (online, or via the Help > Command line options command, or by man inkscape on Unix).
Related QuestionsHow 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.
Related QuestionsHow 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', '-|:|--' )
Related QuestionsHow do I see the command line?
Borland AppCenter Developer Support PageOn UNIX, run the command ps -deaf and the sever's command line options are displayed. On NT, as part of the NT resources file class is a utility called TLIST.EXE. Running this file for a particular process will show the command line options.
Related QuestionsWhat is the longest command line I can pass to gcc when it is invoked by Make?
DJGPP Frequently-Asked Questions ListA : The arguments are passed to DOS Exec call (Int 21h function 4Bh) via the transfer buffer which is 16KB-long. Apart of the command line, it is also used to pass other info, such as the !proxy parameters and the copy of the environment for the child program (let's say, less than 2000 bytes in most cases, but your mileage may vary). This leaves at least 13K bytes for arguments (including a separating blank between any two arguments).
Related QuestionsCan Robo-FTP pass FTP server logon information via the command line arguments?
Robo-FTP: FAQYes, you can pass a user name and password externally into Robo-FTP through the command line arguments. Search for "command line" in the Help file for more information.
Related QuestionsWhy does jEdit ignore my choice for line separator characters when I save a file?
Usage QuestionsWhen jEdit saves an existing file, it uses the line separator already used by the file. The line separator designated in the buffer options or elsewhere is used only for new files.
Related QuestionsHow can I get command line editing to work?
R FAQThe Unix command-line interface to R can only provide the inbuilt command line editor which allows recall, editing and re-submission of prior commands provided that the GNU readline library is available at the time R is configured for compilation. Note that the 'development' version of readline including the appropriate headers is needed: users of Linux binary distributions will need to install packages such as libreadline-dev (Debian) or readline-devel (Red Hat).
Related QuestionsHow can I process command-line arguments?
Andy Mc's C# FAQ for C++ programmersLike this: using System; class CApp { public static void Main( string[] args ) { Console.WriteLine( "You passed the following arguments:" ); foreach( string arg in args ) Console.WriteLine( arg ); } }
Related QuestionsHow do I search files for a string from a batch file/command line?
Environment settings set by a batch file are not working.There is the basic find command which allows you to search one file at a time for string, however findstr is far more versatile. The command has the following switches FINDSTR [/B] [/E] [/L] [/R] [/S] [/I] [/X] [/V] [/N] [/M] [/O] [/F:file] [/C:string] [/G:file] [strings] [[drive:][path]filename[ ...]] When you execute a batch file (or any other DOS command without a pif setting) the _DEFAULT.PIF file in the %systemroot% directory is used.
Related Questionsedit] What if I can't run rebuild Messages.php from the command line ?
MediaWiki FAQ - MetaIf you don't have access to a shell/command line (usually the case with third party hosting services) then you may find you can use Martin Geisler's phpShell software to achieve the desired result (unless SAFE MODE is not set for php). Installation problems are sometimes weird and hard to diagnose.
Related QuestionsHow can I improve the performance of the source code control command-line tool?
Jim Lamb : Team Foundation Server FAQYou can use Visual Studio 2005 to compile your application and specify that it should run on a 64-bit operating system either as a native application or under WOW64; however, Visual Studio 2005 itself (including Team Suite and the role-based editions) is a 32-bit application and when installed on a 64-bit Windows operating system will run under WOW64. Likewise, Team Foundation Build is a 32-bit application and when installed on a 64-bit Windows operating system will run under WOW64.
Related QuestionsCan MediaCoder be invoked from command line?
MediaCoder FAQ - MediaCoderWikiYes-- see the command line options page for the specifics of how to run MediaCoder from a command line. MediaCoder can be made into a portable application that can be launched from USB storage on different PCs with several steps. For more information about this, please refer to this page.
Related QuestionsWhat 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
Related Questions