home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / pascal / library / dos / grafik / graph11 / demo3.bat < prev    next >
Encoding:
DOS Batch File  |  1991-08-21  |  285 b   |  6 lines

  1. @ echo off
  2. echo The following command line will zoom data points from data #1 to
  3. echo  data #40 and label the axis Charge distribution vs X
  4. echo                grapher test.dat 1 40 Charge distribution vs X
  5. pause
  6. grapher test.dat 1 40 Charge distribution vs X (Zoom at #1 to #40)