|
Hi folks
I've got a problem with a very simple script I'm running with W2K - it works fine with Win98. The problem lies with the copy command - it just doesn't work! I'm using Kix2001 & W2K professional. Here's the problem part of the script:
:WIN2K copy "c:\test.dat" "C:\Documents and Settings\All Users\Application Data\Symantec\Norton AntiVirus Corporate Edition\7.5" IF EXIST ("C:\Documents and Settings\All Users\Application Data\Symantec\Norton AntiVirus Corporate Edition\7.5\test.dat") MessageBox("Your anti-virus software has been configured.","Norton AntiVirus 7.6 Configuration",64,10) else MessageBox("There has been a problem. Your anti-virus software has NOT been configured. Please report this fault to the person who supplied this package.","Norton AntiVirus 7.6 Configuration",48) endif goto end
I've tried different folders, different quotes, checked permissions with no joy at all...
Please help, boffins...
Gill
|