Run with parameters
Wasppacer startup processes command line parameters. To do this: run a command line (cmd) and go to the working directory of the program and then to enter the necessary parameters.
For example, parameter -wl
:
Parameters list
You can pass the following parameters to the command line:
-autostart (-a)
Control of automatic authorization in surfing. If -a
or -a=0
or -a=false
, then automatic login is disabled, otherwise - is enabled.
Example
Enable automatic authorization:
wasppacer.exe -autostart=1
wasppacer.exe -a=true
Disable automatic authorization:
wasppacer.exe -autostart=0
wasppacer.exe -a=false
-cpulimit (-cl)
Sets the minimal amount of the CPU resources (in MHz) required to perform tasks. If there is no set amount of the CPU, then the software will not get new tasks to perform.
Example
Set the limit of the CPU resources as 300 MHz
wasppacer.exe -cpulimit=300
wasppacer.exe -cl=300
-division (-d)
Sets the maximum number of requests to the server per unit time according to the formula Q = M/d
, where Q - the number of requests received, M - the maximum allowed number of service requests, d - value of the division parameter. This option is needed in case you need to divide the work of software WaspAce into several (d) machines with the same IP and do not get a lock by AntiDoS.
Example
Set the number of requests reduced twice
wasppacer.exe -division=2
wasppacer.exe -d=2
-interfaceip (-i)
Used to indicate the IP, which will be used during the program. If the key is not specified, then default IP (main) is used.If the key is specified then specified IP is used. It should be appreciated that proxy detection works correctly only if the assigned IP differs from the main IP by no more than 512.
Example
Set the IP for the program work IP:192.168.0.2
wasppacer.exe -i=192.168.0.2
wasppacer.exe -interfaceip=192.168.0.2
-login (-l)
Control of the login authorization in the surfing.
Example
Enter the login «Demo» for authorization:
wasppacer.exe -l=demo
wasppacer.exe -login=demo
-maxworkers (-m)
Specifies the maximum number of processes that handle the tasks
Example
Specify the number of processes as 15:
wasppacer.exe -maxworkers=15
wasppacer.exe -m=15
-memorylimit (-ml)
Specifies the minimal amount of physical memory and the same amount of virtual memory in bytes required to perform tasks. If there is no specified amount of free memory or specified number of free virtual memory in system, then software will not get new tasks to perform.
Example
Set the limit of the memory as 100 Mb
wasppacer.exe -memorylimit=104857600
wasppacer.exe -ml=104857600
-minimize (-mi)
If the key is specified, then after authorization, while surfing, program will be minimized to the system tray
Example
wasppacer.exe -mi
wasppacer.exe -minimize
-password (-p)
Specifies the password for the profile.
Example
Specify «testpass» as the password of the profile
wasppacer.exe -p=testpass
wasppacer.exe -password=testpass
-profile (-pr)
Specifies the name of the profile
Example
Specify «testprofile» as the name of the profile
wasppacer.exe -p=testprofile
wasppacer.exe -password=testprofile
-profilepath (-pp)
Specifies the folder in which will be contained profile.You can specify both relative and absolute paths.
Attention! For each copy of the program Wasppacer.exe there separate folder must be specified.
Example
Specify the folder «path1»
wasppacer.exe -profilepath=C:\path1
wasppacer.exe -pp=C:\Leveling\path1
-sockshost (-sh)
Specifies the IP-address of the socks proxy server
Example
Specify IP:«88.88.88.88»
wasppacer.exe -sh=88.88.88.88
wasppacer.exe -sockshost=88.88.88.88
-sockspassword (-spw)
Specifies the password for socks proxy
Example
Specify the password «1234pass»
wasppacer.exe -sockspassword=1234pass
wasppacer.exe -spw=1234pass
-socksport (-sp)
Specifies the port socks proxy
Example
Specify the port «1080»
wasppacer.exe -socksport=1080
wasppacer.exe -sp=1080
-sockstype (-st)
Specifies the type of socks proxy
Example
Specify the type «SOCKS5»
wasppacer.exe -sockstype=SOCKS5
wasppacer.exe -st=SOCKS5
-socksuser (-su)
Specifies the user name of socks proxy
Example
Specify the user name «testuser»
wasppacer.exe -socksuser=testuser
wasppacer.exe -su=testuser
-temppath (-tp)
Specifies the folder that will contain the temporary files needed to run software. You can specify both relative and absolute paths.
Example
Specify the folder «temp2»
wasppacer.exe -tp=C:\path1\temp2
wasppacer.exe -temppath=C:\path1\temp2
-writelog (-wl)
Specifies the path to the file, in which a log of the software will be recorded. If parameter was not specified, the log will not be recorded.
Example
Enable the logging to the file c:\work\log.txt
wasppacer.exe -wl=c:\work\log.txt
wasppacer.exe -writelog=c:\work\log.txt