IIRC, you have to use redirection for your keyboard input to a file, but I don't remember the command. Let me search for it....
-----------------------------------------
Posted again:
-----------------------------------------
I think this will work.I don't remember/know whether it will work without creating the file.
Try this:
Create a text file file1.txt and have the data in it as 'Y'. (without the quotes)
Make sure you have the file in the same directory as the program.
Now type:
Code:
vsp1cln.exe < file1.txt
Save it as a batch file. Does that work?
Keep in mind this is an incredibly hackish(read:lame) way to do this, if it works that is...