PDA

View Full Version : Batch file



Demonizer
08-19-2005, 05:23 AM
Hello, I'm new to this forum and pretty new to Batch scripting too....
I was wondering if theres a way to make a batch that will do stuff like swap the mouse keys and stuff...
And also open the cd drive....
I meen physically...make it open....
Ive seen exes do this but I dont know if it can be done through a batch file...
If someone knows I would like to get the script...
Thanx


Forum and Batch N00b :D

SyntaXmasteR
08-19-2005, 09:08 AM
Thats not possible, BUT

*. Find the VBS script that makes your CD drive open.
2. Echo each line of the VBS script in your batch
Ex: echo "Blah blah blah" >> cdopen.vbs
*. Run the VBS

Demonizer
08-19-2005, 11:07 AM
Thanks...
Another thing...
Is there I command that can make the cmd fullscreen?
I've tried doin it with the mode con command but the fonts remain the same size...
I want a rather precise simmulation of the alt +enter key combination.... :confused: