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.
Moving Cursor in Batch (.bat) Files
Name: reticuli Date: May 24, 2004 at 04:14:51 Pacific OS: Windows XP Pro CPU/Ram: P4 2.67GHz 512MB RAM
Comment:
Hi,
Is it possible to move the DOS cursor around the screen in DOS batch (.bat) files?
All I can find is info about $e[1a and ESC[1a that don't seem to work.
What you posted is an Escape Sequence to be processed by the legacy DOS ANSI.sys Driver. As far as I know therte is no analog software stuff under Windows 2K/XP environments that are NT-kernel based.
Summary: Hello, I need to create a Batch file that simulates keystrokes on the keyboard. I have a program that runs in the background, and is triggered by hitting hotkeys on the keyboard. ie, the Alt button...
Summary: I'd like to write a simple bat file that calls excel and sets the msoautomationsecuritylow so that the opened excel file does not prompt for enabling macros. I'm running scheduled tasks in the middle ...
Summary: Hi, I have a csv file having close to 59 columns delimited with comma. I might contain some fileds with a comma in it like below: cat,bat,tom "bot,inc",tom,bot the field having a comma would be enclos...