Search 5,000,000+ questions and answers.

Frequently Asked Questions

How do I execute commands automatically at startup?

Irssi - The client of the future
Put them into ~/.irssi/startup file, each command on its own line. The preceding slash (/) is not necessary.
Related Questions

How do I automatically execute PurgeIE at each System Startup or Login?

Frequently Asked Questions
Beginning with Version 3.02, this is supported. You can choose this as an option of the new Configuration Window.
Related Questions

How can I make the application automatically launch on startup?

ChatterBlocker - Frequently Asked Questions
For the Windows version, drag a copy of the desktop shortcut to Start Menu > Programs > Startup. For the Macintosh version, make an alias of the application (using Command-L) and drag it to the /Library/StartupItems folder.
Related Questions

How do I run scripts automatically at startup?

Irssi - The client of the future
Put them into ~/.irssi/scripts/autorun/ directory. Or better would be if you placed them in ~/.irssi/scripts/ and created symlinks to autorun directory (eg. cd ~/.irssi/scripts/autorun/ ; ln -s ../script.pl .)
Related Questions

How do I execute multiple commands in one line?

XCHAT FAQ
LOAD -e <textfile>, where <textfile> is a full pathname to a file containing commands on each line. Separate your commands with CTRL-SHIFT-u-a (CTRL-SHIFT-a on older GTK+ and Windows). This will appear as a little box with numbers on it. You can create two UserCommands, with the same name, and then execute the UserCommand. It will be executed in the same order as it's written in the UserCommands GUI.
Related Questions

Why can't I execute several commands in one single session?

Ganymed SSH-2 for Java FAQ
Password authentication fails, I get "Authentication method password not supported by the server at this stage".
Related Questions

Can console commands be executed automatically?

FAQ multiplayer - OpenTTD
Yes, multiplayer is stable since version 0.3.5. Up until that version it was almost impossible to play multiplayer games due to the bad network design of the original TTD.
Related Questions

How do I make BuddhaBell startup automatically?

BuddhaBell Help and Frequently Asked Questions(FAQ)
Click on the "Options" button at the bottom of the BuddhaBell window. By checking the 'Automatically Start Reminder Timer When Program Begins' check box, BuddhaBell will immediately start the Reminder Timer at the current settings when the program is started. If you want to automatically have the BuddhaBell program start up everytime you turn on your computer, you will need to add it to the scheduled program start times (see your operating system manual for tips on how to do this)."
Related Questions

Can I set the program to automatically clean my computer at Startup?

ID Security Suite - Frequently Asked Questions
Yes, you can configure ID Privacy Shield to automatically clean your PC when Windows starts. To do this, go to the "Options" preference of the main menu and click the box in front of the "Auto Clean when Windows starts" option.
Related Questions

Can I have Lookup Store automatically go to the system tray at startup?

Exponenciel, efficient and affordable ACT! add-ons
Yes, through the Settings window (under the Options menu). The second option when not checked makes the system tray popup menu appear when hovering the icon. If checked, you need to click the icon to make the menu appear. No. Simply select an empty position ("Store Here") and the properties window will be displayed, the same way as if you clicked on a "Store here" button.
Related Questions

How can I make Ubuntu execute a script or program at startup?

Ubuntu:Forums FAQ - PyKeylogger
I am a frequent participant on the Ubuntu Forums, and I have noticed a few questions (and their variations) being asked over and over again. So I created this page to archive and categorize these questions and their answers, so that whenever I see one of these questions being asked, I can simply point to this page (and I encourage other forums participants to do the same - as well as to help flesh out this FAQ).
Related Questions

Can Tripwire Enterprise execute commands in response to detected changes?

Tripwire Enterprise | FAQ | Configuration Audit & Control fo...
Yes, Tripwire Enterprise includes an Execution Action that allows commands to be executed on either the machine hosting Tripwire Enterprise/Server or on the server where the Tripwire Enterprise agent is installed.
Related Questions

How can I execute HTK or Julius commands from my Windows console?

FAQ - Frequently Asked Questions - voxforge.org
You may want to have Julius and HTK included in your path environment variable.
Related Questions

In which startup file do I put...?

Z-Shell Frequently-Asked Questions
When zsh starts up, there are four files you can change which it will run under various circumstances: .zshenv, .zprofile, .zshrc and .zlogin. They are usually in your home directory, but the variable $ZDOTDIR may be set to alter that. Here are a few simple hints about how to use them.
Related Questions

How can I use Run() to execute DOS commands or arbitrary file types such as MSI and PDF and TXT?

