Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Server > Scripting > This script doesn't work, i don't know why

Reply
Thread Tools Display Modes

This script doesn't work, i don't know why

 
 
mosquito_hippy
Guest
Posts: n/a

 
      12-19-2008
I wrote this machine script to apply a patch to the computers of a OU in a
Windows 2003 Server Domain.

if exist C:\patchs\kbxxxxxx.dat goto end
if exist C:\patchs\. goto label1
md c:\patchs
:label1
\\mcse-01\patchs\WindowsXP-KBxxxxxx-x86-enu.exe /norestart /log:C:\patchs\
echo "patch applyed" > c:\patchs\kbxxxxxx.dat
:end

I gave to the group "Domain Computers" read and write rights over the share
where the patch is located.

I know the script was actually executed because it creates the folder and
the flag file.

Any idea

Thanks in advance
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
This script doesn't work i don't know why mosquito_hippy Scripting 9 01-11-2009 01:01 AM
Why Does My Script Not Work Tim Wallace Scripting 6 08-29-2005 12:33 AM
Script doesn't work on NT. A Scripting 9 11-27-2003 12:26 AM
Script won't work over MMS Chris Lacey Windows Media Player 8 09-15-2003 09:03 AM
Script won't work over MMS Chris Lacey Windows Media Player 0 08-02-2003 01:42 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59