home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 26 / CD_ASCQ_26_1295.iso / vrac / fluke13.zip / COPYWAVE.MAC next >
Text File  |  1995-06-14  |  386b  |  10 lines

  1. : copywave
  2. mkdir waveform          create a subdirectory
  3. cd waveform
  4. copy a wavea            put channel a into file wavea.*
  5. copy b memory5          and channel b into memory5
  6. copy wavea b            put the wavea file into b
  7. : copy a b                is also possible
  8. copy wavea acopy        make a disk file copy called acopy
  9. cd ..                   return to where you were
  10.