home *** CD-ROM | disk | FTP | other *** search
- Beep
- Echo "Connecting to drives and printers...please wait"
- ConnectPrinter \\adkins\printername
- Message "everyone gets this message"
-
- [GROUP:Sales]
- Echo "you are part of sales"
- ConnectDrive J: \\adkins\hyena
- ConnectDrive K: \\adkins\users
-
- [USER:Administrator]
- Echo "you are the administrator"
- EXIT
-
- [GROUP:Workers]
- Echo "you are a worker...get to work!!"
- ConnectDrive L: \\adkins\users
-
- [GROUP:LocalTestGroup]
- Echo "you are a member of the local group "LocalTestGroup"
- ConnectDrive M: \\adkins\hyena
-