I assume I’m getting this error message due to the special characters in the file name, is there a way around this in FP60 / Windows2000 without renaming the file?
Thanks in advance Russ
A record in the table has these values in the two fields.
cDestNam =
C:\FPW60\CDM02\FIRST AND SECOND QUARTER FY'03 & FY'04.XLS
cSourceNam
E:\REVENUE\CDM02\FIRST AND SECOND QUARTER FY'03 & FY'04.XLS
My code
Store alltrim(cDestNam) to hcDestNam
Store alltrim(cSourceNam) to hcsourcenam
Copy file &hcsourcenam to &hcdestnam
I get this error message
Command contains unrecognized phrase/keyword
Thanks in advance Russ
A record in the table has these values in the two fields.
cDestNam =
C:\FPW60\CDM02\FIRST AND SECOND QUARTER FY'03 & FY'04.XLS
cSourceNam
E:\REVENUE\CDM02\FIRST AND SECOND QUARTER FY'03 & FY'04.XLS
My code
Store alltrim(cDestNam) to hcDestNam
Store alltrim(cSourceNam) to hcsourcenam
Copy file &hcsourcenam to &hcdestnam
I get this error message
Command contains unrecognized phrase/keyword