M
M
Maxim2019-06-25 13:10:42
bash
Maxim, 2019-06-25 13:10:42

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

2 answer(s)
S
Saboteur, 2019-06-26
@pokk-pokk

Why not just
:

C
CityCat4, 2019-06-25
@CityCat4

wine file.exe

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question