I know for linux and Unix machines there is emacs and vi text editor and gcc is built in to compile c code? what would be the Windows text editor in cmd and are there any compilers built in?
First, you need to switch to command mode. This can be done by hitting the Esc key. Next, you can type the following commands: :q to quit.
The quickest way to open a Command Prompt window is through the Power User Menu, which you can access by right-clicking the Windows icon in the bottom-left corner of your screen, or with the keyboard shortcut Windows Key + X.
I made a simple VIM clone from batch to satisfy your needs.
@echo off title WinVim color a cls echo WinVim 1.02 echo. echo To save press CTRL+Z then press enter echo. echo Make sure to include extension in file name set /p name=File Name: copy con %name% if exist %name% copy %name% + con
Hope this helps :)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With