double brackets & string issue
Posted: Thu Sep 03, 2020 7:26 am
Hi there,
there is something that is driving us mad and hope you can help
running the two following programming lines (lines 5 and 6) gives an error message
%wdir="\teseo\gestione\DIREZIONE 1\Ufficio II\Apri e lavora\Patto di Stabilità\codici_Eviews\Creazione database"
cd %wdir
The error message is:
Path or file not found : \TESEO\GESTIONE\DIREZIONE in "CD
\TESEO\GESTIONE\DIREZIONE 1\UFFICIO II\APRI E
LAVORA\PATTO DI STABILITÀ\CODICI_EVIEWS\CREAZIONE
DATABASE" on line 6.
It looks like the brackets are not recognised by the program, however I can assure you that my collegues run the same program without having any trouble
Please help!
Ottavio
there is something that is driving us mad and hope you can help
running the two following programming lines (lines 5 and 6) gives an error message
%wdir="\teseo\gestione\DIREZIONE 1\Ufficio II\Apri e lavora\Patto di Stabilità\codici_Eviews\Creazione database"
cd %wdir
The error message is:
Path or file not found : \TESEO\GESTIONE\DIREZIONE in "CD
\TESEO\GESTIONE\DIREZIONE 1\UFFICIO II\APRI E
LAVORA\PATTO DI STABILITÀ\CODICI_EVIEWS\CREAZIONE
DATABASE" on line 6.
It looks like the brackets are not recognised by the program, however I can assure you that my collegues run the same program without having any trouble
Please help!
Ottavio