

InterviewSolution
Saved Bookmarks
1. |
Solve : Command Line with C/C++ code execution? |
Answer» <html><body><p>Hi!<br/><br/>I was searching for CMD.EXE alternative and found some tools:<br/>1.<br/>Command Line C#<br/>- allows to run C# code in comand line<br/>Exist anything similar for C/C++ code execution?<br/>2.<br/>In Insider preview is CMD.EXE with zoom available.<br/>Is possible to extract it from Insider build and apply it (separately or <a href="https://interviewquestions.tuteehub.com/tag/replace-karana-ka-sharatakata-622250" style="font-weight:bold;" target="_blank" title="Click to know more about REPLACE">REPLACE</a>) to Windows 1803?<br/>3.<br/>Insider preview has also Linux Shell<br/>Is possible to extract and apply to Windows 1803 too?<br/>Extraction of many programs is possible, but I did it yet only with programs from older Windows versions.<br/>When I'm talking about older Windows extraction, it was possible to get Media Center into Windows 10.1507 or Build 10240 - is it yet possible to do the same for later builds?<br/>4.<br/>I found also notes about CMD.EXE evolution that will be supported in CMD Unicode buffer - is it rumour or reality?<br/><br/>Thank you for all suggestions and replies.<br/>Miro1. The Unix/Linux C shell (csh) can be installed on Windows, either using Cygwin, or there is a port called tcsh you can get by using Astron's packaged exe (x64 and x86) files here<br/><br/>ftp://ftp.astron.com/pub/tcsh/beta/<br/><br/>2. Nope. I tried it.<br/><br/>3. You can just install WSL in Windows 10 pro, or else install Cygwin and you get bash, zsh, csh, etc. Don't know about Media Center but see here:<br/><br/><a href="https://www.ghacks.net/2018/10/08/windows-media-center-for-windows-10/">https://www.ghacks.net/2018/10/08/windows-media-center-for-windows-10/</a><br/><br/>4. It's in 1809. <br/><br/>"If you’re running Windows 10 October 2018 Update (build 1809), you’re already running this new buffer!"<br/><br/><a href="https://blogs.msdn.microsoft.com/commandline/2018/11/15/windows-command-line-unicode-and-utf-8-output-text-buffer/">https://blogs.msdn.microsoft.com/commandline/2018/11/15/windows-command-line-unicode-and-utf-8-output-text-buffer/</a><br/><br/><br/><br/>Regarding "alternative shells" generally for Windows, you have always got Powershell, which I personally have never used much. As for alternatives to the cmd.exe console, I think I have tried all of the free ones like Cmder, ConEmu, etc, and always went back to the standard Windows console pretty quickly. There is an alternative-language thing called <a href="https://interviewquestions.tuteehub.com/tag/take-662846" style="font-weight:bold;" target="_blank" title="Click to know more about TAKE">TAKE</a> Command, which is supposed to fix all the things wrong with cmd.exe, but still be familiar syntax-wise. You have to pay for it, but there is a free version called TCC/LE (it used to be called 4NT and was around for years). It's like cmd.exe on steroids (111 commands compared to 40). Again, I noodled around with it but <a href="https://interviewquestions.tuteehub.com/tag/soon-1722172" style="font-weight:bold;" target="_blank" title="Click to know more about SOON">SOON</a> went back. <br/><br/><a href="https://jpsoft.com/products/tcc-le.html">https://jpsoft.com/products/tcc-le.html</a><br/><br/>To me personally these alternatives are all very well if you like noodling around with consoles, but if you want to get anything done, cmd.exe is what most people use so I stick with that. There is one thing I have installed that I like, a console enhancement called Clink...<br/><br/><a href="https://mridgers.github.io/clink/">https://mridgers.github.io/clink/</a><br/><br/>This is handy because it remembers your command history after a reboot, and you can do some custom things (e.g. coloured prompt). It injects itself into cmd.exe at launch, you can enable and disable it.<br/><br/><br/> For correction - I'm searching not for cmd.exe replacement and tried mentioned.<br/>I want to have extended cmd.exe with C/C++ code execution and magnifying and I see that CLink is great enhancement of cmd.exe itself.<br/>I will play with later, but from webpage it looks great... thank you for suggestion.<br/>Even CLink is possible to extend - dream is to add C/C++ code execution, but my time is small for this, maybe knowledge too.<br/><br/>Miro</p></body></html> | |