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