Search 5,000,000+ questions and answers.

Frequently Asked 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

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

Can I run the program from the command line?

Atomic Time Zone - Frequently Asked Questions
Yes. 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:
Related Questions

Can I run Jalview from the command line?

Jalview - FAQ
If you use Java Web Start to launch Jalview, you can start up Jalview with a specific file by typing: If you install with InstallAnywhere you can use several more commands. However, if you call the application with the link provided by InstallAnywhere any output from the application will be sent to output.txt, not standard out. Extra libraries are necessary to run Jalview 2+ compared to version 1+, so you must start the application with the following command: java -Djava.ext.
Related Questions

How can I run an application from the command line?

CodeWeavers - Frequently Asked Questions
If you don't use a desktop (KDE or Gnome), you have installed an application that does not show up on your desktop's menu, or you wish to start your application from the command line you can use one of the methods below. The easiest way to run a Wine command line is via the 'cxrun' utility.
Related Questions

Can I run NovaBACKUP from a command line?

NovaBACKUP Backup Software for CD, DVD, Tape, Removable and ...
Yes. It is a very simple command that can be run at a run prompt, command prompt, or even through the Windows Scheduler. Please see our online technical tip for more information. NovaBACKUP has supported NovaStor's advanced Open File Manager plug-in for extra protection when you need it since the release of version 7.1. In version 7.
Related Questions

Can I run CATNAP from the command line?

CATNAP : FAQ
Yes, all CATNAP functionality is available from the command line and can be implemented in batch and script processing.
Related Questions

Can I run it via the command line for batch files, etc?

CD BURNER.CA - Acoustica MP3 To Wave Converter PLUS! Frequen...
Note that it needs the quotes around the path to the MP3 and the c needs to be a capital C. Of course, the MP3 to wave executable directory must be in your path variable or you must put the explicit path to the executable in the command line call.
Related Questions

Is there any way to run PhotoshopRecovery from command line (through Windows Start -> Run menu)?

OfficeRecovery.com - PhotoshopRecovery - FAQ
If you have a problem that is not covered by this FAQ, do not hesitate to contact our technical support team.
Related Questions

Is there any way to run WriterRecovery from command line (through Windows Start -> Run menu)?

OfficeRecovery.com - WriterRecovery - FAQ
If you have a problem that is not covered by this FAQ, do not hesitate to contact our technical support team.
Related Questions

Is there any way to run PDFRecovery from command line (through Windows Start -> Run menu)?

OfficeRecovery.com - PDFRecovery - FAQ
Yes, you can easily run PDFRecovery from command line and use it in your batch sceneries. The format for this call is: pdf.exe <original filename with path> "<recovered filename with path>" (without angle brackets). PDFRecovery is able to recover secured documents. However, PDFRecovery does not restore security settings of the original PDF document. The recovered document is created without any encryption.
Related Questions

Is there any way to run ParadoxRecovery from command line (through Windows Start -> Run menu)?

OfficeRecovery.com - ParadoxRecovery - FAQ
If you have a problem that is not covered by this FAQ, do not hesitate to contact our technical support team.
Related Questions

Is there any way to run ZipRecovery from command line (through Windows Start -> Run menu)?

OfficeRecovery.com - ZipRecovery - FAQ
If you have a problem that is not covered by this FAQ, do not hesitate to contact our technical support team.
Related Questions

Is there any way to run DBFRecovery from command line (through Windows Start -> Run menu)?

OfficeRecovery.com - DBFRecovery - FAQ
Yes, you can easily run DBFRecovery from command line and use it in your batch sceneries. The format for this call is: dbf.exe <original filename with path> "<recovered filename with path>" (without angle brackets).
Related Questions

Is there any way to run OracleRecovery from command line (through Windows Start -> Run menu)?

OfficeRecovery.com - OracleRecovery - FAQ
Yes, you can easily run OracleRecovery from command line and use it in your batch sceneries. The format for this call is: ora.exe <original filename with path> "<recovered filename with path>" (without angle brackets). To recreate Oracle database, process resulting sql scripts starting with schema.sql and following by dataNNNN.sql. The Oracle database will be recreated from scratch.
Related 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 - FAQs
This 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.
Related Questions

Is there any way to run WordPerfectRecovery from command line (through Windows Start -> Run menu)?

OfficeRecovery.com - WordPerfectRecovery - FAQ
Yes, you can easily run WordPerfectRecovery from command line and use it in your batch sceneries. The format for this call is: wpr.exe <original filename with path> "<recovered filename with path>" (without angle brackets).
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

Got A Question? Ask Our Community!


More Questions >>

© Copyright 2007-2008 QueryCAT
About • Webmasters • Contact