I am using a program in DOS that programs the serial number into the BIOS of a computer I am working with (long story)
The computer I am working with only has a numeric keypad, no letters. Thus far I have been able to write batch files using numeric digits to run certain tasks. But, for the serial number utility, I need to enter the characters SY. I normally do this using a USB keyboard. I would like to be able to automate this.
Currently, my batch file, named 2.bat, goes like this:
calldmia.exe 1
calldmia.exe is the utility, and one is the option that takes me to a prompt where I enter the serial number data. Is there any way to make the batch file automatically enter the characters SY at the prompt where I enter the serial number?
for instance, I call the batch file...it launches calldmia.exe and picks option 1, then when it gets to the prompt, it automatically enters SY and then I enter the numeric remainder of the serial number using the numeric keypad.
Any ideas?
I know there has to be a DOS guru around here somewhere!!
The computer I am working with only has a numeric keypad, no letters. Thus far I have been able to write batch files using numeric digits to run certain tasks. But, for the serial number utility, I need to enter the characters SY. I normally do this using a USB keyboard. I would like to be able to automate this.
Currently, my batch file, named 2.bat, goes like this:
calldmia.exe 1
calldmia.exe is the utility, and one is the option that takes me to a prompt where I enter the serial number data. Is there any way to make the batch file automatically enter the characters SY at the prompt where I enter the serial number?
for instance, I call the batch file...it launches calldmia.exe and picks option 1, then when it gets to the prompt, it automatically enters SY and then I enter the numeric remainder of the serial number using the numeric keypad.
Any ideas?
I know there has to be a DOS guru around here somewhere!!