Is there any possibility to let program wait until shell command processing is finished??? I am asking cause i’m running HotCopy over Navision Application Server and i want NAS to wait for end of processing of backup. So i can check if file was created properly. BTW. 1) what “Messaging-Tool” is needed to send emails from Hotcopy??? 2) is there any other possiblity to check if HotCopy run through sucessfully? (instead of taking a look in backup directory [:)])
check SHELL help → shortly, use ReturnCode to run external program modally. ReturnCode := SHELL(…)
sry … i forgot study help first [8)]