home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Hall of Fame
/
HallofFameCDROM.cdr
/
proglc
/
batch.lzh
/
EDIT.BAT
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1986-10-03
|
256 b
|
9 lines
echo off
if $$%1 == $$ goto last
set lastfile=%1
goto start
:last
echo Re-editing file %lastfile%
:start
vedit %lastfile%