Bash - bind Alt-Arrow keys

2002-03-14 Thread Scott Goldstein
I want to bind \M-right and \M-left to forward-word and backward-word respectively in bash. I've tried the following in my .inputrc file: # forward word bind '"\M-\e[C":forward-word' # backward word bind '"\M-\e[D":backward-word' It seems to work, but have some strange side affects. Specifica

RE: Starting program under bash as Scheduled Task

2001-12-28 Thread Scott Goldstein
Won't this just run bash at 12:15? What I want to do is run a script, "MyScript", within a bash environment at 12:15. So, I want to emulate the following: 1. Start bash. .bashrc is executed and shell opens with a prompt. 2. At the prompt, run MyScript Can this be done? Thanks. Scott >==

Starting program under bash as Scheduled Task

2001-12-27 Thread Scott Goldstein
I would like to create a Windows 2000 Scheduled Task. This task is a shell script that requires environment variables set within my .bashrc. Is there any way to run bash (to set the environment variables) followed immediately by the shell script from a scheduled task or, similarly, from a des