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

  1. @ echo off
  2. echo The following command line will display all points on test.dat
  3. echo and label the axis Charge distribution vs X
  4. echo                grapher test.dat all Charge distribution vs X
  5. echo Note: That keyword [all] is neccessary to plot all data & label it
  6. pause
  7. grapher test.dat  all Charge distribution vs X (No Zoom)