home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 532.lha / Signal / MainProcess.com next >
Text File  |  1991-07-10  |  310b  |  9 lines

  1. ECHO "*E[32mMain-Process:  *E[0mStarting Sub-Process..."
  2. RUN EXECUTE SubProcess.COM
  3. WAITFOR OK
  4. ECHO "*E[32mMain-Process:  *E[0m'OK' received.  Confirming..."
  5. SIGNAL  CONFIRM
  6. WAITFOR DONE
  7. ECHO "*E[32mMain-Process:  *E[0mSub-Process complete*E[0m"
  8. ECHO "*E[32mMain-Process:  *E[0mContinuing with other tasks..."
  9.