Applying alt-D from within a DOS Script

J

JohnNews

Folks:


I want to press (alt-D) from within a DOS batch file. What DOS command
(with syntax) would I have to use to programmatically press "alt-D".



Thanks,
John.
 
J

Jerold Schulman

Folks:


I want to press (alt-D) from within a DOS batch file. What DOS command
(with syntax) would I have to use to programmatically press "alt-D".



Thanks,
John.

There is no DOS.

In a CMD.EXE bat file, you can invoke Sendkeys, tip 2531 in the 'Tips & Tricks' at http://www.jsiinc.com

or

cscript //NOLOGO Path_to_VBS_file


Jerold Schulman
Windows: General MVP
JSI, Inc.
http://www.jsiinc.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top