home *** CD-ROM | disk | FTP | other *** search
/ Between Heaven & Hell 2 / BetweenHeavenHell.cdr / 500 / 453 / bp.arc / MODIFY0.BAT < prev    next >
DOS Batch File  |  1985-11-18  |  256b  |  10 lines

  1. echo off
  2. rem  modify is CALLed as: modify file directory switch
  3. rem              file=file to edit
  4. rem              directory=directory where the file is
  5. rem              switch=system switch for who call modify
  6. cd %2
  7. ws %1
  8. bp-sys%3
  9. continue
  10.