home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / HLYX.RAR / DOATTRIB.BAT < prev    next >
Encoding:
DOS Batch File  |  1995-12-13  |  318 b   |  11 lines

  1. @ECHO OFF
  2. echo
  3. echo Run this batch file once if you use Lantastic.  If makes the main LORD
  4. echo files readonly.  Run NOATTRIB.BAT to undo this.  (undo when upgrading,
  5. echo or new files won't be copied over your old ones)
  6. echo
  7. attrib +R lord.exe
  8. attrib +R lord.ovr
  9. attrib +R lordtxt.dat
  10. attrib +R lordrip.dat
  11.