Sorry! I change the typoo, still didn't install on the target computer, only on the push computer, twice.!!
I also tryed a new .msi file, same story.
I must be doing something else wrong.
Search found 3 matches
- 09 Nov 2009 02:17
- Forum: DOS Batch Forum
- Topic: What does this batch do?
- Replies: 6
- Views: 8409
- 06 Nov 2009 05:14
- Forum: DOS Batch Forum
- Topic: What does this batch do?
- Replies: 6
- Views: 8409
- 05 Nov 2009 04:57
- Forum: DOS Batch Forum
- Topic: What does this batch do?
- Replies: 6
- Views: 8409
What does this batch do?
I'm a noob, so u have more or less no clue of what im talking about. I need this batch fil, to move and install (silence install) file/files to a remote computer/computers. @echo off for /f %%a in (computerlist.txt) do ( net use \\%%a\c$ /user:administrator copy c:\programmer\chrome.msi \\%%a\c$\pro...