home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / 4dos / tour2.btm < prev    next >
Text File  |  1993-11-23  |  3KB  |  50 lines

  1. @echo off
  2. rem
  3. rem TOUR2.BTM used to create dummy files during JP Software "Tour"
  4. rem
  5. echo.
  6. echo Please wait ...
  7. echo.
  8. echo This is dummy file 1 >! file1
  9. echo This is dummy file 2 >! file2
  10. echo This is dummy file 3 >! file3
  11. echo.  >>! file3
  12. echo The text below will be used to demonstrate the LIST >>! file3
  13. echo command.  It is taken from a description of BOOT.SYS, a >>! file3
  14. echo product sold by JP Software. >>! file3
  15. echo.  >>! file3
  16. echo BOOT.SYS is a shareware package which allows you to choose >>! file3
  17. echo your system configuration when your computer boots.  It >>! file3
  18. echo makes managing a variety of configurations (for example, >>! file3
  19. echo booting under plain 4DOS, DESQView, or Windows 3) very >>! file3
  20. echo simple.  It supports multilevel menus, color display, and >>! file3
  21. echo option selection in both CONFIG.SYS and AUTOEXEC.BAT.  It >>! file3
  22. echo is invoked when the system boots, and does not require a >>! file3
  23. echo reboot after changing configurations the way some similar >>! file3
  24. echo programs do.  We use BOOT.SYS here at JP Software, and we >>! file3
  25. echo like it so much we decided to add it to our product line. >>! file3
  26. echo.  >>! file3
  27. echo To use BOOT.SYS effectively you need to be reasonably familiar with CONFIG.SYS and AUTOEXEC.BAT files.  BOOT.SYS >>! file3
  28. echo works with multiple sets of configuration directives >>! file3
  29. echo (DEVICE, SHELL, etc.) in your CONFIG.SYS file.  It presents >>! file3
  30. echo menus to allow you to choose which set or subset of these >>! file3
  31. echo directives to execute, and also provides a program you can >>! file3
  32. echo run in AUTOEXEC to determine which menu choice was >>! file3
  33. echo selected.  You use the result returned by this program in >>! file3
  34. echo IF or IFF statements in AUTOEXEC.BAT in order to make >>! file3
  35. echo AUTOEXEC execute the correct TSRs and other commands corre- >>! file3
  36. echo sponding to the choices you made in CONFIG.SYS.  This >>! file3
  37. echo approach is very powerful when combined with 4DOS IFF / >>! file3
  38. echo THEN / ELSE statements. >>! file3
  39. echo. >>! file3
  40. echo We offer full support for BOOT.SYS through our technical >>! file3
  41. echo support department.>>! file3
  42. echo.  >>! file3
  43. echo A shareware copy of BOOT.SYS is available on the 4DOS >>! file3
  44. echo utility disk, and can be downloaded from our CompuServe >>! file3
  45. echo support area and many other on-line services and local >>! file3
  46. echo BBSes.  You can order your registered copy of BOOT.SYS from >>! file3
  47. echo JP Software for $42 including shipping to the US and Canada. >>! file3
  48. echo File creation completed
  49.  
  50.