AutoIt
Only a few file extensions are usually "runable": EXE, BAT, COM, and PIF. Other file types like TXT and MSI are actually executed with another program. When you double click on a "myfile.msi" file, Windows actually executes "msiexec.exe myfile.msi". Therefore, the following AutoIt code would let you "run" an MSI file: RunWait("msiexec myfile.
Related Questions

How do i launch apps automatically on Fluxbox startup?

F L U X B O X:. - Documentation - FAQ
You have to understand that a windowmanager is just one more application for X, like netscape or gimp or xterm. Many people new to X come to believe that X runs the window manager and the window manager runs programs. But thats not true. If configured right, you can run all your applications under X, kill the window manager, and start another window manager up. The *real* program that X runs, that runs other programs, is your .xinitrc or .xsession script. When X is started, your .xinitrc or .
Related Questions

See also How can I make the CHDK program load automatically at startup?

FAQ - CHDK Wiki
If you later want to update a CHDK version, just copy the new PS.fir and Diskboot.bin files onto the SD card and overwrite the old ones. You do not have to delete any other file. All settings are forward/backward compatible. After running CHDK and setting all your options for histograms, zebra-mode, OSD layout, fonts, colors, last script loaded, etc. all your settings are saved in the /CHDK/CHDK.CFG file.
Related Questions

How do I automatically load a Web application during OC4J startup?

You have to set the load-on-startup attibute to "true" in your http-web-site.xml for the <web-app> tag e.g. lt;web-app application="default" name="lab02War" root="lab02" load-on-startup="true"/> In the deployment descriptor for your Web application i.e. web.xml you can specify the priority of the servlets to be loaded e.g.
Related Questions

Can I run Atomic Time Zone automatically at startup?

Atomic Time Zone - Frequently Asked Questions
Yes. You also have the ability to configure whether or not Atomic Time Zone will open Minimized (in the tasktray as an icon) or as a full program screen.
Related Questions

How do I get ReadyNAS shares to automatically appear on my Windows PC on startup?

FAQ - InfrantWiki
You can create a batch file with the following contents: net use e: \\$hostname\$sharename $password /u:$sharename /persistent:no Alternatively, you can use "Map Network drive" under "Tools" menu in File Explorer , and check "Reconnect at login" option. When you are using Windows Vista, "Map Network drive" GUI menu is at right-click on Computer in Start menu. You can also map sub-folder to drive.
Related Questions

See also How can I make the CHDK firmware load automatically at startup?

CHDK/FAQ - Scratchpad Wiki Labs - Free wikis from Wikia
If you later want to update a CHDK version, just copy the new PS.fir and Diskboot.bin files onto the SD card and overwrite the old ones. You do not have to delete any other file. All settings are forward/backward compatible. After running CHDK and setting all your options for histograms, zebra-mode, OSD layout, fonts, colors, last script loaded, etc. all your settings are saved in the /CHDK/CHDK.CFG file.
Related Questions

edit] Q. How can I make the CHDK firmware load automatically at startup?

CHDK/FAQ - Scratchpad Wiki Labs - Free wikis from Wikia
Copy the files PS.fir and DISKBOOT.bin in the root folder of your SD card if you not already have done so. If the camera reports that the SD-card is locked: Do not care about this message, the camera is still able to store pictures on the SD-card. Note: Unfortunately, autoload does not work with FAT32-formatted SD-cards. This means: cards up to and including 2 GB will work, cards larger than 2 GB won't. Note2: 4 GB cards can support the autoload feature if they are formated in FAT16 manually.
Related Questions

What are .commands?

FAQ (Frequently Asked Questions) - Mariusnet v2
Commands are commands that can be entered into the mariusnet lobby to perform some task. Mariusnet has a very comprehensive collection of .Commands providing lots of useful functionality described at our .commands page (may not be exhaustive). For a quick list of commands type .help in the mariusnet lobby, or .help [command] (without the square brackets) to get a detailed description of any particular command.
Related Questions

Who can execute a will?

Inspector Genaral of Stamps and Registration
a) Any person above the age of 18 years and mentally sound may execute will, but will caused by fraud or coercion or by importunately will not be valid. Therefore a will must be executed voluntarily. d) Scribe (deed writer / advocate) cannot be called witness. Two independent attesting witnesses other than the scribe or necessary. In order to avoid disputes in implementation of a will, description of property and the beneficiaries should be clearly be written without giving room for any doubt.
Related Questions

Can replication operations be executed automatically i.e. without giving any manual commands?

Daffodil Replicator (OS) FAQ's
Yes, it can be done. Daffodil Replicator (OS) uses the concept of scheduling for this purpose. A user can add a replication schedule once and remain free from executing a replication call manually, time and again. Replicator will automatically replicate data on that scheduled time. Yes, it does. Daffodil Replicator (OS) uses Scheduling which permits replication in two modes-Real time and Non real time.
Related Questions

FAQs
Yes, it supports Real time and Periodic replication. Daffodil Replicator (E) provides scheduling which permits replication in two modes - Real time and Non real time. In Real Time mode of replication, replication process specified in schedule will be performed continuously without any time delay. When you commit the records after performing any operation on database, it gets reflected on both the sides.
Related Questions

Can MacroBLASTER™ automatically write macro commands for me?

Custom Speech USA - FAQs - We teach computers how to listen
Using Script Tool™, it is possible to generate complex Visual Basic Scripting Edition (VBScript) macros. This macro script editor can be used by the novice user or experienced programmer. The graphical user interface of Script Tool™ allows a user to select the desired event (e.g., open or save a file). The software automatically creates programming code in the macro editor without the user having to know any programming.
Related Questions

Got A Question? Ask Our Community!


More Questions >>

© Copyright 2007-2008 QueryCAT
About • Webmasters • Contact