On Thu, 31 Dec 2015, Raul Gimeno wrote:
Dear all
When I use a script with the following command line
open "C:\Data\cps4.gdt"
it works fine.
If I save the same file under C:\username\Raul\cps4.gdt it doesn't work with
the command line
open "C:\ username\Raul \cps4.gdt"
Since I work with OneDrive which is located within C:\ username\Raul \ I
cannot open my file.
According to the above, you saved the file as
"C:\username\Raul\cps4.gdt" (a path with no spaces in it) but you're
trying to open it as "C:\ username\Raul \cps4.gdt" (a path with a
space before the 'u' of "username" and another after the 'l' of
"Raul".
If that's really what's going on then obviously it will not work.
Allin Cottrell