home *** CD-ROM | disk | FTP | other *** search
/ HomeWare 14 / HOMEWARE14.bin / graphvew / doodles.arj / GO.BAT < prev    next >
DOS Batch File  |  1992-11-25  |  148b  |  11 lines

  1. echo off
  2. doodle 50
  3. cls
  4. echo Do you want to fill out the order form now ? (Y/N)
  5. ask
  6. if errorlevel 1 goto no
  7. order
  8. :no
  9. cls
  10. echo Thank you !
  11.