idk about the whole *.exe thing. I've found programming ANSI C that its nice to be able to port my MinGW code directly to GCC without changing my build shell scripts (*blushes* well my make files I mean). Hense a lot of my bins on my UN*X have the exe extension.
Seems to work...alignment aside. On Wednesday, October 26, 2016 at 11:57:42 AM UTC-7, Dieter Wirz wrote: > > ./someexecutable > This means run "someexecutable" in the in the current directory > because ./ is the current directory. > In startup scripts give the full path! without leading point! > e.g. > /home/you/somepath/someexecutable > AND as evilwulfie pinted out, never ever call a unix executable *.exe. > This is evil;) > > > > > On Wed, Oct 26, 2016 at 7:28 PM, Dror Lugasi <[email protected] > <javascript:>> wrote: > > Hello guys.. > > I have a code i wrote in monodevelop and i have the program .exe file > that i want to run after the desktop is loaded. > > When i go into the terminal and change the dir to the debug folder and > run ./thefile.exe it works. > > > > I tried to add this command to a shell script that i run at boot as > > ./<full path>thefile.exe > > And also cd <full path> and then ./thefile.exe but none has worked. > > > > Can anyone please help me to figure out how to run my .exe file > automatically after boot (prefer as root if possible) > > > > Cheers! > > Dror. > > > > -- > > For more options, visit http://beagleboard.org/discuss > > --- > > You received this message because you are subscribed to the Google > Groups "BeagleBoard" group. > > To unsubscribe from this group and stop receiving emails from it, send > an email to [email protected] <javascript:>. > > To view this discussion on the web visit > https://groups.google.com/d/msgid/beagleboard/f73293bd-454b-4f41-8141-776bf8ca454c%40googlegroups.com. > > > > For more options, visit https://groups.google.com/d/optout. > -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/760c7c57-11e3-4057-b463-a5f90a484b89%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
