Right, here goes: I want to write VB programs that behave like QBASIC did. I want to PRINT, and INPUT from the CMD line. I've got the console.bas code, and this is fine, BUT it launches a new console instance. I want to run the program from a CMD line, and have all I/O happen in THAT instance. I'm new to VB, so any help would be appreciated...




Reply With Quote