Skip to main content

Questions tagged [interactive]

The tag has no usage guidance.

0 votes
1 answer
71 views

How to configure IF function to dynamically display three data tables

I downloaded the Microsoft Office Excel Template called "Vehicle Log Book" and I'm having trouble adjusting the graph so it includes 3 items in the drop down list, instead of 2. I believe the issue ...
Brian's user avatar
  • 1
-3 votes
1 answer
56 views

Microsoft Excel - Interactive Average [closed]

Its for an assignment. There are data given for january to June , and July data is empty. After I enter July data average is created. Task is I have to fix a program, that after I put data in july a ...
Ashim Kundu's user avatar
1 vote
1 answer
578 views

How to set up a Linux box as a stand-alone firewall/gateway? [closed]

How do I separate Linux firewall/gateway box, to isolate now-chatty-with-Microsoft Windows machines from the internet? Permitting only approved user-initiated connections from Windows boxes. This ...
El Zorko's user avatar
  • 111
1 vote
1 answer
579 views

Why does PSEXEC -i -s work in Windows 7 as services can no longer interact with the desktop?

According to this MSDN article: Important Services cannot directly interact with a user as of Windows Vista. Therefore, the techniques mentioned in the section titled Using an Interactive Service ...
cjones26's user avatar
  • 735
1 vote
1 answer
3k views

Can't type anymore on Git bash after returning from ssh -tt

I wanted to execute a command in a remote shell in its interactive environment, so as to make it load my remote .bash_profile there first before executing the command. This works great: echo "...
laggingreflex's user avatar
1 vote
1 answer
2k views

Interactive Script; Prompt within a loop

How do I prompt a user for input from a shell script (ksh) within a loop in which a file is read? The script reads in a file. In each loop pass the user will be asked if he wants to cancel or not? ...
Chris's user avatar
  • 11
13 votes
7 answers
26k views

"Click to translate" for .pdf

Is there a way to be able just click a word and get its translation while reading .pdf files? Google Dictionary is very useful plugin for Chrome but works only for web pages. Does something similar ...
user avatar
0 votes
1 answer
73 views

How to reference previous parameter in interactive bash shell?

I'm trying to do something like: mv doc1 $1.html #equivalent to mv doc1 doc1.html but the problem here is that, because I'm in an interactive shell, $1 refers to the first parameter passed to "bash",...
Nick Chandoke's user avatar
9 votes
2 answers
19k views

Open new konsole from script, executing command and becoming interactive on conclusion

I want to be able to get a script (ran at startup) to open up a konsole terminal. When it opens it is to do some persistent things (like change directory and source bashrc) and run a long running ...
Hashbrown's user avatar
  • 3,079
2 votes
0 answers
62 views

What's the purpose of the Linux filesystem checkers' "interactive mode"?

Linux's fsck disk-repair tool often runs in an "interactive mode" by default. This means that, if it finds problems, it may ask me questions. But these questions tend to assume that I am a filesystem ...
unforgettableidSupportsMonica's user avatar
0 votes
2 answers
4k views

Running interactive commands in remote machine using putty command line

I am trying to connect to remote terminal using putty command line with below command: C:\Program Files>putty.exe -ssh -2 -l username -pw password -m remote.cmd -t 10.127.1.1 In remote.cmd file, I ...
Monika's user avatar
  • 1
0 votes
0 answers
2k views

Windows scheduled task interactive mode (GUI)

I am trying to run an application (Selenium test) through the task scheduler in a Windows XP virtual machine guest that allows for desktop interaction (keyboard pressing, movement through Firefox). I ...
Jack Fisher's user avatar
5 votes
1 answer
23k views

Run interactive task even if user is not logged on Windows

I have an application which automates my everyday task of logging into some website and doing repetetive actions. This app starts as a scheduled task everyday at 7.30am. The problem arises when I ...
user236086's user avatar
2 votes
1 answer
589 views

Suppress (or quiet) the output of bash: "Hit any key to close this window..."

Typically when I invoke an GUI application in vim, I get a command prompt that awaits for my response: shell returned 1 Hit any key to close this window... How can I not make this prompt to show up, ...
Forethinker's user avatar
7 votes
3 answers
13k views

Howto start an interactive script at ubuntu startup?

Based on Ubuntu core 12.04, I have prepared a bootable DVD. After booting (to console only), I can login as a user and start a script for installation of an embedded device: sudo install_script In ...
Carsten Scholtes's user avatar

15 30 50 per page