Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to invoke sirius.exe file from other application using the command line #153

Open
Surajpatil07 opened this issue Apr 30, 2024 · 0 comments

Comments

@Surajpatil07
Copy link

I am working on an C# WPF application and I want to start running the sirius.exe with the help of command line. I have .mgf file as input.
I will just give an example of how I am using another applications .exe file and want to do the same with sirius.exe.
Process anotherapp = new Process();
anotherapp.StartInfo.FileName = "exefilelocation";
anotherapp.StartInfo.Arguments = "anyarguments";
anotherapp.Start();
anotherapp.Close();

I am not sure were to add the location of the mgf file as an input when using sirius.exe

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant