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
:
You can pass the following parameters to the command line:
Control of automatic authorization in surfing. If -a
or -a=0
or -a=false
, then automatic login is disabled, otherwise - is enabled.
Enable automatic authorization:
wasppacer.exe -autostart=1
wasppacer.exe -a=true
Disable automatic authorization:
wasppacer.exe -autostart=0
wasppacer.exe -a=false
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.
Set the limit of the CPU resources as 300 MHz
wasppacer.exe -cpulimit=300
wasppacer.exe -cl=300
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.
Set the number of requests reduced twice
wasppacer.exe -division=2
wasppacer.exe -d=2
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.
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
Control of the login authorization in the surfing.
Enter the login «Demo» for authorization:
wasppacer.exe -l=demo
wasppacer.exe -login=demo
Specifies the maximum number of processes that handle the tasks
Specify the number of processes as 15:
wasppacer.exe -maxworkers=15
wasppacer.exe -m=15
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.
Set the limit of the memory as 100 Mb
wasppacer.exe -memorylimit=104857600
wasppacer.exe -ml=104857600
If the key is specified, then after authorization, while surfing, program will be minimized to the system tray
wasppacer.exe -mi
wasppacer.exe -minimize
Specifies the password for the profile.
Specify «testpass» as the password of the profile
wasppacer.exe -p=testpass
wasppacer.exe -password=testpass
Specifies the name of the profile
Specify «testprofile» as the name of the profile
wasppacer.exe -p=testprofile
wasppacer.exe -password=testprofile
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.
Specify the folder «path1»
wasppacer.exe -profilepath=C:\path1
wasppacer.exe -pp=C:\Leveling\path1
Specifies the IP-address of the socks proxy server
Specify IP:«88.88.88.88»
wasppacer.exe -sh=88.88.88.88
wasppacer.exe -sockshost=88.88.88.88
Specifies the password for socks proxy
Specify the password «1234pass»
wasppacer.exe -sockspassword=1234pass
wasppacer.exe -spw=1234pass
Specifies the port socks proxy
Specify the port «1080»
wasppacer.exe -socksport=1080
wasppacer.exe -sp=1080
Specifies the type of socks proxy
Specify the type «SOCKS5»
wasppacer.exe -sockstype=SOCKS5
wasppacer.exe -st=SOCKS5
Specifies the user name of socks proxy
Specify the user name «testuser»
wasppacer.exe -socksuser=testuser
wasppacer.exe -su=testuser
Specifies the folder that will contain the temporary files needed to run software. You can specify both relative and absolute paths.
Specify the folder «temp2»
wasppacer.exe -tp=C:\path1\temp2
wasppacer.exe -temppath=C:\path1\temp2
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.
Enable the logging to the file c:\work\log.txt
wasppacer.exe -wl=c:\work\log.txt
wasppacer.exe -writelog=c:\work\log.txt