home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BUG 4
/
BUGCD1997_05.BIN
/
aplic
/
clip4win
/
clip4win.exe
/
C4W30E.HUF
/
SOURCE
/
CL.BAT
< prev
next >
Wrap
DOS Batch File
|
1993-06-04
|
198b
|
10 lines
echo off
clipper %1 /n /m /w
if errorlevel 1 goto exit
if exist %1.def goto use_def
link /se:600 %1,,nul,clip4win,clip4win.def
goto exit
:use_def
link /se:600 %1,,nul,clip4win,%1.def
:exit