Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Is there a way to secure the script of my batch file in Windows 2000 Server. I don't want anyone to be able to open my batch file as it has a username and password to access a shared drive. I want to execute this batch file when the server is started.
Name: Lucid Date: March 7, 2002 at 14:05:42 Pacific
Reply:
If it's on an NTFS formatted hard drive, just right-click on it and go to the Security tab. Then adjust the permissions to only allow whoever you want to access it. And make sure you set it so it can do whatever it needs to when you have it run on your server (not sure what it does or how it runs, so do some tests).....
Summary: There is a way, but with a caveat. The "net user" command is what is needed. 1) write a batch file and include the following line: net user administrator password01 Replace password01 with the desire...
Summary: For a simple greeting you can use the Local Security Policy to create one....no need for a batch file. In a domain environment, create a new domain level GPO and enable it in there. ...
Summary: Has anyone wirtten a batch file or know of a program that I can use with win2k to close a program that is running. I have software running on my machine that needs to be closed before my backup runs. ...