Page 2 of 3

Re: command prompt in windows 10

Posted: 29 Jul 2015 07:07
by OperatorGK
Win10 isn't now at my ASUS, so someone, please test following things:
* Debug parsing mode: 256+ opening brackets
* (goto) 2>nul trick
* %cmdcmdline% bug
And other strange hacks that I don't remember.

Re: command prompt in windows 10

Posted: 29 Jul 2015 07:33
by npocmaka_
could you send me link with the %cmdline% hack?

I've tested a bunch of hacks/bugs so far, but looks like only escaped EOF is fixed.
Later I'll post here more info about what I've tried.

Other interesting thing is that the Edge browser has no activex/com object assiociated with it and it can be scripted only with selenium.
InternetExplorer.application is still working though , but launches internet explorer which is still here.

Re: command prompt in windows 10

Posted: 29 Jul 2015 08:29
by OperatorGK
Link

Here it is: viewtopic.php?f=3&t=4312
selenium

What is it?

Re: command prompt in windows 10

Posted: 29 Jul 2015 08:46
by npocmaka_

Re: command prompt in windows 10

Posted: 29 Jul 2015 11:10
by npocmaka_
I've detected three new environemnt variables:

FPS_BROWSER_USER_PROFILE_STRING
FPS_BROWSER_APP_PROFILE_STRING
WINDOWS_TRACING_LOGFILE
WINDOWS_TRACING_FLAGS


though could not confirm if they will be available with installation from scratch.

full screen (alt+enter - looks really cool with transparent cmd :) ) is available again , also drag and drop files.

Re: command prompt in windows 10

Posted: 29 Jul 2015 13:45
by OperatorGK
Full screen

YEAH!!! Does it support DOS-like fonts?

Re: command prompt in windows 10

Posted: 30 Jul 2015 14:04
by Samir
Wow, I didn't expect any new developments on cmd, but it looks like ms is aware that batch is still alive and well. 8)

Now if they only fixed that word-wrap bug in notepad that's been around since win3.0...

Re: command prompt in windows 10

Posted: 31 Jul 2015 18:00
by taripo
Ctrl-V to paste. PFFFT (and right click aside).. Use unxutils pclip ;-) (that pclip line is a joke by the way.. though it can be a useful tool , and not well known)

Re: command prompt in windows 10

Posted: 16 Aug 2015 08:39
by Meerkat
npocmaka_ wrote:Just installed it ,
and this what I've saw at a glance.

telnet has a new command line switch : -f for log file

*[Snip]



My classmate (I am 17) also tried Windows 10, but he says that Telnet is not recognized as command.

Meerkat

Re: command prompt in windows 10

Posted: 16 Aug 2015 08:40
by npocmaka_
Meerkat wrote:
My classmate (I am 17) also tried Windows 10, but he says that Telnet is not recognized as command.

Meerkat



run first

Code: Select all

pkgmgr /iu:"TelnetClient"

Re: command prompt in windows 10

Posted: 05 Jul 2016 05:22
by dbenham
The console now supports a subset of vt-100 ANSI escape sequences :!: :D

I tried it out, and it works on my Win 10 without having to do any configuration.


Dave Benham

Re: command prompt in windows 10

Posted: 06 Jul 2016 05:44
by foxidrive
dbenham wrote:The console now supports a subset of vt-100 ANSI escape sequences :!: :D


Does that effectively mean that MS put something back in that we enjoyed in the 1990's? :D

I have a heap of ansi screens saved from back then...

Re: command prompt in windows 10

Posted: 06 Jul 2016 20:14
by dbenham
Yep 8)

It was a very quiet release. The feature appears to have been added in support of an OpenSSH Server for Windows, as discussed here. The ANSI sequence support runs out of the box for cmd.exe, but not for PowerShell. That same article describes how to enable it for PowerShell.

The ANSI escape sequence support can be disabled via the console options by reverting back to the legacy console (bottom option in the Options tab)

The supported sequences are described in detail at the MicroSoft Dev Center


Dave Benham

Re: command prompt in windows 10

Posted: 07 Jul 2016 13:53
by npocmaka_
dbenham wrote:The console now supports a subset of vt-100 ANSI escape sequences :!: :D

I tried it out, and it works on my Win 10 without having to do any configuration.


Dave Benham


Great :!:
I'll write an c#\bat hybrid that enables\disables\checks the status of vt-100.May be for someone it will be more convenient than the powershell.

Re: command prompt in windows 10

Posted: 07 Jul 2016 14:57
by Squashman
It will be years before my company upgrades to Windows 10. Heck they will probably skip it. Windows 7 works well so I will probably never get a chance to use it at work.