Forums

 
HomeHomeRoyal TS V 1.xRoyal TS V 1.xGeneral Discuss...General Discuss...need help with taskneed help with task
Previous
 
Next
New Post
7/20/2010 11:04 AM
 

hi guys

i need a help with create a new task.

i have created a new exe made by autoit. 7zip.exe that will install automatically.

7zip.exe is placed in file server which is '10.50.1.101\software$\7zip' (without quote)

my idea is right click/select all guests then select the 7zip task and it would fire up the 7zip from file server and install them automatically.

Name Task - 7zip

Command - \\10.50.1.101\software$\7zip\7zip.exe

Arguments - ?????

working directory - ??????

thanks :)

 
New Post
7/20/2010 11:07 PM
 

 Hi wesley,

by default, tasks will only execute on the local machine where Royal TS is installed. Since there's no agent or anything like this, Royal TS is not able to execute tasks on remote machines. However, there's psexec from Sysinternals http://technet.microsoft.com/en-us/sysinternals/bb897553.aspx which allows you to execute tasks remotely if your firewall settings permits that. You could compile a task using psexec like this:

Command: [path to psexec]\psexec.exe
Arguments: \\$Host$ "\\10.50.1.101\software$\7zip\7zip.exe"

hope this helps,

cheers!


Stay in touch with code4ward.net:

Subscribe to our Blog RSS FeedFollow us on TwitterLike us on FacebookOur Google+ page
 
Previous
 
Next
HomeHomeRoyal TS V 1.xRoyal TS V 1.xGeneral Discuss...General Discuss...need help with taskneed help with task


spacer
dummy