home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power GUI Programming with VisualAge C++
/
powergui.iso
/
trialva
/
ibmcppw
/
bin
/
iedit.bat
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
DOS Batch File
|
1996-02-22
|
159 b
|
13 lines
@echo off
set lpexargs=
:start
if .%1 == . goto next
set lpexargs=%lpexargs% %1
shift
goto start
:next
@start EVFXLXPM %lpexargs%
set lpexargs=