before i do a lot of work, maybe some of you know the answer.
can i store the location in memory of the console screen buffer in a file and a different program start by other means, say in a batch file using the command "start filename.exe" or even start by other means not from inside the console and have that other program read the memory location of the console screen buffer stored as data in a file, then in the other program retreive the console screen's buffer.
i am using windows 2000 and the attachconsole api is not in that version,
so i am having to do something else.
thanks in advance
can i store the location in memory of the console screen buffer in a file and a different program start by other means, say in a batch file using the command "start filename.exe" or even start by other means not from inside the console and have that other program read the memory location of the console screen buffer stored as data in a file, then in the other program retreive the console screen's buffer.
i am using windows 2000 and the attachconsole api is not in that version,
so i am having to do something else.
thanks in advance
Comment