QUOTE(jamky @ Jan 23 2007, 03:22 AM)

when try to open it I get this error massage :
FILE ACCESS ERROR
PS: CHANGE READ ONLY FILE ATTRIBUTES
Sounds like the program needs to open and write to some file which attribute is set to "read-only" on the hard disk... you'll probably need to open a dos prompt, navigate to the folder on which the program is installed and type in
attrib *.* -r (Enter) from the prompt. Note that this will "unprotect" all files in the folder, including the .exe files, which may let them open to infections. You may set the .exe files to read-only again by typing
attrib *.exe +r from the command (dos) prompt.
Chris