home *** CD-ROM | disk | FTP | other *** search
- ECHO "*E[32mMain-Process: *E[0mStarting Sub-Process..."
- RUN EXECUTE SubProcess.COM
- WAITFOR OK
- ECHO "*E[32mMain-Process: *E[0m'OK' received. Confirming..."
- SIGNAL CONFIRM
- WAITFOR DONE
- ECHO "*E[32mMain-Process: *E[0mSub-Process complete*E[0m"
- ECHO "*E[32mMain-Process: *E[0mContinuing with other tasks..."
-