View Single Post
Old 09-17-2005, 05:05 PM  
tgf2k4
Junior Member
 
Join Date: Sep 2005
Posts: 14
Default executing commands, hav to wait?!

hello,

ive got a problem. i added a new site command:

check = EXEC ..\scripts\check.bat.

the bat is:

Code:
check.exe %1 %2 %3 %4 >> ..\site\check\result.txt
i can execute commands like: site check -hdd -dvd -system and so on. works fine

but i have to wait until commands end. and if i want to scan for viruses remotely it takes very long and so i wont wait until the command ends.

is there a solution to execute a command and quit with client software but the command is executed all the time by the server until it ends?!

some solution would be nice

thank you very much
tgf2k4 is offline   Reply With Quote