Tech Support Guy banner
Status
Not open for further replies.

Please Check It Out! =(

1K views 1 reply 2 participants last post by  Rockn 
#1 ·
How does this batch file look guys? I'm trying to use this as a startup/login script through group policy to do a silent install on about 30 machines. I cant seem to get this to work!? THANKS!!

Its creating a dummy text file to prevent multiple installs.

-----------------------------------------------------------------------
if not exist "C:\Program Files\Autodesk\DWFViewer\test.txt" goto
install

goto end

:install
net use Y: \\escape\installs$\DWFViewer /user:merced\administrator %1
"Y: \DwfViewerSetup.exe" /q
echo Installed > "C:\Program Files\Autodesk\DWFViewer\test.txt"
net use Y: /delete

:end
------------------------------------------------------------------------

All Help and comments are appreciated. Thanks again!
 
See less See more
Status
Not open for further replies.
You have insufficient privileges to reply here.
Top