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