Applying alt-D from within a DOS Script

  • Thread starter Thread starter JohnNews
  • Start date Start date
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.
 
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
 
Back
Top