Process.Start("executable.exe").WaitForExit() works fine
but when i'm trying Process.Start("executable file/index.fsh").WaitForExit()
which needs to start small dos operation i get error
just to let you know this executable file/index.fsh with .bat file works [test.bat]
and when i put Process.Start("test.bat").WaitForExit() it works for some reason!
I just dont know why i cant use "executable file/index.fsh" just like in vb6, or i dont know how to use it?
help?
but when i'm trying Process.Start("executable file/index.fsh").WaitForExit()
which needs to start small dos operation i get error
just to let you know this executable file/index.fsh with .bat file works [test.bat]
and when i put Process.Start("test.bat").WaitForExit() it works for some reason!
I just dont know why i cant use "executable file/index.fsh" just like in vb6, or i dont know how to use it?
help?