home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / progm / tptools.zip / FIRSTED.ZIP / EDBUILD.BAT < prev    next >
DOS Batch File  |  1987-12-21  |  1KB  |  54 lines

  1. rem edbuild.bat
  2.   rem    Be sure the compiler diskette is in drive A:
  3.   pause  and that this batch file is in drive B:
  4.   a:tpc /ua:\ /ta:\ errors
  5.   if errorlevel 1 goto done
  6.   a:tpc /ua:\ /ta:\ edvars
  7.   if errorlevel 1 goto done
  8.   a:tpc /ua:\ /ta:\ edscrn1
  9.   if errorlevel 1 goto done
  10.   a:tpc /ua:\ /ta:\ edstring
  11.   if errorlevel 1 goto done
  12.   copy *.tpu a:
  13.   del *.tpu
  14.   a:tpc /ua:\ /ta:\ edptrop
  15.   if errorlevel 1 goto done
  16.   a:tpc /ua:\ /ta:\ edcmds
  17.   if errorlevel 1 goto done
  18.   a:tpc /ua:\ /ta:\ int24
  19.   if errorlevel 1 goto done
  20.   a:tpc /ua:\ /ta:\ message
  21.   if errorlevel 1 goto done
  22.   a:tpc /ua:\ /ta:\ eduser
  23.   if errorlevel 1 goto done
  24.   copy *.tpu a:
  25.   del *.tpu
  26.   a:tpc /ua:\ /ta:\ edmemop
  27.   if errorlevel 1 goto done
  28.   a:tpc /ua:\ /ta:\ edback
  29.   if errorlevel 1 goto done
  30.   a:tpc /ua:\ /ta:\ edscrn2
  31.   if errorlevel 1 goto done
  32.   a:tpc /ua:\ /ta:\ ededit
  33.   if errorlevel 1 goto done
  34.   a:tpc /ua:\ /ta:\ edtext
  35.   if errorlevel 1 goto done
  36.   copy *.tpu a:
  37.   del *.tpu
  38.   a:tpc /ua:\ /ta:\ edblok
  39.   if errorlevel 1 goto done
  40.   a:tpc /ua:\ /ta:\ edfinds
  41.   if errorlevel 1 goto done
  42.   a:tpc /ua:\ /ta:\ edfile
  43.   if errorlevel 1 goto done
  44.   a:tpc /ua:\ /ta:\ edmain
  45.   if errorlevel 1 goto done
  46.   copy *.tpu a:
  47.   del *.tpu
  48.   a:tpc /ua:\ /ta:\ ed
  49.   if errorlevel 1 goto done
  50.  
  51.   rem ED.EXE is ready to run!
  52.  
  53. :done
  54.