home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_300 / 376_01 / os2tool.000 / DEMO.CMD < prev    next >
OS/2 REXX Batch file  |  1992-08-31  |  2KB  |  55 lines

  1. @echo                TOOLS/2 DEMONSTRATION.
  2. @echo  
  3. @echo  
  4. @echo This is a small demonstaration of the tools included in the TOOLS/2 package.
  5. @echo The purpose is to show to the uninititated a general view of 
  6. @echo the capabilities offered.
  7. @echo  
  8. @echo TOOLS/2 in intended to work as an addendum to your favourite 
  9. @echo command shell (CMD.EXE or 4OS2.EXE or...). It offers mainly tools that 
  10. @echo the standard shell (CMD.EXE) lacks. It is suggested that you try all tools 
  11. @echo and leave the most useful ones on your hard disk. I also hope
  12. @echo that the inevitable bugs get reported to me.
  13. @echo  
  14. @echo TOOLS/2 offers the following enhancemets over the above mentioned command
  15. @echo shells:
  16. @echo   
  17. @echo      - Full source code and libraries are included.
  18. @echo      - Author lives far away and speaks a foreign language.
  19. @echo      - First public version for "industrial-strength" operations.
  20. @echo   
  21. @pause
  22. @echo   
  23. @echo Distribution policy.    
  24. @echo   
  25. @echo TOOLS/2 is Freeware -- with a Permission to Pay.
  26. @echo Feel free to share it with friends and collegues as long
  27. @echo as it is copied unmodified and in its entiretility (huh?).
  28. @echo  
  29. @echo There is no need to pay for registration, but if you
  30. @echo have excessive amounts of waste-money, you may do so.
  31. @echo See the readme.txt file on disk 1 for instructions.
  32. @echo  
  33. @echo I hope you have modified your PATH as suggested at the end of
  34. @echo the TOOLS/2 installation procedure. (Otherwise this demonstaration
  35. @echo might not find the tools.)
  36. @echo  
  37. @echo So let as start our journey into the dwellings of TOOLS/2...
  38. @echo (Those who haven fallen to sleep yet..)
  39. @pause
  40. call filedemo.cmd
  41. call movedemo.cmd
  42. call timedemo.cmd
  43. call tim2demo.cmd
  44. call memodemo.cmd
  45. call viodemo.cmd
  46. call iodemo.cmd
  47. call kbddemo.cmd
  48. call belldemo.cmd
  49. call convdemo.cmd
  50. call traddemo.cmd
  51. call seridemo.cmd
  52. call osdemo.cmd
  53. call miscdemo.cmd
  54. @echo Happy computing with TOOLS/2.
  55.