home *** CD-ROM | disk | FTP | other *** search
- rem update or install netbday.exe
- rem rml 21/06/92
- rem this will copy netbday.exe and
- rem set the netware flags appropriately
- rem if it is already installed it will be reflagged
- rem it is assumed to be on the current path
- if exist \public\netbday.exe flag \public\netbday.exe rw
- copy netbday.exe \public
- flag \public\netbday.exe ro s
- rem that's all there is to it