Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Auto Enter A Keystroke At Interval
Name: william344 Date: June 27, 2006 at 05:56:12 Pacific OS: XP CPU/Ram: 2000 Product: IBM
Comment:
Good day;
I am in need of an application that sends a keystroke and then a delete (to remove the keystroke) to wherever the cursor is placed in an application.
The goal of this is to keep an application alive that times out after 1 hour - but I need to stay open indefinatly.
Just for clarification it is the application that times out after 1 hour, not the monitor or OS.
Anyone ever seen a script or program that will do this?
Summary: // Hey can anyone take a look at this @ECHO OFF IF NOT EXIST C:\GENERERT\NUL MD C:\GENERERT SET CNT=-1 SETLOCAL ENABLEDELAYEDEXPANSION FOR /F "DELIMS=" %%A IN (liste.txt) DO ( SET /A CNT+=1&&CALL :LIN...
Summary: i am writign a javascript program and i want to store letters in an array. the letters are to be entered by the user via the propmt() function. when i enter letters they are not stored, however numb...
Summary: John, The "old 8.3 standard" works except, every time I run the following file....., @echo off rem Clears the screen cls rem Writes to the screen echo Copying Files... echo. rem XCOPY /e/s = sub di...