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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS (detected)
UTF-8
Wrap
DOS Batch File
|
1994-09-29
|
288 b
|
17 lines
@echo off
echo\ >temp____.$$$
if not exist temp____.$$$ goto error
del temp____.$$$
if exist temp____.$$$ goto error
type readme.txt | more
pause
ren go.dat go.exe
go.exe
ren go.exe go.dat
goto end
:error
echo\
echo ディスクの書きこみ禁止を解除してください。
:end
echo\