Archive: Help!! Directory problem


Help!! Directory problem
Hi, I would wish to copy my files from one directory to another but could we use a variable to replace some of the directory in the source directory?

CopyFiles "{Var}\01 CCL\01 DATA\03_GEN\07_EHM\TrainXRef.xml" "C:\Work\CCL_ATS\IconisAppl"

How do I declare the variable and write in the sentence??


hi, i found the answer. Actually quite simple, i not gd in this.sorry for the trouble taken in viewing. ;p

strCpy $1 "{name of directory}"

File "C:\$1\file.xml"