I'm trying to use local in my CD but it doesn't work.
I can do this :
Code:
local directory="C:\Users\...\ABC" local date_export="20-10-14" cd "`directory'\Exports/`date_export'"
Code:
local directory="C:\Users\....\ABC" local date_export="20-10-14" do Test
I want to CD to : C:\Users\...\ABC\Exports\20-10-14
So there is the error :
Code:
. local directory="C:\Users\...\ABC" . local date_export="20-10-14" . do Test. . cd "`directory'\Exports/`date_export'" unable to change to \Exports/ r(170); end of do-file r(170); end of do-file
Thanks !
0 Response to Cd with local and an other do file
Post a Comment