Summary: I am making a bat file to run a series of program after the os is loaded, the bat file contains some selections (1,2,3,4, etc), is there a way to: whe...
Summary: Hello everyone i'm making a program C++ MFC. I want to make the program NOT quit when a stupid user presses enter. How do i do that? i think its beca...
Summary: Hi. i was wondering what the (or how to find) the value of the enter key. i want to make a program that automatically presses it. thanks for your peop...
Summary: Can you explain how to program a 'tabindex' in html to default to the 'Enter' key on the keyboard. Concept: On the website the user presses 'Enter' t...
Summary: Hi, I use a batch file to open Internet Explorer to a Password protected page every morning when my computer starts. The screen I get looks just like ...
Summary: Hi, I need to know how to enter a key in dos without pressing enter. Ie: at the command prompt the user must press 1 - 5 and as soon as the user press...
Summary: Hmmm, my bad - still doesn't work correctly... It now seems to detect when I press Enter/Return and skips on by. However, when I DO enter something it...
Summary: Hello all and thank you for reading my post. I have a question about a batch file. I have a batch file that will uninstall certain programs by select...
Summary: short answer: program it. long answer: 1) Place command buttons on a form for all the numbers, symbols, and functions you want to have and then place ...
Summary: I think I know what you mean, like in the Borland Editor, when you indent a line, then press ENTER the next line starts at the tab location. My first ...
Summary: A rather strange question, and a very strange question to just "find" and be curious about...Particularly when it's not really a question but a comman...
Summary: Hi Ete, The CRLF is the 'line break' created when pressing ENTER. The two bytes CR and LF take their name from the typewriter days. CR is 'carriage re...
Summary: Hi Lisa, In windows explorer, highlight the file a press F2 and type in the new name; press enter. In DOS: ren rabbit.gif rabbit.zip M2 If at firs...
Summary: The line continuation character for Python is the same as for C/C++ macros: a backslash. Thus, you could type in the Python shell (pressing ENTER afte...
Summary: Hi I am writing a batch file to automatically run some commands by telnetting to a network device. Everything goes fine until the device asks for inpu...
Summary: andy- This is a question for the windows xp forum. Try posting there. They'll want to know a couple of things: So if you put in a CD, your computer ...
Summary: One quick and dirty way to do this would be to record a macro (no need to program) in word that pushes the right arrow 64 times and then presses enter...
Summary: Here is the programm I have to write for homework: Description: Write a well-documented menu-driven program that prompts the user with the following o...
Summary: I have created a macro in excel. I edit (F2), delete some unwanted text, and press enter. What happens is the entire contents of the first (original)...
Summary: Im trying to preform mathimatical functions on variables in c++ but cant seem to get it to work some advice? heres my code #include <iostream> usin...
Summary: My friend wrote a short VBA macro for me (Excel), to calculate something. Problem is as the values in the cells it references change, it doesn't upda...
Summary: Try this one. Its a login form i used in one of my programs 'Put this code in a module Public Type AddBookUsers strUserName As String strPassw...
Summary: How can I write a TSR program that when you press ENTER, the numlock is on and the Capslock, Scrolllock is off, 1 second later, the Caplock is on and ...
Summary: I was trying to write a simple batch file to copy files from my main OS to a backup drive so that when I rebuilt my machine i could then restore them ...