Questions tagged [startup]

Startup usually refers to the processes or events that occur at the start of a program, at the beginning of execution of a code block, or when a device is first booted.

2846 questions
1
vote
1 answer

Putting script in windows startup

I'm trying to write code that puts itself in windows start-up and runs on boot using vbs. I wrote one that copies the file to the startup folder, but doesn't execute when the system boots. Here is the code: Set objShell =…
Bilal
  • 558
  • 8
  • 18
1
vote
1 answer

CentOS Service startup with custom parameters (chkconfig)

CentOS uses the chkconfig command to add services to to the startup routine, but how do I add a service and pass parameters to that service? To be more precise, I'm setting up the Sphinx search engine on a CentoOS 6.5 server and the documentation…
Ric
  • 458
  • 1
  • 7
  • 23
1
vote
2 answers

adding a start up via command line (Ubuntu)

Hey, I'm trying to have a graphical program and I want it to start after I log in. How do I do so? I know there's a GUI program, but I want to use a command line here. GUI…
Joe
  • 11
  • 1
  • 2
1
vote
0 answers

How to create a ' Starts on Windows startup ' checkbutton in InstallJammer?

Using InstallJammer 1.2.15 , how to create a checkbutton that allows (or forgive) the installer to create a shortcut in this folder : C:\Users\<%Username%>\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
AmirH
  • 57
  • 11
1
vote
0 answers

How can I programmatically create a file shortcut in C# without Windows Script Host Object Model?

I am trying to create a program that has the option to allow the user to have the program start automatically on start-up. I am currently using the Windows Script Host Object Model but that is not usable by default in Windows 8.1. Does anyone have…
none
  • 418
  • 5
  • 8
1
vote
0 answers

GGTS: Grails errors during making project org.codehaus.groovy.control.MultipleCompilationErrorsException

I know that this question have been discussed many time, but i didn't find solution for resolve my situation.. here is: I had started a new project in GGTS 3.4. I used Java JRE 7. In Preferences of GGTS, Java (Installed JREs) has this location:…
lsv
  • 1,687
  • 4
  • 21
  • 31
1
vote
2 answers

libgdx: how to hide startup screen

I am working on libgdx program with 2 screens named "Show Info.". A 'startup' screen always popup first. How could I hide it? Thank you very much! Regards, Antony
Lai
  • 115
  • 1
  • 6
1
vote
1 answer

Ruby: Random selection of files/classes

I'm trying to write a little text rpg kind of game. What I'm trying to do is make it so that there are multiple little adventures, each contained in their own source file. I want to be able to select one source file at random, create an instance of…
jeremiah
  • 49
  • 1
  • 6
1
vote
1 answer

Launchctl Start Interval

I know when using a plist in the launch daemons folder there is a key called . I much prefer using launchctl when I can because it is a lot quicker then writing out a whole plist, but I have not been able to figure out how to get the…
735Tesla
  • 3,162
  • 4
  • 34
  • 57
1
vote
2 answers

WPF Startup Screen like Blend

Our main WPF window ('Main Window') takes considerable time to create (it is using a ribbon and docking panel similar to Visual Studio). Just like in Blend the first action will always be to either choose an existing project to work on or to create…
Philipp Schmid
  • 5,778
  • 5
  • 44
  • 66
1
vote
1 answer

.NET Reboot deferred - how will my .NET app respond?

Our application install will install .NET if not present. About 20% of the time according to our reporting, a reboot is required to complete the .NET install. Users often defer the reboot of course since they are in the middle of doing other…
halt00
  • 336
  • 1
  • 3
  • 16
1
vote
0 answers

App starts after boot then is minimized

I am developing an app and I need it to start after boot the device or after mounting the sdcard. This has been done using a receiver in manifest and a class that extends BroadcastReceiver. Fragment of AndroidManifest.xml
1
vote
2 answers

I cannot use boot_completed service in android

I want to use services in android.I worte code as a simple That's my mainactivity class; public class MainActivity extends Activity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); …
1
vote
1 answer

Tomcat Start Error

I'm trying to start Tomcat 7 server but I get these errors: GRAVE: A child container failed during start java.util.concurrent.ExecutionException: org.apache.catalina.LifecycleException: Failed to start component…
1
vote
1 answer

GCE - What is startpar: service(s) returned failure: google-address-manager google google-startup-scripts ... FAIL ... failed

I'm setting up a GCE v1 instance for the first time. I had used beta up to this point. After setting up my first Debian Wheezy server, with default network settings (default-allow-internal, default-ssh, external-web, test8443), I booted it up and…
user3126740
  • 121
  • 1
  • 1
  • 8