Message
From
13/10/2016 16:35:36
 
General information
Forum:
Git
Category:
Automation
Miscellaneous
Thread ID:
01641858
Message ID:
01641905
Views:
36
>Not sure what you mean by 'script file'. Git.exe is a console application so you can automate it with batch files or powershell. Certainly no different from using Bash, but without the overhead of the extra shell. That just seems like an odd choice on a Windows system.

...a series of commands

But, this is all resolved now. The .NET Process class invoke a call for each Git command I need to execute. And, that works ok.

With Git.exe, the Process file does not lock on WaitForExit(). With the bash interpreter, it never ends.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Reply
Map
View