home *** CD-ROM | disk | FTP | other *** search
/ The Devil's Doorknob BBS Capture (1996-2003) / devilsdoorknobbbscapture1996-2003.iso / Dloads / Othergam / LOV.ZIP / LOV.BAT < prev    next >
DOS Batch File  |  1992-11-20  |  1KB  |  73 lines

  1. @echo off
  2. cls
  3. rem
  4. rem
  5. rem   * * * * * * * * * * * * * * * * * * * *
  6. rem   *                                     *
  7. rem   *  Legends of Valour - The Dawning    *
  8. rem   *                                     *
  9. rem   * * * * * * * * * * * * * * * * * * * *
  10. rem
  11. rem
  12.  
  13. if exist gtquit goto delquit
  14. if exist gtgame goto delgame
  15. if exist gtdes goto deldes
  16. if exist gttitle goto retitle
  17. if exist gtexp goto delexp
  18. goto titleseq
  19. :delquit
  20. erase gtquit
  21. goto  titleseq
  22. :delgame
  23. erase gtgame
  24. goto  titleseq
  25. :deldes
  26. erase gtdes
  27. goto titleseq
  28. :delexp
  29. erase gtexp
  30. goto titleseq
  31.  
  32. :retitle
  33. erase gttitle
  34.  
  35. rem      * * *           title sequence displayer * * *
  36. :titleseq
  37. title
  38. if exist gtquit goto quit
  39. goto game1
  40.  
  41. rem      * * *                        game module * * *
  42. :game
  43. erase gtgame
  44. :game1
  45. run
  46. if exist gtquit goto quit
  47. if exist gtdes goto des
  48. if exist gttitle goto retitle
  49. if exist gtexp goto exputil
  50. goto batchend
  51.  
  52. rem      * * *          character designer module * * *
  53. :des
  54. erase gtdes
  55. chardes
  56. rem if exist gtquit goto quit
  57. rem if exist gtgame goto game
  58. rem goto batchend
  59. goto game1
  60.  
  61. rem      * * *          expansion                 * * *
  62. :exputil
  63. call lovplus
  64. erase gtexp
  65. goto game1
  66.  
  67.  
  68. goto batchend
  69. :quit
  70. erase gtquit
  71.  
  72. :batchend
  73.