home *** CD-ROM | disk | FTP | other *** search
- Xref: sparky comp.sys.mac.programmer:18593 comp.sys.mac.misc:19318
- Newsgroups: comp.sys.mac.programmer,comp.sys.mac.misc
- Path: sparky!uunet!caen!mtu.edu!warner
- From: warner@mtu.edu (Thumper (Nate))
- Subject: Re: Is it possible to do batch job with MPW?
- Message-ID: <1992Nov18.191816.25168@mtu.edu>
- Organization: Michigan Technological University
- References: <1992Nov17.030205.7395@midway.uchicago.edu>
- Date: Wed, 18 Nov 1992 19:18:16 GMT
- Lines: 25
-
- choi@gsbsrc.uchicago.edu (Dongseok Choi) writes:
- >How can I delay the 'move output output1' until program finishes?
- >Is it possible with MPW?
- >Any other suggestions?
-
- >Choi
- >choi@gsbsrc.uchicago.edu
-
- Doesn't MPW already wait until the tool is done? I thought it did. If you are
- using an outside program and not a tool, I should think that you could have
- the shell wait until something is returned, by maybe something like this:
- PSEUDO CODE::
- wait until (return <> "")
- then do ...
-
- etc.
-
-
- -Nate
- -------------------------------------------------------------------------------
- | Restraint- Tough to achieve and | warner@mtu.edu ntwarner@mtus5.cts.mtu.edu
- | no fun once you do!! - Thumper | US SNAIL => Nate Warner @ 222E Coed
- ----------------------------------| Houghton MI, 49931-1195
- |--------------------------------------------
-
-