SOLVED IT.
The TXT file caused a problem when put directly on the C:\ for some reason. I changed it to another place and it worked.
Thanks for the help all of you.
Search found 5 matches
- 21 May 2013 23:12
- Forum: DOS Batch Forum
- Topic: Mass Ping .Bat file Writing, output to a .txt
- Replies: 7
- Views: 6796
- 21 May 2013 23:09
- Forum: DOS Batch Forum
- Topic: Mass Ping .Bat file Writing, output to a .txt
- Replies: 7
- Views: 6796
Re: Mass Ping .Bat file Writing, output to a .txt
Its the exact batch file. only that i Have like 200 more lines of the smae thing except a new computer name. Im quite sure it has nothing to do that something else is yousing it already. I think there is something I need to put in betweeen the ping lines to wait the command out. Best Regards Kim Pet...
- 21 May 2013 07:33
- Forum: DOS Batch Forum
- Topic: Mass Ping .Bat file Writing, output to a .txt
- Replies: 7
- Views: 6796
Re: Mass Ping .Bat file Writing, output to a .txt
Already did,
Best Regards
Kim Petersson, Sweden
Best Regards
Kim Petersson, Sweden
- 21 May 2013 04:22
- Forum: DOS Batch Forum
- Topic: Mass Ping .Bat file Writing, output to a .txt
- Replies: 7
- Views: 6796
Re: Mass Ping .Bat file Writing, output to a .txt
No I didn't since I know I cant call it that. I call it something like "MassPingFileForProduction.bat" or so. 
Best Regards
Kim Petersson, Sweden

Best Regards
Kim Petersson, Sweden
- 21 May 2013 02:31
- Forum: DOS Batch Forum
- Topic: Mass Ping .Bat file Writing, output to a .txt
- Replies: 7
- Views: 6796
Mass Ping .Bat file Writing, output to a .txt
Hi, we got around 600 computers here where I work and I wanna check which are online. Since some arent used but are set up and so on. Ping Computer1 > "C:\PingResults.txt" Ping Computer2 >> "C:\PingResults.txt" Ping Computer3 >> "C:\PingResults.txt" Ping Computer4 >> &q...