home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / s / syread03.zip / DEMO.BAT next >
DOS Batch File  |  1980-01-01  |  977b  |  53 lines

  1. @echo off
  2. syreader
  3. ln
  4. echo Oops... I forgot to give you SYNERGY.LST, let's try it again.
  5. copy document.lst synergy.lst
  6. ln
  7. pause
  8. syreader
  9. makeidx
  10. ln
  11. echo as you can see, we were missing "MAKEIDX.CFG".  No Problem! MAKEIDX.EXE
  12. echo will make it for you, with your own defaults if you register.
  13. ln
  14. pause
  15. cls
  16. ln
  17. echo type makeidx.exe
  18. ln
  19. type makeidx.cfg
  20. ln
  21. ln
  22. echo this is the default configuration file, we will use it this time around.
  23. ln
  24. pause
  25. cls
  26. type synergy.idx
  27. ln
  28. echo This is what an .IDX file looks like.
  29. ln
  30. pause
  31. synergy
  32. ln
  33. echo Now for a real SLDIR allfiles list.
  34. echo on
  35. copy synergy.sam synergy.lst
  36. copy makeidx.sam makeidx.cfg
  37. @echo off
  38. ln
  39. echo This time We'll use the "/x" switch with MAKEIDX.EXE - This silences
  40. echo the screen output - to speed up processing while run from a remote
  41. echo terminal.
  42. ln
  43. pause
  44. echo on
  45. makeidx /x
  46. syreader
  47. @echo off
  48. del synergy.lst
  49. del synergy.idx
  50. del makeidx.cfg
  51. type thankyou.bye
  52.  
  53.