Search 5,000,000+ questions and answers.

Frequently Asked Questions

Why is the linker a command line utility?

FAQs for Remotesoft
Our linker is designed to be seamlessly integrated into your build process. This cannot be done in a reliable and repeatable fashion if the linker depends only on a graphical user interface for operation.
Related Questions

Why a command-line utility?

curn FAQ
I wanted something that was simpler than the existing graphical RSS readers, something that could run unattended and notify me periodically, but unobtrusively, when new items were posted to RSS sites of interest. For me, email is a good notification mechanism. curn sends me email every so often, with updated information from a configured set of RSS feeds; the resulting snapshot information sits unchanged in my mailbox until I'm ready to read it.
Related Questions

Print Studio 2E FAQ
A utility that allows developers to print documents created with Print Studio from their application.
Related Questions

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

Is there a command line utility for encoding to DivX/XviD using AviSynth?

AviSynth FAQ - Avisynth
There is a command line utility called AVS2AVI (and AVS2AVI GUI) for encoding to DivX / XviD using AviSynth (discussion).
Related Questions

How can I use the dbstop command-line utility to shut down an ASA server running on NetWare?

iAnywhere.com - Get The FAQ's on using ASA for NetWare Part ...
To shut down an ASA server using dbstop, you need to be able to connect to one of the running databases as a DBA. (Note that this is the default behaviour; you can change the shutdown permission requirement by using the -gk switch on the server.) You need to give all of the necessary connection parameters to dbstop; for example "dbstop -c ENG=myserver;LINKS=tcpip;UID=dba;PWD=sql".
Related Questions

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

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

edit] Can Inkscape be used from the command line?

FAQ - Inkscape Wiki
Yes, 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 Questions

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

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

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', '-|:|--' )
Related Questions

How do I see the command line?

Borland AppCenter Developer Support Page
On 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 Questions

What is Citation Linker?

Frequently Asked Questions (FAQs) | University Library | UW-...
Citation Linker is related to Find It (see What is Find It?, above). If you have a citation for an article and want to know if the library has access to the source periodical, typing the citation information into Citation Linker and clicking the button will search our online library databases as well as the online library catalog for that periodical.
Related Questions

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).
Related Questions

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 ); } }
Related Questions

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

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

How can I improve the performance of the source code control command-line tool?

Jim Lamb : Team Foundation Server FAQ
You 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 Questions

Can MediaCoder be invoked from command line?

MediaCoder FAQ - MediaCoderWiki
Yes-- 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 Questions

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

How can I add a #define to the linker command file in BCLIDE?

Byte Craft Limited FAQ | Byte Craft Limited
If the #define is not already present in a header file or C program module, create a new header file for it and list the file in the Include Files list. Select the Include Files tab and click Add File. In the Open dialog, choose the file and click OK. It is also possible to specify #define values in the COMMAND= line in the Options tab in BCLIDE.
Related Questions

What is LINKER?

RCS LINKER FAQ
LINKER is a software program designed especially for the organizing, rotating, scheduling and reporting of non-music elements on your radio station.
Related Questions

meferral
Linker is the feature on the meferral toolbar that finds relevant links to insert into your web communications. Linker functions similar to spell check, stepping you through your composition and showing you the words and phrases that can be replaced with appropriate links. You can run Linker by clicking the "Linker" button after you compose a blog entry, email message, or forum posting. Linker integrates with several major blogging and email services.
Related Questions

Q104: What are the command-line switches for Quarterdeck's products?

DESQview/QEMM Frequently Asked Questions: READ BEFORE POSTIN...
Q101: What products does Quarterdeck sell, and what are the current versions? A101: [Versions are the latest known as of the date of the FAQ. If you see a newer version, please let me know.] Quarterdeck has two types of ''upgrades'': major upgrades and compatibility updates. The former involves a changing of the digit before or immediately after the decimal point and represents significant enhancements to the product's performance.
Related Questions

What command-line interfaces are available for version control in Team Foundation Server?

Jim Lamb : Team Foundation Server FAQ
No. We get a lot of requests for this but our contention is that the person defining the policy can't envision the situations that will arise where policy will need to be overridden. Thus, we designed it to be fully auditable by including policy compliance data in the changeset details and in the checkin mail that is delivered, but left it up to the developer to determine whether they have a good reason for overriding.
Related Questions

How do I get at the command line in Windows XP while still in Windows?

The Broadband Reports Windows XP FAQ - dslreports.com
Note that "command" doesn't support long file names. It displays files and folders in 8.3 format. "cmd" has full long file name support.
Related Questions

How do I run DWI with command line arguments?

Dance With Intensity - Frequently Asked Questions
Right click on the .EXE file, and select "Create Shortcut". A new file called "Shortcut to..." will appear in your folder. Right-click this file and go to "Properties". You'll see one text box labelled "Target:" that points to the .EXE file. Go to the end of this text and add the command line arguments there. So to run the program in SDL, fullscreen mode, add " /sdl /fullscreen". Another method is to use a batch file. A sample one, "DWI-sdl.bat" is included.
Related Questions

How can I download a symbol list using the command line?

MLDownloader - Historical stock quotes data for MetaStock - ...
First you have to define the lists you want to download. Click on "Download->Timer". Enter a task name and select the lists you want to download. Click on OK.
Related Questions

Got A Question? Ask Our Community!


More Questions >>

© Copyright 2007-2008 QueryCAT
About • Webmasters • Contact