home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / sys / mac / programm / 18593 < prev    next >
Encoding:
Internet Message Format  |  1992-11-18  |  1.3 KB

  1. Xref: sparky comp.sys.mac.programmer:18593 comp.sys.mac.misc:19318
  2. Newsgroups: comp.sys.mac.programmer,comp.sys.mac.misc
  3. Path: sparky!uunet!caen!mtu.edu!warner
  4. From: warner@mtu.edu (Thumper (Nate))
  5. Subject: Re: Is it possible to do batch job with MPW?
  6. Message-ID: <1992Nov18.191816.25168@mtu.edu>
  7. Organization: Michigan Technological University
  8. References: <1992Nov17.030205.7395@midway.uchicago.edu>
  9. Date: Wed, 18 Nov 1992 19:18:16 GMT
  10. Lines: 25
  11.  
  12. choi@gsbsrc.uchicago.edu (Dongseok Choi) writes:
  13. >How can I delay the 'move output output1' until program finishes?
  14. >Is it possible with MPW?
  15. >Any other suggestions?
  16.  
  17. >Choi
  18. >choi@gsbsrc.uchicago.edu
  19.  
  20. Doesn't MPW already wait until the tool is done?  I thought it did.  If you are
  21. using an outside  program and not a tool, I should think that you could have
  22. the shell wait until something is returned, by maybe something like this:
  23. PSEUDO CODE::
  24. wait until (return <> "")
  25. then do ...
  26.  
  27. etc.  
  28.  
  29.  
  30.         -Nate
  31. -------------------------------------------------------------------------------
  32. | Restraint- Tough to achieve and | warner@mtu.edu   ntwarner@mtus5.cts.mtu.edu
  33. |  no fun once you do!! - Thumper | US SNAIL => Nate Warner @ 222E Coed
  34. ----------------------------------|                     Houghton MI, 49931-1195
  35.                   |--------------------------------------------
  36.  
  37.