Some things to look for in a path (On Win32):

Must Have Back Slashes (\) and not Forward Slashes (/)

Make sure for the drive letter specification, you are using a colon, and not a semi-colom:
C:\ - Right
C;\ - Wrong

If the file is not an executable (.exe) then you must specify the extension:
C:\Music\MySong.rm - Right
C:\Music\MySong - Wrong (if not .exe)

If there is a space in the path, make sure you include it. (i.e. "C:\My Documents")

Just take a look at these and hope this might help.

------------------
Tom Young, 14 Year Old
[email protected]
ICQ: 15743470
AIM: TomY10
PERL, JavaScript and VB Programmer