home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Zodiac Super OZ
/
MEDIADEPOT.ISO
/
FILES
/
04
/
SYMBOL63.ZIP
/
AMEDIT.BAT
< prev
next >
Wrap
DOS Batch File
|
1996-03-21
|
209b
|
9 lines
@echo off
if XX%2 == XX goto out
rem Change "edit" in the following line to the name of your favorite editor.
edit %1
%2 %3 %1
exit
:out
echo This program can only be executed from within Mathomatic.