Extra Commands



In this section we are going to describe the extra commands that are in the Extra tab of the command panel. You are not going to use them very often, but always come handy at some point.



Execute a program

This command will launch an external executable program. You will have to introduce the path to the executable file relative to the SexScripts folder or the console command that will be executed. You can also select an option to perform a wait until the launched program ends its execution. If you don't select this last option, this command won't perform any wait and the script will continue after the program is launched. Please take care using this command because you will be probably doing OS dependent things if executing .exe .bat or .sh files. To avoid this, your script should discriminate the slave OS (the special character $os can be helpful here) and offer different executions depending on the slave's operative system. Or more simply, instead of consulting the slave os, your script can execute a jar file containing the program. To do this, when you specify the program that will be launched, introduce 'java -jar PathToYourJar' without the quotes and replacing PathToYourJar for the path to the jar file you want to execute relative to the SexScripts folder.



Open web page

This command will open the slave's default browser with the specified url. The slave must have an internet connection if the url is the address of some web page over the internet.



Open File

This command will open the specified file in the slave's system. You can specify a file from your script resources selecting it from the droplist, or you can use a file outside your script's resources. In that last case you should specify the path to the file relative to SexScripts folder. You can use the browse button to easily retrieve that path.



Ask to send an e-mail

This command will open the default slave's email manager ready to send an email to the specified address. The slave will have to have an internet connection to be able to send the email.



Play a video

This command will open the slave's default player and play the specified video in it. You can specify a video from your script resources selecting it from the droplist, or you can use a video outside your script's resources. In that last case you should specify the path to the video file relative to the videos/ folder of SexScripts. You can use the browse button to easily retrieve that path.



Open CD Tray

This command will open all the CD trays in the slave's computer.



return to the contents page