- Регистрация
- 01.10.2016
- Сообщения
- 340
- Благодарностей
- 48
- Баллы
- 28
i am having the worst time at the moment, i dont know wtf im doing wrong and my head is killing me
all i get back are errors. IDK wtf im doing wrong here.......
Can some one please explain this to me
im trying to get back the results of a command line exicution i KNOW and tested its works correctly......
i just need the results
C#:
Process P = Process.Start(C:\Program Files\Stringing\stringy.exe, -filename E:\RAW\project.Variablese.FileName -metaJSON E:\RAW\project.Variables.UID.json -thumbnail E:\RAW\project.Variables.Image);
P.WaitForExit();
int result = P.ExitCode;
all i get back are errors. IDK wtf im doing wrong here.......
Can some one please explain this to me
im trying to get back the results of a command line exicution i KNOW and tested its works correctly......
i just need the results