How 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 QuestionsWhy 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 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 QuestionsMy 5 megabyte file is crashing the command line, help?
Xindice 1.0 Frequently Asked QuestionsSee FAQ #2. Xindice wasn't designed for monster documents, rather, it was designed for collections of small to medium sized documents. The best thing to do in this case would be to look at your 5 megabyte file, and determine whether or not it's a good candidate for being sliced into a set of small documents. If so, you'll want to extract the separate documents and add them to a Xindice collection individually.
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 QuestionsHow do I Move, Copy, or Delete a File from the Command Line?
Department of Mathematics Computing Documentation, Duke Univ...ls : This command stands for List. If you type ls and press enter, a list of files in the currend directory will be displayed. Useful options include ls -C which will show the list in a column format, and ls -l which will show the list is a long format with more information. You may also combine these with the option -a to show "All" files, including those that begin with a . and are thus called "hidden" since they do not display without the -a option, e.g. ls -al.
Related QuestionsHow do I open a file with a name beginning with '+' from the command line?
The GNU nano editor FAQIf a command line option that begins with '+' is followed by another option, the former is always treated as a starting line number and the latter is always treated as a filename. If a command line option that begins with '+' isn't followed by another option, it's always treated as a filename. Examples: To open '+filename.txt' starting on line 1 and 'filename.txt' starting on line 10 (if nano has been compiled with multibuffer support): nano +1 +filename.txt +20 filename.txt
Related QuestionsHow to print a PDF file from command line?
MTU Department of Computer ScienceIf you don't specify the printer, the file is printed at the default printer. The default printer is the nearest printer from your computer. It is set in the environment variable PRINTER. You can view the current default printer using the following command:
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 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 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 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 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 install a .inf file from the command line?
Environment settings set by a batch file are not working.The normal method to install a .inf file is to right click on it and select Install from the context menu however it is also possible to install from the command line. The syntax is:
Related QuestionsHow can I view the permissions a user has on a file from the command line?
Environment settings set by a batch file are not working.A utility is supplied with the resource kit called perms.exe which can be used to view permissions on files/directories. The usage is
Related QuestionsI need a command-line tool to change the Icon in an exe file. Do you have that?
Resource Tuner: Support F.A.Q. What are packers? Is this fil...Yes, we have Resource Tuner Console. Since there may be more than one icon in an exe file, the tool supports Icon resource files (files with a .ICO extension) that contain one or more images which may be at different pixel sizes and/or color depths. If an .ico file contains more than one image, the whole icon set will be added or changed (depending on the EditMode and ChangeMode settings) at once. RTC accepts input from a script file.
Related QuestionsHow do I transfer a file using the DOS command line?
FAQ - PSC / Percon - FalconThe Falcon DOS portable data terminal uses standard serial communications to send and receive files from a PC. Most Falcons are used either with a supplied Portable Applications Library (PAL) program or one created using the Universal Program Generator (UPG) (or with another application development tool in conjunction with the Developer?s ToolKit). Standard applications usually accomplish data file transfer through a menu option send command, rather than directly from the DOS command line.
Related QuestionsCan I run AutoSplit plug-in from command-line or batch file?
AutoSplit Frequently Asked QuestionsYes, AutoSplit plug-in can started from outside of Adobe Acrobat. Detailed instructions on how to execute document splitting sequence from command-line or a batch files can be found here.
Related QuestionsHow do I insert short (DOS, 8.3) file names in the Command Line?
Servant Salamander File Manager - Frequently Asked QuestionsIf you add the Shift key to the hotkeys for inserting in the Command Line (Ctrl+Enter - focused name, Ctrl+[ - left panel path, Ctrl+] - right panel path, and Ctrl+Space - active panel path), they'll work with short names (Shift+Ctrl+Enter inserts the short name of focused file or directory, etc.). You have probably instructed Salamander to use wrong rar binary. Salamander expects the rar Win32 console mode application, not the windowing (GUI) one.
Related QuestionsIs there a limit on the size of file PGP Command Line can encrypt?
PGP Corporation - Products - PGP Command Line - FAQPGP Command Line does not restrict the size of file that can be encrypted. To successfully encrypt a large file, however, the system on which the file is being encrypted will require enough free disk space to hold both the original file and the encrypted file, which can be as large as the original file, depending on the compression scheme used during encryption.
Related QuestionsIs there a limit on the size of file I can encrypt using PGP Command Line?
PGP Corporation - Products - PGP Command Line -PGP Universal...PGP Command Line does not restrict the size of file that can be encrypted. However, to successfully encrypt a large file, the system on which the file is being encrypted will require enough free disk space to hold both the original file and the encrypted file, which can be as large as the original file, depending on the compression used during encryption.
Related QuestionsWhat file transport protocols does PGP Command Line support?
PGP Corporation - Products - PGP Command Line -PGP Universal...PGP Command Line secures files and therefore does not need to support any specific file transport protocols. Once a file has been encrypted using PGP Command Line, the encrypted file can be transferred using any existing transport mechanism, such as FTP or FTPS, providing maximum deployment flexibility.
Related QuestionsCan I view or set file creator and type codes from the command-line?
OSXFAQ - Technical News and Support for Mac OS XI wrote a little Perl script to "wrap" the GetFileInfo command that comes on the Developer CD: bash$ whats /Volumes/MacHD/* R*ch adrp BBEdit Lite 4.6 CDrw dDrw Glossary_schema.drw MSIE adrp Internet Explorer MSWD adrp Microsoft Word NIFt adrp NiftyTelnet 1.1 SSH r3 CARO PDF ziegnet.pdf You can also make changes using SetFile(1) (also on the Developer CD): G4 [/Developer/Tools] mzieg $ ./SetFile setfile [option...] file..
Related QuestionsHow can I view a file whose name looks like a command line option?
LESSbecause less will think the name is a command line option. The best way to view such a file is to use "--" to mark the end of the real options (if any):
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 Questions