I try to use the scripting feature of LFS.
I wanna start lfsstate p.e. trough the autostart script. The program which I want to start is locate in a directory with a space in the directory name.
D:\lfs state\lfsstate.exe
Of course I have also tried to use " or ' to define the "string". But that does not work.If I rename the directory to lfsstate (without a space) then it works.
Will be nice if in a future version I can use also path names with spaces (with " or ' around the string). Currently the workaround is to rename the directory.
Workaround
/exec ..\lfsstate\lfsstate.exe
or
/exec d:\lfsstate\lfsstate.exe
instead of
/exec d:\lfs state\lfsstate.exe
I wanna start lfsstate p.e. trough the autostart script. The program which I want to start is locate in a directory with a space in the directory name.
D:\lfs state\lfsstate.exe
Of course I have also tried to use " or ' to define the "string". But that does not work.If I rename the directory to lfsstate (without a space) then it works.
Will be nice if in a future version I can use also path names with spaces (with " or ' around the string). Currently the workaround is to rename the directory.
Workaround
/exec ..\lfsstate\lfsstate.exe
or
/exec d:\lfsstate\lfsstate.exe
instead of
/exec d:\lfs state\lfsstate.exe