Search found 3 matches
- 11 Aug 2010 08:32
- Forum: DOS Batch Forum
- Topic: Output problem
- Replies: 4
- Views: 6469
Re: Output problem
@avery_larry: This was a good idea but is not working properly under windows 2000. The software list is incomplete. Is like if the variable is not enough big for store all the entries. Here the code: @ECHO OFF SETLOCAL ENABLEEXTENSIONS SETLOCAL ENABLEDELAYEDEXPANSION set DC=\\FERW0202 set dati=%DC%\...
- 07 Aug 2010 09:46
- Forum: DOS Batch Forum
- Topic: Output problem
- Replies: 4
- Views: 6469
Re: Output problem
Thanks to everyone..
avery_larry: use the variable instead of echo was a good idea. Now is working as i wanted.
!k: i'll read that post....
thanks guys for your time...
avery_larry: use the variable instead of echo was a good idea. Now is working as i wanted.
!k: i'll read that post....
thanks guys for your time...

- 06 Aug 2010 04:27
- Forum: DOS Batch Forum
- Topic: Output problem
- Replies: 4
- Views: 6469
Output problem
Hi all, I have a big problem with a batch file . I copied this script in all the workstation of my network. I use to execute it remotely from my PC every week: This is the code: @echo off set DC=\\COMPUTER set data=%date% set ora=%time% set dati=%DC%\SOFTINST$\LOG\%COMPUTERNAME%.txt set prgs=%DC%\SO...