I am trying to figure out what the EOF command is for win32. For example, I need to enter some stuff into an array and I need to signify the EOF to continue. I use linux mostly for this so its ^D. Anybody know what win32 systems use?
Tried ^D, ^C, ^Z but no go.