./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]> 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]. > 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/CAK4vXrvc9ht6B2yUWf8X%2BMfnDFnCj_jhUUYtbWkoyVBAYqDM_Q%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
