home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Boldly Go Collection
/
version40.iso
/
TS
/
12B
/
VC151.ZIP
/
VCS.BAT
< prev
next >
Wrap
DOS Batch File
|
1992-06-12
|
263b
|
9 lines
@echo off
rem Run VCS.BAT like this:
rem VCS fileone filetwo
rem where fileone and filetwo are two program source files you wish to compare.
vcomp %1 %2 /D > VCS.TMP
if errorlevel 2 goto end
if errorlevel 1 kedit %1 %2 !cline (profile vcs isa 64
:end