How can I use ePOST from a command line?
FAQ : ePOST Serverless Email SystemFrom the command prompt or a startup script, run the following command in the ePOST directory: java -jar epost-version.jar There are some performance problems with ePOST when a mail client uses multiple connections to download messages simultaneously. Configuring your mail client to use only one connection can help performance. If you have more than one network adaptor in your computer, including virtual network adaptors (like a VPN connection), ePOST may bind to the wrong IP address.
Can I use the command line interface?
iVCD FAQ: MPEG Encoder/Converter & VCD Burner for Mac OS XYes. Open the iVCD package contents and look in the Resources folder to find the pre-built command line utilites. If you are not sure how to do this then you should use the GUI. See similar questions...
What are command line options and how do you use them?
Baarns: Microsoft Access Developer Frequently Asked Question...You can automatically open a database, run a macro, or supply a user name or password when you start Microsoft Access by entering options on the command line. For example, the following command line starts Microsoft Access, opens the Northwind Traders database for exclusive access, and runs the Add Products macro: Opens the specified database for exclusive access. See similar 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.. See similar questions...
How can I use GNUnet from the command line?
GNUnet FAQYes, except for image previews pretty much all features can be accessed with various command line tools. Use gnunet-search to search for content: bin/gnunet-search GPL gnunet://ecrs/chk/9E4MDN4VULE8KJG6U1C8FKH5HA8C5CHSJTILRTTPGK8MJ6VHORERHE68JU8Q0FDTOH1DGLUJ3NLE99N0ML0N9PIBAGKG7MNPBTT6UKG.1I823C58O3LKS24LLI9KB384LH82LGF9GUQRJHACCUINSCQH36SI4NF88CMAET3T3BHI93D4S0M5CC6MVDL1K8GFKVBN69Q6T307U6O. See similar questions...
Can I use Compare and Merge from the command line?
Compare and Merge: The File Compare Utility for WindowsYes, this is possible with Compare and Merge version 1.2 and up. See the manual for more information and examples. See similar questions...
How do I use the gpg command line with Windows?
e-ignite: OpenPGP FAQIf you want to use GnuPG with the Windows Command Line, there are two methods: The easy way and the hard way. The easy way is to configure windows as shown here. This will enable you to open the command line by hitting START > RUN > cmd then just typing the gpg command (for example "gpg --help"). The hard way is that you need to move any file you are working with into the GnuPG directory, then navigate to the particular directory in DOS. See similar questions...
How do I use the GStreamer command line interface ?
Using GStreamerYou access the GStreamer command line interface using the command gst-launch. To decode an mp3 and play it through OSS, you could use
gst-launch filesrc location=thesong.mp3 ! mad ! audioconvert ! audioresample ! osssink . More examples can be found in the gst-launch man page. To automatically detect the right codec in a pipeline, try
gst-launch filesrc location=my-random-media-file.mpeg ! decodebin ! audioconvert ! audioresample ! osssink . See similar questions...
Do I have to use the command line?
FAQ - The Official Wine WikiIf you have a sufficiently recent version of Wine (at least 0.9.60), you do not have to use the command line to use Wine. You can use a graphical interface for most things, much like on Windows. If you are using Ubuntu Hardy, you probably do NOT have a sufficiently recent version of Wine. See this page for upgrade instructions. If you decide to use a version of Wine that is older than 0.9.60, you will have to use the command line when you start .exe files. See similar questions...
How do I use libsvm in Weka?
Weka 3 - Data Mining with Open Source Machine Learning Softw...If you run the classifier weka.classifiers.functions.LibSVM and get the libsvm classes not in CLASSPATH! error message, you are missing the libsvm jar archive in your current classpath. The LibSVM classifier is only a wrapper for using the libsvm classes. Check out the LibSVM article on the Wiki for details about how to use this classifier. See similar questions...
How do I use Weka's classes in my own code?
Weka 3 - Data Mining with Open Source Machine Learning Softw...It's not that hard to use Weka classes in your own code, the following articles give a good overview of how to do that: In general, the articles of the source code category. Note: Weka is open-source software under the GNU General Public License, which means that your code has to be licensed under the GPL as well. See similar questions...
Can I use Weka from C#?
Weka 3 - Data Mining with Open Source Machine Learning Softw...Yes, you can. Read the Use Weka with the Microsoft .NET Framework article on the Wiki. There is also a tutorial for IKVM available. See similar questions...
How 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... See similar questions...
Is 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. See similar questions...
How 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. See similar questions...
How 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. See similar questions...
How 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', '-|:|--' ) See similar questions...
Is it necessary to use the Command line interface or is there a GUI that you can use?
Oracle Data Pump FAQYou can either use the Command line interface or the Oracle Enterprise Manager web-based GUI interface. See similar questions...
How 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). See similar questions...
How 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 ); } } See similar questions...
Explore Other Topics
Does it matter if I install the UV vertically or horizontally?Q:What is the recommended usage?
What is export clearance?
Do I need a three phase electrical supply?
How do I get a concealed weapons permit?
What is the shelf life of frozen salmon?
How much chlorine is in the water supply?
Running 5.1 - Why do I get an error loading libopenal.so.0?
What is your EMR Safety Rating?
Is a minimum GMAT score required?
Can my roof breathe if entirely covered by Grace Ice & Water Shield?
How can I request a "Mini Statement when using the ATM?
What configuration options do I use to connect to gmail/Google from JavaMail?
What is the difference between Nitrocellulose Lacquer and Polyurothane?
