Batch script error

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
er.loyaamit
Posts: 1
Joined: 14 Oct 2010 05:57

Batch script error

#1 Post by er.loyaamit » 14 Oct 2010 06:31

Hi, i want 2 execute .exe file on client m/c from my server shared folder.

The 1 line script is:

\\192.168.137.10\Scripts\Setup.exe

I tried execute it through startup script, but in event log it shows Time out,after client m/c takes 10 min. of time. When i tried running it manually on client machine, it shows UNC path not supported .Then I tried disabling UNC check , by adding disableUNCcheck in registry. When UNC check disabled, it now shows error "Access denied". (I piped output to a text file, these errors r logged into this text file.)

What will b the possible solution to resolve this concern.
Need help

Post Reply