I have a windows application that can also be run as a console application. (using AttachConsole(process.Id)
Both work fine if I run the console via a batch file.
However, if I run the application straight from the commandline I get the following error when I enter a input:
Coninue Installing (Y/N)
y
'y' is not recognized as an internal or external command,operable program or batch file.
Has anyone run across this problem? I'm not even sure how to go about debuggin it..
Any help would be greatly appreciated
Both work fine if I run the console via a batch file.
However, if I run the application straight from the commandline I get the following error when I enter a input:
Coninue Installing (Y/N)
y
'y' is not recognized as an internal or external command,operable program or batch file.
Has anyone run across this problem? I'm not even sure how to go about debuggin it..
Any help would be greatly appreciated