Hallo forum,
I want to make a batchfile to start wxDev-cpp from a terminal.
To do so, I have to locate Wine.
I now have:
#!/bin/bash
cd ~/.wine/drive_c/ProgramFiles/Dev-Cpp/
./devcpp.exe
I found this in a tutorial on a website, but it don't work.
I downloaded Wine from the software center of Mint14 but I don't know where it is and what I must do to make the batchfile open the program.
tnx







