home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 2: PC / frozenfish_august_1995.bin / bbs / d02xx / d0214.lha / RunBack / README < prev    next >
Text File  |  1989-05-30  |  2KB  |  55 lines

  1. RunBack:        Run a program in the background.
  2.         ***     Now searches your command search path.  ***
  3.                 A revision of Daniel Barrett's version of
  4.                 Rob Peck's "RunBack" program. (Got That ?)
  5.  
  6. Author:         Tim Maffett
  7.                 Molecular Design Ltd.
  8.                 2132 Farallon Dr.
  9.                 San Leandro, CA 94577
  10.  
  11.  
  12. Note:           All previous versions of RunBack have been placed in the
  13.                 Public Domain.  So is all the code I've added.
  14.  
  15.                 See README.barrett and README.peck for info on
  16.                 previous versions.
  17.  
  18.  
  19. INTRODUCTION
  20. ------------
  21.         This version of RunBack has been changed to use the NULL: device
  22. supplied in this ZOO file. (NULL: device by Gunnar Nordmark).  This
  23. is a "real" device, so it solve problems with previous versions of RunBack
  24. which used the Nil: "fake" device which caused Crashes....
  25.  
  26. NOTE:   Gunnar's NULL: device is supplied in this archive. (in the
  27.       null directory if you used zoo x// RUNBACK4.ZOO to unzoo)
  28.  
  29.         See the "null.doc" file and Matt Dillon's "amigaline-d1" article for
  30. more info.
  31.  
  32. 1)      The "null-handler" handler needs to be placed in you l: directory
  33.  and the MountList suplied in nul.zoo must be appended to Your MountList.
  34.  (SEE "null.doc: for details).
  35. 2)      RunBack will take care of mounting Null: for you, so there is no
  36.  need for you to explicitly "mount null:" before using RunBack.
  37. 3)      RunBack still contains Daniel Barrett's modifications so your
  38.  command search path will be searched; ie. you do not have to supply full
  39.  path names to the command you want to RunBack.
  40.  
  41.  
  42. SO WHAT ?
  43. ---------
  44.         Commands which would previously cause RunBack (RunBack3) to
  45. guru should now work (if the guru was cause by the program trying to
  46. communicate with the Nil: "fake" device).  Using Gunnar's NULL: device,
  47. a true "bit bucket", provides more functionality.
  48.  
  49.  
  50. See README.barrett and README.peck for more info on RunBack and it's history.
  51. Note change all references to "Nil:" to "Null:"
  52.  
  53. See null.doc for more info on NULL:
  54.  
  55.