Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
3answers
3k views

.net - How do you Register a startup script?

I have limited experience with .net. My app throws an error this.dateTimeFormat is undefined which I tracked down to a known ajax bug. The workaround posted said to: "Register the following as a ...
4
votes
3answers
119 views

$PYTHONSTARTUP with python 2.7 and python 3.2

I finally started using python 3 alongside python 2.7 on Linux. I setup my python shell using a startup-script defined by $PYTHONSTARTUP. Due to incompatibilities I am unable to use the same script ...
4
votes
5answers
1k views

Using ASDF to start Hunchentoot

I'm working on a web app using Hunchentoot (on SBCL and Linux), and usually I just run it from Emacs (SLIME), but for deployment I want something that's easier to automate. So I'm trying to figure ...
3
votes
1answer
193 views

Start up script for node.js repl

Is there a way configure node.js's repl? I want to require jquery and underscore automatically whenever the repl starts. Is there a file (noderc?) that node.js loads when it starts the repl? The ...
2
votes
1answer
81 views

How do i add a python script to the startup registry?

I'm trying to make my python script run upon startup but i get the error message windowserror access denied, but i should be able to make programs start upon boot because teamviewer ( a third-party ...
2
votes
1answer
311 views

Need help making a Python script starup on mac using Launch Agent and send output to a window

I've created a python script I wish to have run automatically when I log in on a mac, and need some help using a Launch Agent to do this. I used SO extensively getting things working up to this point, ...
2
votes
2answers
2k views

Simple startup on boot of misc application (Java based) on Ubuntu Linux 8+ as a daemon

What is the easiest way to have an application launch at startup on Ubuntu server as daemon? This is a java application (java com.run.run.Run) etc. How would I have it launch as a user and possibly ...
2
votes
3answers
637 views

How do I run a batch file on startup for a Win x64 machine?

I know you can use autoexnt to run a batch file on startup for Windows XP, but that only seems to work for 32-bit machines. I'm running Windows XP x64 on a box, and I need to have a script run on ...
1
vote
3answers
566 views

Run Javascript After Page Load

I understand there are MANY posts on this, but I have tried every single one and none of them work! I have an aspx and aspx.cs page being run using visual studio 2010. on my aspx page I have a table ...
1
vote
1answer
124 views

Asp page force not to postback

I am using Page.RegisterStartUpScript if the user types not acceptable data but i want to force at least some part of my aspx page if not the entire page to not postback. Does anybody has a clue how ...
1
vote
3answers
624 views

Long running java process

I have inherited a java system which should be run in the background on a Linux server. The directions call for it to be started java -jar start.jar. This seems a little too fragile for my liking. I'd ...
1
vote
1answer
148 views

How to know whether a given client-side startup script is already registered in an asp.net page?

I have a asp.net page, and would like to know whether "script1" is already registered as a startup script or not?
0
votes
1answer
186 views

Running a “rundll32.exe” process at Win7 Logon, Lock, & Switch User screens?

Before I start, another post for something similar to this request for help is located at Running a process at the Windows 7 Welcome Screen, but the responses were not quite what I believe I am ...
0
votes
0answers
38 views

Possible to log Group Policy machine startup scripts?

We have a few machine startup scrips that don't seem to run or are erroring out with no explanation. Is it possible to setup a general GPO that would enable logging of any machine startup scripts to ...
0
votes
1answer
24 views

How to determine weblogic server startup?

I am trying to write a script that will run and send a notification email regarding a successful server restart, however, how should i do so in the best way? Weblogic 8.1
0
votes
3answers
355 views

Run a perl script at startup in Ubuntu

I have a perl script that I need to run once at startup with an argument under my user account. So when I boot the system up it needs to execute a command like this, ./path/to/script.pl start Any ...
0
votes
1answer
133 views

Is there a working rc-script for Celery on FreeBSD?

I have hacked together an rc script for celeryd on FreeBSD, but I can't help but think that there must be a better way. celeryd does not daemonize itself, and it seems to have a hard time responding ...
0
votes
2answers
133 views

Deleting email automatically

The Problem: I'm looking for a way to create a program that visits an email host site and log in with a specific credentials and deletes all message at the Inbox and clears the Trash folder. ...
0
votes
2answers
654 views

Subversion commands not being run by Ubuntu rc.local

Here is my rc.local for an autoscaling amazon ec2 instance based on ubuntu: (Note that user names, domains, and paths have been changed for security purposes) logger "Begin rc.local startup script:" ...
0
votes
2answers
390 views

Running a script with the help of GRUB and menu.lst?

Can't I run myScript by appending a line to the entry of Linux in /boot/grub/menu.lst as: title Ubuntu 9.04, kernel 2.6.28-11-generic uuid b20f1720-b3f5-4162-bc92-ab2deb8d5d04 ...
0
votes
1answer
609 views

Loading Multiple JS variables up using RegisterStartupScript

I need to get multiple variables up into my JS code from my C# backend (ASP 2.0). Currently I use the following code string js; if (swapSize == null && VMWare == null) js = ...
0
votes
1answer
248 views

Sync'ing ejabberd nodes at startup

I am running into an issue that appears to be un-resolvable. I have a need to pass in the function mnesia:change_table_copy_type(schema, node(), disc_copies). at the command line whe the db is ...