Hi all
having a problem with a batch file
im trying to create a batch file that can be run silently through a logon script that would excute msinfo32 and dump a report to a specified place....i have created one which works under winxp without an issue code is...:
@echo off
echo This batch captures your pc's hardware information
pause
start msinfo32.exe /nfo \\srv01\data\compspec\%computername%
for some reason this gives an error path not found under win98se anyone any idea where im going wrong?
thanks in advance
xsag
Page 1 of 1
batch files and msinfo problems read up ;-)
#2
Posted 05 November 2005 - 01:59 AM
Hi,
I got the line to run in Win98SE by removing the space before the \\srv01 ...
i.e. the space after /nfo
I got the line to run in Win98SE by removing the space before the \\srv01 ...
i.e. the space after /nfo
- ← Installing chinese fonts with IE 5.0 without upgrading
- Windows 95/98/98SE/ME
- 98Sleek or 98Micro Unattended CD →
Share this topic:
Page 1 of 1



Help
Back to top








