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

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