home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / bbs / hqwk52dm / hqwk52 / examples / quickbbs.bat < prev    next >
DOS Batch File  |  1994-02-26  |  540b  |  40 lines

  1. cd G:\SEMPER\
  2. getspeed.prg
  3.  
  4. set baud -B $status
  5. condense baud
  6. cd G:\qbbs\
  7. quickbbs $baud
  8. goto last
  9.  
  10. :holoqwk
  11. cd g:\holoqwk\
  12. holoqwk.prg
  13. goto again
  14.  
  15. :filesyst
  16. CD G:\QBBS\FILESYST\
  17. FILESYST
  18. goto again
  19.  
  20. :fogsyst
  21. CD G:\QBBS\FOGSYST\
  22. FILESYST
  23. goto again
  24.  
  25. :jekyll
  26. cd G:\qbbs\jekyll\
  27. runjek.prg -r100
  28. chkjek.prg -r100
  29. :again
  30. cd g:\qbbs\
  31. quickbbs -r
  32. :last
  33. if $status == 200 then goto jekyll
  34. if $status == 120 then goto filesyst
  35. if $status == 110 then goto fogsyst
  36. if $status ==  40 then goto holoqwk
  37.  
  38. system
  39.  
  40.