home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / prgramer / vcomp / vcs.bat < prev    next >
DOS Batch File  |  1992-03-05  |  235b  |  7 lines

  1. @echo off
  2. rem Run VCS.BAT like this:
  3. rem    VCS fileone filetwo
  4. rem where fileone and filetwo are two program source files you wish to compare.
  5. vcomp %1 %2 /D > VCS.TMP
  6. if not errorlevel 1 kedit %1 %2 !cline (profile vcs isa 64
  7.