Forum: Windows NT / 2000 / XP Jun 16th, 2005 |
| Replies: 1 Views: 19,674 Does anyone know of a script command which will install a network printer for all users on a PC?
As you are probably aware by default it will only install the printer for the person logged on at... |
Forum: Windows NT / 2000 / XP Jun 16th, 2005 |
| Replies: 1 Views: 3,039 Would anybody know how to create a batch file to add a collection of URL's to each user profile on a PC?
For Example:
www.microsoft.com
www.google.com
www.msn.com
etc |
Forum: Windows NT / 2000 / XP Jun 15th, 2005 |
| Replies: 1 Views: 2,869 Does anyone know of a way to defragment an XP machine using a batch file with an 'AT' command? So to create a scheduled task on any PC in which it is run.
And also to allow this script to run... |
Forum: Windows NT / 2000 / XP Jun 15th, 2005 |
| Replies: 1 Views: 1,438 Does anyone have an idea of how I can run a scan via a batch file??? This is to allow me to deploy this script to remote PC's order to run weekly scans for spyware on desktops.
Tried:
at 23:00... |
Forum: Windows NT / 2000 / XP Jun 15th, 2005 |
| Replies: 4 Views: 4,252 Hi Marty,
The 'AT' commands place an entry in the Scheduled Tasks pane under Control panel for each job. The reason I am using a batch file rather than just creating them manually within... |
Forum: Windows NT / 2000 / XP Jun 15th, 2005 |
| Replies: 4 Views: 4,252 Hi Everyone,
I have created a simple batch file which uses three 'AT' commands to schedule tasks. The tasks are set to run on a Friday, Saturday and Sunday night respectively at 23:00, and are... |