job_start 7za underwindows returns process 0 fail

2019-12-03 Thread Ni Va
Hi, Considering this command : cd /d D:/Softs/Vim/vim81 && D:/Softs/Vim/vim81/7za.exe a "C:/Users/foo.bar/desktop/archive Name.7z" "d:/Work/Foo/Bar/archive Path Name" call system(command) is a success with "archiv Name.7z" present. job_start(command) returns process 0 fail Executables are ru

Re: job_start 7za underwindows returns process 0 fail

2019-12-03 Thread Christian Brabandt
On Di, 03 Dez 2019, Ni Va wrote: > Hi, > > Considering this command : > cd /d D:/Softs/Vim/vim81 && D:/Softs/Vim/vim81/7za.exe a "C:/Users/foo.bar/ > desktop/archive Name.7z" "d:/Work/Foo/Bar/archive Path Name" this command uses &&, so it needs a shell to parse it. > call system(command) is a

Re: job_start 7za underwindows returns process 0 fail

2019-12-03 Thread Ni Va
Thank you for answer. Le mardi 3 décembre 2019 11:54:35 UTC+1, Christian Brabandt a écrit : > > > On Di, 03 Dez 2019, Ni Va wrote: > > > Hi, > > > > Considering this command : > > cd /d D:/Softs/Vim/vim81 && D:/Softs/Vim/vim81/7za.exe a > "C:/Users/foo.bar/ > > desktop/archive Name.7z" "d:/W