Nocturno
12th July 2005, 20:23
Hi all, i'm having some trouble running spumux (dvdauthor package) from vb.. probably because of the pipe in the commandline syntax
for example.. this:
Spumux.exe -m dvd -s 0 "E:\avi2dvdtest\test2\Spumux0.xml" <"E:\avi2dvdtest\test2\muxed0.mpg" >"E:\avi2dvdtest\test2\muxedsub0.mpg"
works fine from a batch file, but not from my different approaches in vb.
i tried a simple Shell() command.. it failed
i tried advanced Shellandwait (http://www.vb-helper.com/howto_shell_wait.html) routine , but that didn't work either.
my own routine using the CreateProcessA api failed too
any ideas? could i compile spumux in a way it takes dos commandline input easily?
thanx .. Noc
for example.. this:
Spumux.exe -m dvd -s 0 "E:\avi2dvdtest\test2\Spumux0.xml" <"E:\avi2dvdtest\test2\muxed0.mpg" >"E:\avi2dvdtest\test2\muxedsub0.mpg"
works fine from a batch file, but not from my different approaches in vb.
i tried a simple Shell() command.. it failed
i tried advanced Shellandwait (http://www.vb-helper.com/howto_shell_wait.html) routine , but that didn't work either.
my own routine using the CreateProcessA api failed too
any ideas? could i compile spumux in a way it takes dos commandline input easily?
thanx .. Noc