Questions tagged [autostart]

A mechanism to start automatically a script or program as soon as the operating system or execution environment that executes it is ready.

In general terms, autostart is mechanism whereby a script or program is started automatically as soon as the operating system or execution environment that executes it is ready. The script or program to execute typically needs to be registered in some list of autostart programs.

A typical example of autostart feature is the , which starts a program on a medium as soon as the medium (such as CD or USB key) is inserted in the reading device.

Use this tag for questions about implementations of an autostart feature, or issues with autostarting a particular program.

507 questions
0
votes
1 answer

Autostart application in Linux, output fail

friends. I am using Debian Linux (Raspberry Pi), I want to autostart a program after linux startup. It's a C program, it can printf on Terminal and fprintf on a text file, I have compiled it and got exe file(file name is test) Path is…
Henry
  • 1
  • 1
0
votes
1 answer

Autostart ControlExtension on Smartwatch 2

I am trying a to make a simple watch for smartwatch 2. I want to autostart my app when the smartwatch screen awakes. I dont want sony watch faces to appear when then screen is turned on. How to implement this. I found the feature in here.
Damandeep
  • 161
  • 1
  • 1
  • 8
0
votes
1 answer

Problems with autostratup tomcat

I have to start tomcat automatically at the boot of my machine(Ubuntu server 12.04 LTS). so i done search on internet and i discovered that i have to put the command that start my tomcat in /etc/rc.local so this is my file: touch…
Simo
  • 698
  • 1
  • 5
  • 18
0
votes
2 answers

Objective-C NSTimer after autostart application

I added autostart in my iOS application (add VoIP in Required background modes) and it worked fine. Then I wanted to add NSTimer. I wrote the following in - (id) init NSLog(@"!!!!IT'S START!!!!"); MyTimer = [NSTimer…
user1786639
  • 163
  • 11
0
votes
1 answer

On Bluetooth reception complete auto start exe

Suppose I've a setup of my C# project in my mobile, which I want to send to my laptop through Bluetooth. What I was wondering that, Is it possible that after receiving complete on my laptop, the setup should start automatically.
0
votes
1 answer

How to Auto Call My Method In Time Period Without Running any WebPage in my application in ASP.net C#?

I Want to Automatically Run my Method in evry for example 10 minute. But i Do not want to Run Any Page to Do it. I Want to Click on a button and then EVEN IF I CLOSE MY PAGE the application Do the method evry 10 minute. For Example : protected void…
amin
  • 1,194
  • 1
  • 12
  • 20
0
votes
1 answer

Launch (:normal) command on vim start with .java files

I want to put line in my .vimrc file so that it will fold the /* ... */ like comments on autostart with *.java files. So far I have came up with this but it does not want to work (although the command works in vim) autocmd…
Patryk
  • 22,602
  • 44
  • 128
  • 244
0
votes
1 answer

Linux autostart with script in /etc/init.d/

I have some trouble with starting my written C++ application each time my raspberry pi with raspbian OS boots. I found the following instructions: http://www.stuffaboutcode.com/2012/06/raspberry-pi-run-program-at-start-up.html So I followed all of…
Anonymous
  • 4,617
  • 9
  • 48
  • 61
0
votes
1 answer

There's a way to prevent the return to the original CSS style after an animation?

What I need to do is something like an auto-start transition. But the transitions can't start automatically, so I thought to utilize an animation that not return to the original CSS style of an element after the end of the animation.
0
votes
1 answer

IIS 8 Application Pools taks 30mins+ starting and don't respond to requests

OS: Windows Server 2012 Standard IIS: 8.0.9200.16384 Processor: 4x Xeon 2.67Ghz CPU RAM: 40GB Problem: We have recently enabled IIS's AutoStart feature, since doing so our start up time for the application pools has gone up considerably. The…
0
votes
1 answer

Show auto started desktop app in fullscreen on Windows 8

I have a working program that has an option to start in fullscreen at start-up. It's purpose is to be used on an unmanned screen. It also works as editor for shown content so I rather keep it a desktop app unless there is no other choices. However…
hultqvist
  • 17,451
  • 15
  • 64
  • 101
0
votes
3 answers

jquery wordpress template path

Need a little help with a bit of jQuery. Im a bit of a noob jQuery wise. I got my template_dir in a var: $('#someID').click(function() { var templateDir = ''; if(autoStart) { $(this).html('
Kortschot
  • 981
  • 1
  • 7
  • 21
0
votes
2 answers

Autoshow MainActivity after install

I have a question, is it possible to show MainActivity to user after they install my .apk on their devices? Because I have read that we can't autolaunch our apk after install, but I just need to show my Activity, so is it possible?
vladimir
  • 695
  • 3
  • 15
  • 34
0
votes
1 answer

Start on logon with admin rights

I want to start my application automatically with adminrights on user logon. I've found this question: How to run a program automatically as admin on Windows startup? but it does not solve my problem. If i use schtasks there are two problems: The…
Florian
  • 5,918
  • 3
  • 47
  • 86
0
votes
2 answers

Raspberry Pi escape character

I am trying to create a shell script in which I automatically run a video fullscreen. It has no way to quit unless I shut down the Raspberry Pi. What is a small script I can use to bind something like "!" to quit the application?
Fenderbridge
  • 105
  • 1
  • 3
  • 11