Try using a conditional to troubleshoot white...

If Exist %Path_You're_Looking_For%
? $Path
Copy Your_String
Else
? Possible problem.
Endif

Error checkings always helps me in troubleshooting.

Edit: I don't know if Copy() returns an error code but if it does, check @ERROR to see what the problem is.


Edited by thepip3r (2006-02-07 09:14 PM)