hi,
i use in my programs predefined directories defined as strings, like
when i want to copy file called "xyz.txt" using FILECOPY command from WorkDIR, how it is going to be???
i get errors.
how to write the path with variable part?
i use in my programs predefined directories defined as strings, like
Code:
$WorkDIR "C:\work\*.*" $DestDIR "D:\yourwork\"
Code:
FILECOPY $WorkDIR\xyz.tx, $yourwork
how to write the path with variable part?
Comment