Top "Prompt" questions

prompt is a command-line or graphical interface which presents the user with a line editor or modal dialog and suspends execution until input is returned

JavaScript Prompt Box Cancel Button?

I have a JavaScript function as follows: function popup(username) { var req = createAjaxObject(); var message = prompt("Message:",""); if(message != ""){ req.…

javascript prompt
Shell script user prompt/input

This is a crude korn shell script that someone else wrote. I don't know much about using shell syntax and …

shell input variables ksh prompt
How can I respond to prompts in a Linux Bash script automatically?

I am running a script (I can't edit it), and there are three yes/no questions. How can I automatically …

linux bash automation prompt
Ruby Rails collection select is displaying blank "prompt" value?

I have a collection select like the following: <%= f.collection_select :region_id, Region.find(:all), :id, :name, { :prompt =&…

ruby-on-rails ruby forms collections prompt
Don't make me manually abort a LaTeX compile when there's an error

As suggested here, latexmk is a handy way to continually compile your document whenever the source changes. But often when …

latex automation prompt expect latexmk
Suppress the passphrase prompt in GPG command

Edited Version I have a question about GPG, but I write all of the process, maybe it will help someone. …

prompt gnupg passphrase
javascript prompt - adding variable in default text

For javascript prompt: prompt("Message", "default value in the text field"); is it possible to add a variable into the …

javascript prompt
Different bash prompt for different vi editing mode?

When using vi mode (set -o vi) with Bash, it would be nice to have a prompt that depends on …

bash prompt
kill iOS Simulator from terminal

I'm trying to terminate the iOS Simulator from the terminal console (needed for integrating automatic UI Testing in Jenkins),but …

terminal jenkins simulator kill prompt
How to display only files that have alternate data streams in Command Prompt

I know that to display alternate data streams of all the files (if any) in command prompt, this is the …

batch-file cmd stream prompt alternate