Hi mahjohn,

In general this code is okay, but Symantec changed the location depending on the version you use. Also as an FYI, it is not a good idea to hard code the drive value.

The location C:\Program Files\Norton Antivirus would be okay for Windows 9x, since it is the same in newer and older versions.
Windows XP was not supported by the earlier versions.

The XCOPY switches used are not needed. The GRC.DAT file is read and then imported into the Registry and then the file is deleted.

/D Date can not be compared (file on client should not exist)
/H File is neither Hidden or System
/I You're only copying one file, not multiple
/R File should not exist on client
/Y File should not exist on client

[ 15 April 2002, 21:59: Message edited by: NTDOC ]