Subscribe to RSS newsfeed

|
Contents
- Index
Command Line Options
Command line options can be used to automate tasks in a batch file.
First, find the name of the executable file. Normally this will be C:\Program Files\Solent\Webcam\WebStrip.exe
This is followed by the options themselves which take the form
<command> <options> <command> <options>
Some commands to not take options. You add as many commands as you like, They will be executed from left to right, with one command being processed at a time. Each item is separated by a space. If the options include a space, enclose them in double quotes.
Status messages will be displayed the next time WebStripper is started.
Example:
WebStrip -download "my website" -download "another site" -close
This will download the site called 'my website'. When this is complete the site called 'another site' will be downloaded, then WebStripper will close down.
Available commands are:
-close
Caused WebStripper to close down and stop processing the command line. Any commands to the right of the close command will be ignored.
-download <site name>
Downloads a site with the chosen name. Note that it is possible to have more than one site with the same name. WebStripper will download the first site it finds with the given name. It is advisable to use a unique name for a site you want to download from the command line.
Example:
WebStrip -download webstripper
^
Most material on the internet is copyrighted.
If you intend to use downloaded material for
anything other than personal use you must obtain the copyright holders permission first.
Solent Software is opposed to copyright theft.
|