Teensyterpreter icon indicating copy to clipboard operation
Teensyterpreter copied to clipboard

CMD cannot be sized

Open fionafibration opened this issue 7 years ago • 6 comments

When I run the program, CMD poos up in the dark blue text, but at the top says it cannot be resized to the rows and columns specified.

fionafibration avatar Aug 21 '16 23:08 fionafibration

Yeah, this is a known issue with Windows 8/8.1/10 systems. I just pushed the new code to the dev branch, which should correct the issue. I haven't had a chance to test it though, so if you can't get the dev branch code to work, just replace line 96 in the master branch with:

Keyboard.print("cmd.exe /T:01 /K MODE CON: COLS=17 LINES=1");

KernelEquinox avatar Aug 23 '16 14:08 KernelEquinox

Thanks, that helps.

On Aug 23, 2016 8:48 AM, "cry0" [email protected] wrote:

Yeah, this is a known issue with Windows 8/8.1/10 systems. I just pushed the new code to the dev branch, which should correct the issue. I haven't had a chance to test it though, so if you can't get the dev branch code to work, just replace line 96 in the master branch with:

Keyboard.print("cmd.exe /T:01 /K MODE CON: COLS=17 LINES=1");

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/KernelEquinox/Teensyterpreter/issues/11#issuecomment-241756293, or mute the thread https://github.com/notifications/unsubscribe-auth/AQDJZO0msZzV_fJ17mESlEfrnBlJkBUhks5qiwhOgaJpZM4JpbHs .

fionafibration avatar Aug 23 '16 21:08 fionafibration

You should also change the read me in the dev branch to match the new way of inputting information.

On Tue, Aug 23, 2016 at 3:36 PM, Spam Sucker [email protected] wrote:

Thanks, that helps.

On Aug 23, 2016 8:48 AM, "cry0" [email protected] wrote:

Yeah, this is a known issue with Windows 8/8.1/10 systems. I just pushed the new code to the dev branch, which should correct the issue. I haven't had a chance to test it though, so if you can't get the dev branch code to work, just replace line 96 in the master branch with:

Keyboard.print("cmd.exe /T:01 /K MODE CON: COLS=17 LINES=1");

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/KernelEquinox/Teensyterpreter/issues/11#issuecomment-241756293, or mute the thread https://github.com/notifications/unsubscribe-auth/AQDJZO0msZzV_fJ17mESlEfrnBlJkBUhks5qiwhOgaJpZM4JpbHs .

fionafibration avatar Aug 24 '16 16:08 fionafibration

In the new code, you don't call the parseNet() function. You just define it.

fionafibration avatar Aug 24 '16 21:08 fionafibration

If you call it before hurryup, it works. Ignore my thing about changing the parseNet to work. It works with one modification, and that is too call the parseNet function before hurryup. It is better before hurryup, as it doesn't delay anything. If you called it after, then it would put a very slight delay in as it needs to calculate the hex. It works with that one modification. You can close all my pull requests, they were crap. But please merge the dev branch with the master.

On Aug 24, 2016 3:41 PM, "Spam Sucker" [email protected] wrote:

In the new code, you don't call the parseNet() function. You just define it.

fionafibration avatar Aug 25 '16 03:08 fionafibration

That was the worst most blabbery email I have ever composed. I am sorry you had to read that.

On Aug 24, 2016 9:31 PM, "Spam Sucker" [email protected] wrote:

If you call it before hurryup, it works. Ignore my thing about changing the parseNet to work. It works with one modification, and that is too call the parseNet function before hurryup. It is better before hurryup, as it doesn't delay anything. If you called it after, then it would put a very slight delay in as it needs to calculate the hex. It works with that one modification. You can close all my pull requests, they were crap. But please merge the dev branch with the master.

On Aug 24, 2016 3:41 PM, "Spam Sucker" [email protected] wrote:

In the new code, you don't call the parseNet() function. You just define it.

fionafibration avatar Aug 25 '16 03:08 fionafibration