Search found 2 matches
- 13 Oct 2010 14:48
- Forum: DOS Batch Forum
- Topic: Install only if it wasnt installed before
- Replies: 1
- Views: 3023
Install only if it wasnt installed before
Hello. I made a script for Group Policy that would create a TEMP folder in the C drive, download a file from the server and install it. The only thing is that I only want it to be installed if the file wasnt installed before, maybe if it wasnt downloaded. This is my script. Thank you: @echo off echo...
- 08 Jun 2010 08:25
- Forum: DOS Batch Forum
- Topic: Make a batch file to run through the network
- Replies: 1
- Views: 3319
Make a batch file to run through the network
I am not sure if this is possible. I have very little experience with batch files. I have about 500 computers. I have to run a file in every computer and the file has to be run as administrator. I also have to give admin permissions to the folder in "Program Files" that the ran file would ...