home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD1.bin / new / util / cli / brun / product-info < prev   
Fred Fish's Product-Info  |  1994-12-06  |  2KB  |  58 lines

  1. .name
  2. BRun
  3. .type
  4. CLI Tool
  5. .short
  6. Start another program in separate CLI.
  7. .description
  8. BRun is a very simple program which will start any other
  9. CLI program in a totally separate CLI.
  10. BRun works a bit like Run with input/output redirected to
  11. NIL:. Now you may say, why not just do this with a macro:
  12.  
  13.     Alias BRun Run >NIL: <NIL: [] >NIL: <NIL:
  14.  
  15. This is what I tried for a while, but unfortunately it
  16. doesn't always work (I can't actually remember what made it
  17. fail, but believe me there was a problem!)
  18.  
  19. Also, redirecting Run's output to NIL: means that you won't
  20. see any error messages from Run itself, and though it re-
  21. directs standard output it can't stop other programs from
  22. opening '*' and writing to your console window anyway.
  23.  
  24. BRun simply creates a new and totally separate CLI to run
  25. the one command you give it. It does not generate any output
  26. unless there is an error in creating the new CLI.
  27.  
  28. CDBRun is also quite simple and will start any other CLI
  29. program in a totally separate CLI with a different current
  30. directory. This is intended for all those programs which
  31. require certain configuration or support files to be in the
  32. current directory when they start. With this command you
  33. don't actually need to change the current directory of the
  34. CLI you are typing into.
  35. .version
  36. 1.0
  37. .date
  38. yyyy.mm.dd
  39. .author
  40. Ben Hutchings
  41. .requirements
  42. OS2.0+
  43. .distribution
  44. Freeware
  45. .address
  46. 43 Harrison Close
  47. Reigate
  48. Surrey RH2 7HS
  49. ENGLAND
  50. .docs
  51. BRun.doc
  52. .described-by
  53. Richard Fish
  54. .submittal
  55. Submitted on disk directly by the author.
  56.  
  57.  
  58.