home *** CD-ROM | disk | FTP | other *** search
/ Share Gallery 1 / share_gal_1.zip / share_gal_1 / WINGO.BAT < prev   
DOS Batch File  |  1994-04-19  |  198b  |  12 lines

  1. echo off
  2. If "%1"=="" GOTO error
  3. cls
  4. win %1\dos\win_if\msarn110.exe %1\dos\win_if\cdconx.mdb
  5. echo on
  6. cls
  7. GOTO end
  8. :error
  9. echo Please indicate drive letter ! Example :   wingo.bat L:
  10. :end
  11.  
  12.