QueryCAT Logo
Search 5,000,000+ questions and answers.

Frequently Asked Questions

Q#4.6: What command line flags does gsh(1) accept?

news.answers/apple2/GNO-faq
A#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.

Q 1 - What flags are used for?

Welcome to Panavue
R 1 - In manual mode, flags are used to show PanaVue ImageAssembler how you want photos or scanned images to be stitched (in the automatic mode the flags are not used, they are disabled). With your mouse, simply click and drag a flag to some common detail lying on the overlapping part of two consecutive images. While it is possible to zoom in on the images to precisely position flags at the pixel level, this is rarely needed since the Flag Assistant can do the fine tuning for you.

Why does XWin.exe ignore the display depth that I pass on the command line?

Cygwin/X Frequently Asked Questions
When 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.

How can I open files mentioned on the command line, and parse option flags?

Miscellaneous
Here is a skeleton which implements a traditional Unix-style argv parse, handling option flags beginning with -, and optional filenames. (The two flags accepted by this example are -a and -b; -b takes an argument.) #include <stdio.h> #include <string.h> #include <errno.

Why does D2_3DFX hang on startup when I don't specify -nosound in the command-line?

The Official D2_3DFX FAQ - Frequently Asked Questions
I 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.

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..

How does the Command Line Utility work?

Print Studio 2E FAQ
The 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.

Does 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.

How do I draw a line to replace the functionality of VB6's Line command?

General - Windows Forms FAQs
Try 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...

Is there a CLI (command line interface) version?

Team Discovery TSC FAQ - dslreports.com
First, 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.

How do I train SpamBayes (command line method)?

SpamBayes FAQ
Given 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.

How do I pass command-line arguments to a test execution?

JUnit FAQ
If 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.

How do I get the plot command to cycle through line-types?

MATLAB Frequently Asked Questions
MATLAB 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', '-|:|--' )

Q) 4.6 What is the Third floppy connector for?

moons.Com - Reviews of the Saturn Aftermarket
That is for a floppy controller based Tape Drive (The ITBU comes to mind). If you want to be retro, go for it, but any decent SCSI based tape will clean the floor with a floppy controller tape. I did run three floppy drives in a 90 once. W95 did not like it (MS-DOS mode) but I was able to access all three floppy drives.

Does Six Flags Great America have live shows?

Frequently Asked Questions: Six Flags Great America
Nothing provides more lasting memories than a great show, especially when shared with friends and family. That's why, in addition to the most thrilling rides on the planet, you'll find a wide variety of top-shelf entertainment right here at the park. Concerts. Characters. A one-of-a-kind parade. The kind of entertainment you'll be talking about for years to come. For shows, please visit our entertainment page or events page.

Does Six Flags Great America have a dress code?

Frequently Asked Questions: Six Flags Great America
In keeping with our family-friendly atmosphere, and for health and safety reasons, Six Flags Great America strictly enforces a dress code. Proper attire must be worn in the park at all times, including shirts and appropriate footwear. Clothing with rude, vulgar or offensive language or graphics is not permitted at any time (shirts cannot be turned inside out as a solution). Park admission may be denied if clothing is deemed by management to be inappropriate.

How can I get command line editing to work?

R FAQ
The 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).

How can I process command-line arguments?

Andy Mc's C# FAQ for C++ programmers
Like 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 ); } }

How 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.

edit] What if I can't run rebuild Messages.php from the command line ?

MediaWiki FAQ - Meta
If 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.
More Questions >>

© Copyright 2007-2012 QueryCAT
About • Webmasters • Contact