|
-
Nov 7th, 1999, 12:04 PM
#5
Hyperactive Member
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|