Question : Simulate keyboard command in batch file

I was wondering if it is possible to have a batch file simulate a keyboard command...namely the 'alt tab' feature for windows xp?

Any help would be greatly appreciated.

Answer : Simulate keyboard command in batch file

A batch file cannot simulate a key stroke without the aid of external applications that it would have to call.

If you want an easy way to this feature, consider using a Windows script instead of a batch file, or please have a look at AutoIt, a command line scripting language and keystroke simulator on steroids: http://www.autoitscript.com/autoit3/
Random Solutions  
 
programming4us programming4us