home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD-ROM Today - The Disc! 1
/
CD-ROM_Today_-_The_Disc_1_April-May_1994.iso
/
utils
/
vde
/
vde164cs
/
strikovr.bat
< prev
next >
Wrap
DOS Batch File
|
1992-09-19
|
390b
|
15 lines
rem STRIKOVR.BAT
rem loads all files of current project into
rem VDE-SP in Word strikovr mode
rem
if exist %1.c goto 3_files
if exist %1.b goto 2_files
c:\word\vde %1.a;strikovr.vdi;strikovr.vdk;strikovr.vdf
goto end
:2_files
c:\word\vde %1.a,%1.b;strikovr.vdi;strikovr.vdk;strikovr.vdf
goto end
:3_files
c:\word\vde %1.a,%1.b,%1.c;strikovr.vdi;strikovr.vdk;strikovr.vdf
:end