home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / g / getquo30.zip / CHART.BAT < prev    next >
DOS Batch File  |  1992-12-22  |  332b  |  9 lines

  1. @echo off
  2. REM This procedure retrieves the %1 file created by STRIPPER.EXE and makes
  3. REM a simple plot file normalized to the High/Low limits of the file.  The
  4. REM plot file is saved as %1.CRT and is approximately 10 times the original
  5. REM size of %1 so watch your disk space.
  6. copy %1 INPUT.DAT
  7. PLOT
  8. copy OUTPUT.CRT %1.CRT
  9.