1.

Solve : Send keystrokes as a batch file??

Answer»

If you open a WINDOWS DOS box, you can PRESS ALT-Return  and MAKE the Windows box a full-screen DOS screen. Is there a way to do this from a batch file? Similar to the following:

echo off
strike ALT+Return
echo on


Then I could control the DOS window size from within the program, not depend on the user to "do it right." The program is for genealogy, a combination of PowerBasic programs and batch file programs.

THANK you.

Robert



Discussion

No Comment Found