Hello!
I have to print from PB DOS programs (.EXE-files) under Windows.
It was possible with Windows 98/ME/NT.. but it is not possible
with Windows XP.
The statements:
OPEN "O", #1, "LPT1:"
PRINT #1, " ......ASCII-Zeichen"
....
CLOSE
Can I get any help?
Thank you.
------------------
Klaus
I have to print from PB DOS programs (.EXE-files) under Windows.
It was possible with Windows 98/ME/NT.. but it is not possible
with Windows XP.
The statements:
OPEN "O", #1, "LPT1:"
PRINT #1, " ......ASCII-Zeichen"
....
CLOSE
Can I get any help?
Thank you.
------------------
Klaus
Comment