Answer the question
In order to leave comments, you need to log in
How to run exe file from bash in windows?
I decided to automate the assembly of gulp + launching the .exe file + compiling the project in ide + sending tftp
made it run on bash gulp and compilation, but the exe file does not start.
start file.exe runs in parallel and waits until you press the key =((which I don't need
#!/bin/bash
FileBuild=$PWD/"/test.ewp -build Debug -log info"
cd \Html
gulp
cd \dist
start file.exe
iarbuild.exe $FileBuild
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question