I know that you can modify the height and width of cmd.exe with

Code:

Shell "cmd.exe /C mode con lines=50"
Shell "cmd.exe /C mode con cols=120"



Is there a way that I could also set the buffer?
_________________________
I haven't failed. I just found another way that did not work.