Search found 3 matches

by denmyos
09 Nov 2009 02:17
Forum: DOS Batch Forum
Topic: What does this batch do?
Replies: 6
Views: 8409

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.
by denmyos
06 Nov 2009 05:14
Forum: DOS Batch Forum
Topic: What does this batch do?
Replies: 6
Views: 8409

Thx for your reply. But the code installs the msi file on the "push" computer, i want the msi to install on the target computer/computers. The new code looks like this: @echo off for /f %%a in (computerlist.txt) do ( net use \\%%a\c$ /user:administrator copy c:\programmer\chrome.msi \\%%a\...
by denmyos
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...