home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / MISC / NETWORK / NETBDAY3.ZIP / NBINST.BAT next >
Encoding:
DOS Batch File  |  1992-06-21  |  375 b   |  11 lines

  1. rem update or install netbday.exe
  2. rem rml 21/06/92
  3. rem this will copy netbday.exe and
  4. rem set the netware flags appropriately
  5. rem if it is already installed it will be reflagged
  6. rem it is assumed to be on the current path
  7. if exist \public\netbday.exe flag \public\netbday.exe rw
  8. copy netbday.exe \public
  9. flag \public\netbday.exe ro s
  10. rem that's all there is to it
  11.