Jump to content

Xsag

Member
  • Posts

    1
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United Kingdom

Posts posted by Xsag

  1. 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

×
×
  • Create New...