home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 31 / CDASC_31_1996_juillet_aout.iso / internet / wsplug31.zip / CMDDOS2.BAT < prev    next >
DOS Batch File  |  1996-02-06  |  405b  |  12 lines

  1. REM ********************************
  2. REM    Dos Command Encapsulation
  3. REM ********************************
  4. REM result_file type cmd_name parm1 parm2 parm3 parm4
  5. REM      %1      %2     %3      %4    %5    %6   %7
  6. REM result_file is the name of the output file
  7. REM token_file contains the name of the output file
  8. %3 %4 %5 %6 %7 > %1
  9. dos2html.exe %1     %1.htm %2
  10. vcopy        %1.htm %1.tok
  11. exit
  12.