home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 332.lha / IPC_nov89 / Small_Demo / demo.script < prev    next >
Text File  |  1990-01-09  |  509b  |  12 lines

  1. cd Small_Demo
  2. ;NOTE -- a strange glitch in the (Amigados 1.2) RUN causes it to write the
  3. ;file "*" to this disk[!!?]. This will make it complain if write-protected.
  4. ; the ">NIL: redirection is required if there is more than one RUN in the
  5. ; script to prevent Gurus (so it is included for safety here too).
  6. run >NIL:  SimpleServer >CON:0/0/639/80/SimpleServer:
  7. wait 2
  8. SimpleClient <"CON:40/90/600/100/SimpleClient Input":
  9. ; when client exits, we call the quit message sender to send to port "Demo":
  10. Quit Demo
  11.  
  12.