home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware 1 2 the Maxx
/
sw_1.zip
/
sw_1
/
DBASE
/
STRPDAT.ZIP
/
EDITOR.BAT
< prev
next >
Wrap
DOS Batch File
|
1992-01-11
|
302b
|
13 lines
@echo off
cls
echo This is the EDITOR.BAT file, place your favorite editor name in it.
echo
echo Current file being viewed/edited [%1]
echo
echo PRESS ANY KEY TO RETURN
pause > nul
:Example follows below (remove the colon if you use qedit)
:QEDIT %1