home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1998 January (DVD) / VPR980100.ISO / DRIVER / DIAMOND / 202J205J / 202J205J.EXE / GO.BAT < prev    next >
Encoding:
DOS Batch File  |  1994-09-29  |  288 b   |  17 lines

  1. @echo off
  2. echo\ >temp____.$$$
  3. if not exist temp____.$$$ goto error
  4. del temp____.$$$
  5. if exist temp____.$$$ goto error
  6. type readme.txt | more
  7. pause
  8. ren go.dat go.exe
  9. go.exe
  10. ren go.exe go.dat
  11. goto end
  12. :error
  13. echo\
  14. echo ディスクの書きこみ禁止を解除してください。
  15. :end
  16. echo\
  17.