Your download link is at the very bottom of the page... always.



Processed through Paypal
No account required.


Donate Bitcoin to this wallet:
1KkUMXvQ2ko3xcJkzitB7WYgoW6m79WFfm
Donate Ethereum to this wallet:
0x40E56922F43637224935CDC35e2c96E0392A8505
Donate Litecoin to this wallet:
LLYAFEyqjH69gkyCEpRjXNyedRCWrVChfL

Buy our over-priced crap to help keep things running.
Take No CrapwareOG Dad CapNo Password


Join our Facebook groupFollow us on TwitterFollow us on InstagramOur RSS FeedJoin us on TikTokJoin us on LinkedIn


 Home » OlderGeeks.com Freeware Downloads » Command-Line Utilities   
Files
  File Name Rating Downloads
Last Update/Developer
Cmder v1.3.21
Cmder v1.3.21 An open source, portable console emulator for Windows. Cmder is a software package created out of pure frustration over absence of usable console emulator on Windows. It is based on ConEmu with major config overhaul, comes with a Monokai color scheme, amazing clink (further enhanced by clink-completions) and a custom prompt layout. Why use it? The main advantage of Cmder is portability. It is designed to be totally self-contained with no external dependencies, which makes it great for USB Sticks or cloud storage. So you can carry your console, aliases and binaries (like wget, curl and git) with you anywhere. Installation 1) Download the latest release below. 2) Extract the archive. Note: This path should not be C:\Program Files or anywhere else that would require Administrator access for modifying configuration files 3) (optional) Place your own executable files into the %cmder_root%\bin folder to be injected into your PATH. 4) Run Cmder.exe Command Line Arguments Context Menu Integration So you've experimented with Cmder a little and want to give it a shot in a more permanent home; Shortcut to open Cmder in a chosen folder 1) Open a terminal as an Administrator 2) Navigate to the directory you have placed Cmder 3) Execute .\cmder.exe /REGISTER ALL If you get an "Access Denied" message, make sure you are executing the command in an Administrator prompt. In a file explorer window right click in or on a directory to see "Cmder Here" in the context menu. Keyboard shortcuts Tab manipulation Ctrl + T : New tab dialog (maybe you want to open cmd as admin?) Ctrl + W : Close tab Ctrl + D : Close tab (if pressed on empty ...
5/5 4,006 Dec 19, 2022
Martin Kemp/Benjamin Staneck
Command No Window v1.0.0.0
Command No Window v1.0.0.0 Run Command Line Scripts Without Displaying a Window. Utility that allows to run command line programs and scripts without displaying the command line, or console window. (This utility by itself will not display any UI if it was run with command line arguments.) Such can be helpful when running commands on schedule without distracting the work of a logged-in user at the time when the schedule is triggered to run. This utility can run Windows executable programs, DOS batch files (text files with .bat or .cmd extensions), as well as PowerShell scripts (text files with .ps1 extension.) If receiving the output from running a command is required, make sure to enable Windows Event Logging via the VerboseLog registry value, described in the included manual. Windows XP/Vista/7/8/10 & Windows Server 2003/R2/2008/R2/2012/R2/2016 Click here to visit the author's website.
5/5 2,282 May 27, 2021
Dennis Babkin
CommandStay v1.0
CommandStay v1.0 A registry tweak to force the Command Prompt window to remain open after running any batch files. INSTRUCTIONS (Note: You may not get asked all of these questions.) 1) Double or single click on CommandStay.reg 2) On the Security Warning window, click RUN. 3) When asked "Do you want to allow this app to make changes to your computer?", choose YES. 4) When asked "Adding information can unintentionally change or delete values and cause... Are you sure you want to continue?", choose YES. 5) On the message telling you it was successful, click OK. 6) Restart your computer. Click here to visit the author's website.
5/5 1,888 Feb 21, 2022
OlderGeeks.com
ConEmu v221218
ConEmu v221218 A handy, comprehensive, fast and reliable terminal window where you may host any console application developed either for WinAPI (cmd, powershell, far) or Unix PTY (cygwin, msys, wsl bash). As Windows console window enhancement (local terminal emulator), ConEmu presents multiple consoles and simple GUI applications (like PuTTY for example) as one customizable tabbed GUI window with various features. ConEmu is not a shell, so it does not provide "shell features" like remote access, tab-completion, command history and others. ConEmu is an advanced console window where you can run any shell of your choice. ConEmu starts a console program in a hidden console window, and provides an alternative customizable GUI window with various features. Also, due to deep integration, ConEmu is the best companion for Far Manager, my favorite shell replacement. Disclaimer ConEmu is not a shell, so it does not provide "shell features" like tab-completion, command history and others. But you can run any shell or remote access client of your choice in ConEmu! Try Clink for bash-style completion in cmd.exe and PSReadLine or PowerTab in powershell.exe. Or just run Bash from your favourite distro. Also, ConEmu does not provide remote access (SSH/Telnet/...) too, just use your remote client (ssh.exe, telnet.exe) instead. Features • proper smooth and friendly window resizing • several programs (even simple GUI) in tabs and splits • Quake style drop-down • Windows 7 Jump Lists and Progress on Taskbar buttons • easily run old DOS applications (games) in Windows 7 or 64-bit OS • configurable and clickable status bar • optional per-application settings (e.g. palettes) • normal, maximized and full screen window graphic modes • customizable font family, height, width, bold, italic, anti-aliasing ...
5/5 3,285 Dec 19, 2022
Maksim Moisiuk
Cygwin v3.0.7 32bit
Cygwin v3.0.7 32bit Cygwin is: a large collection of GNU and Open Source tools which provide functionality similar to a Linux distribution on Windows. a DLL (cygwin1.dll) which provides substantial POSIX API functionality. Cygwin is not: a way to run native Linux apps on Windows. You must rebuild your application from source if you want it to run on Windows. a way to magically make native Windows apps aware of UNIX® functionality like signals, ptys, etc. Again, you need to build your apps from source if you want to take advantage of Cygwin functionality. General installation notes When installing packages for the first time, setup*.exe does not install every package. Only the minimal base packages from the Cygwin distribution are installed by default, which takes up about 100 MB. Clicking on categories and packages in the setup*.exe package installation screen allows you to select what is installed or updated. Individual packages like bash, gcc, less, etc. are released independently of the Cygwin DLL, so the Cygwin DLL version is not useful as a general Cygwin release number. The setup*.exe utility tracks the versions of all installed components and provides the mechanism for installing or updating everything available from this site for Cygwin. Once you've installed your desired subset of the Cygwin distribution, setup*.exe will remember what you selected so rerunning the program will update your system with any new package releases. On Windows Vista and later, setup*.exe will check by default if it runs with administrative privileges and, if not, will try to elevate the process. If you want to avoid this behaviour and install under an unprivileged account just for your own usage, run setup*.exe with the --no-admin option. Q: Is there a command-line installer? A: Yes and no. The setup*.exe program understands command-line arguments which ...
5/5 4,852 May 22, 2019
Cygwin
Cygwin v3.2.0-1
Cygwin v3.2.0-1 Cygwin is: a large collection of GNU and Open Source tools which provide functionality similar to a Linux distribution on Windows. a DLL (cygwin1.dll) which provides substantial POSIX API functionality. Cygwin is not: a way to run native Linux apps on Windows. You must rebuild your application from source if you want it to run on Windows. a way to magically make native Windows apps aware of UNIX® functionality like signals, ptys, etc. Again, you need to build your apps from source if you want to take advantage of Cygwin functionality. General installation notes When installing packages for the first time, setup*.exe does not install every package. Only the minimal base packages from the Cygwin distribution are installed by default, which takes up about 100 MB. Clicking on categories and packages in the setup*.exe package installation screen allows you to select what is installed or updated. Individual packages like bash, gcc, less, etc. are released independently of the Cygwin DLL, so the Cygwin DLL version is not useful as a general Cygwin release number. The setup*.exe utility tracks the versions of all installed components and provides the mechanism for installing or updating everything available from this site for Cygwin. Once you've installed your desired subset of the Cygwin distribution, setup*.exe will remember what you selected so rerunning the program will update your system with any new package releases. On Windows Vista and later, setup*.exe will check by default if it runs with administrative privileges and, if not, will try to elevate the process. If you want to avoid this behaviour and install under an unprivileged account just for your own usage, run setup*.exe with the --no-admin option. Q: Is there a command-line installer? A: Yes and no. The setup*.exe program understands command-line arguments which allow ...
5/5 4,982 Apr 04, 2021
Cygwin
Delete Empty v1.0
Delete Empty v1.0 A command-line utility to remove or review empty files and folders on a Windows/Windows Server computer. Here are the options: DelEmpty.exe OPTIONS [PATH] -f delete files of size zero -d delete empty directories -v verbose mode -c confirm mode (Shows what was deleted) -s include sub directories -l list what would be deleted (Will not delete) -y delete without (y/n) prompt So, for example, if we wanted to remove all empty folders from c:\DataFolder, including sub folders – We would call it like this: DelEmpty.exe -d -s c:\datafolder If you wanted it to delete them without prompting you: DelEmpty.exe -d -s -y c:\datafolder Better yet, if we wanted to see what it would delete before taking any action: DelEmpty.exe -d -s -l c:\datafolder Finally, we can also remove any files that have a zero size too using the -f option: DelEmpty.exe -d -s -y -f c:\datafolder Please – Please be careful with this utility. It only deletes empty files and folders, but it is always possible that you have a program that *needs* those empty folders. So make sure you throughly test before using it.
5/5 3,255 Feb 21, 2020
IntelliAdmin
EasyCMD v1.01
EasyCMD v1.01 EasyCMD was created to help users bypass the normal Command Prompt (CMD) in order to make their life easier. With EasyCMD you can execute any CMD command from a normal user-friendly UI (User Interface). It supports the following Operating Systems Windows 7 Windows 8 Windows 8.1 Windows 10 Changelog: April 29th, 2017 Added list with useful CMD commands You can now export command results as .txt Bug fixes Small UI adjustments
5/5 5,031 Jul 09, 2019
CoffeeAddict
Hyper v3.0.2 (All Platforms)
Hyper v3.0.2 Hyper is a command line terminal built upon web technologies such as html, javascript and css and offers a robust plugin-extension system. The goal of the project is to create a beautiful and extensible experience for command-line interface users, built on open web standards. In the beginning, our focus will be primarily around speed, stability and the development of the correct API for extension authors. In the future, we anticipate the community will come up with innovative additions to enhance what could be the simplest, most powerful and well-tested interface for productivity. For: macOS, Windows, Fedora, Debian, Other Linux Distros Instructions: https://hyper.is/#installation 3.0.2 Improve migration experience to Hyper 3 Patches fix(config): add migration path from Hyper2 config location to Hyper3: #3610 fix(cli): fix 3.0 compatibility for CLI: #3636 Ignore line endings when comparing config file against default: #3645 Simplify migration to avoid handling edge cases : #3643 Click here to visit the author's website.
5/5 5,954 May 19, 2019
Guillermo Rauch
INetGet for Windows v1.02
INetGet for Windows v1.02 Simple command-line tool for downloading files via HTTP(S) or FTP, based on the WinINet API. This program provides a similar functionality as the well-known WGet and cURL tools. However, in contrast to those, INetGet is based directly on the "native" Windows Internet programming interface (WinINet). This comes at the advantage that INetGet is very small and lightweight, as it uses the HTTP(S) and FTP services provided by the operating system, instead of having to implement these protocols on its own. There are no external dependencies (e.g. OpenSSL or GnuTLS), except for standard system libraries that are present on every Windows system anyway. Still, advanced features, such as HTTPS and IPv6, are supported. Furthermore, since INetGet is based on the Windows crypto libraries, it uses the Windows certificate store. This means that, in contrast the aforementioned tools, you do not need to provide and maintain your own certificate bundle for HTTPS. Certificate updates as well as security fixes for the underlying cryptographic routines are automatically provided, via Windows Update. On the downside, you will have to trust Microsoft's protocol implementations. And the availability of some features depends on the Windows version. System Requirements INetGet works on Windows Vista or any later Windows version. Windows XP should work too, but is not recommended these days! The 32-Bit version of INetGet runs on all 32-Bit and 64-Bit Windows versions, while the 64-Bit version of INetGet requires a 64-Bit Windows version. IPv6 support requires Internet Explorer 7 or later. Note that all supported Windows versions (Vista or later) already meet this requirement. Windows XP requires manual update to IE7 in order to enable IPv6 support. As far as HTTPS support is concerned, all relevant Windows versions (XP or later) support TLS 1.0 as well as the deprecated SSL 2.0 and SSL 3.0 protocols. Support for ...
5/5 4,920 Dec 01, 2019
LoRd_MuldeR
Mirror v1.5.0
Mirror v1.5.0 Mirror copies a directory to another location. If the destination directory already exists, Mirror only copies the files that have been added, modified, or deleted compared to the source directory. Mirror is especially adapted to frequent backups. Compared to a classical directory copy, it saves time by only copying new or modified files. Moreover, when Mirror detects that a file is no more present in the source directory, it deletes it from the destination directory too. This saves disk space if you rename or move files. Mirror is a command line tool, without graphical interface. It can be easily used in scripts and BATCH files. How to install Mirror? ---------------------- Choose the EXE file matching your Windows version: - 64-bit: take Mirror64.exe; - 32-bit Windows NT/2000/XP/Vista/7/8: take MirrorNT.exe; - 32-bit Windows 95/98/ME: take Mirror9x.exe. Copy the file to C:\Windows for Mirror to be accessible without having to specify its full path. You can then launch Mirror from a console box. You can rename the file MirrorXX.exe you have chosen to Mirror.exe or any other name. How do I use Mirror? -------------------- Typical use: C:\MyFiles is the source directory E:\Backup\MyFiles is the destination directory Ensure the destination directory E:\Backup\MyFiles exists, by creating it if necessary. Mirror does not create the destination directory automatically to avoid mistakes. Then, open a console box (command.com ou cmd.exe) and type: mirror.exe C:\MyFiles E:\Backup\MyFiles You can automate the full procedure by creating a BATCH file (.bat extension) containing those two lines: @echo off mirror.exe C:\MyFiles E:\Backup\MyFiles Why has Mirror problems with modification times? ------------------------------------------------ When using Mirror with the source directory in a NTFS partition and the destination directory in a FAT16 or FAT32 partition, time precision issues may occur. Modification times in FAT partitions are rounded to the nearest 2 seconds, while modification times in NTFS partitions are very precise (100 nanoseconds). This limitation explains why files you just mirrored may not have exactly the same modification time. By default, Mirror tries to avoid time precision problems by considering that modification times having a difference less than ...
5/5 3,069 Jan 18, 2021
Guillaume Ryder
NirCmd v2.86
NirCmd v2.86 A small command-line utility that allows you to do some useful tasks without displaying any user interface. By running NirCmd with simple command-line option, you can write and delete values and keys in the Registry, write values into INI file, dial to your internet account or connect to a VPN network, restart windows or shut down the computer, create shortcut to a file, change the created/modified date of a file, change your display settings, turn off your monitor, open the door of your CD-ROM drive, and more... Examples of what you can do with NirCmd Open the door of J: CD-ROM drive nircmd.exe cdrom open j: Close the door of Y: CD-ROM drive nircmd.exe cdrom close y: Speaks the text currently in the clipboard (For Windows XP/Vista/7/8). speak text ~$clipboard$ Speaks the text stored inside speak.txt into speak.wav filename (For Windows XP/Vista/7/8). speak file "c:\temp\speak.txt" 0 100 "c:\temp\speak.wav" 48kHz16BitStereo Increase the system volume by 2000 units (out of 65535) nircmd.exe changesysvolume 2000 Decrease the system volume by 5000 units (out of 65535) nircmd.exe changesysvolume -5000 Set the volume to the highest value nircmd.exe setsysvolume 65535 Mute the system volume nircmd.exe mutesysvolume 1 Unmute the system volume nircmd.exe mutesysvolume 0 Switch the system volume between the mute and normal state. nircmd.exe mutesysvolume 2 Create a shortcut on your desktop that switch the system volume between the mute and normal state. nircmd.exe cmdshortcut "~$folder.desktop$" "Switch Volume" mutesysvolume 2 Turn off the monitor nircmd.exe monitor off Start the default screen saver nircmd.exe screensaver Put your computer in 'standby' mode nircmd.exe standby log off the current user nircmd.exe exitwin logoff Ask if you want to reboot, and if you answer 'Yes', reboot the computer. nircmd.exe qboxcom "Do you want to reboot ?" "question" exitwin reboot Turn off your computer nircmd.exe exitwin poweroff Turn off all computers specified in computers.txt ! multiremote copy "c:\temp\computers.txt" exitwin poweroff force Dial to "My Internet" connection nircmd.exe ...
5/5 4,915 Jan 04, 2022
Nir Sofer
Run-Command v6.06
Run-Command v6.06 A small, portable windows program and created as an alternative to the standard Windows Run-Dialog. In this program you will find a number of improvements e.g. the function run as administrator and add to favorites commands for frequently used commands. You can comfortably manage the favorites and grouping by command categories is also possible. Features: - Very small program - Arbitrary Windows shortcut - Execute programs via the command line - Run programs via favorite commands - Run commands as administrator - Supports Windows Environment Variables - Portable - Multilingual Installation: Run-Command text does not require installation, can easily be launched from the desktop with no installation and is ready to use on all Windows operating systems. Supported Operating Systems: Windows 11, Windows 10, Windows 10 Pro, Windows 10 Enterprise, Windows 10 Home, Windows 8.1, Windows 8.1 Enterprise and Pro, Windows 8, Windows 8 Enterprise and Pro, Windows 7, Windows 7 Enterprise, Windows 7 Home Basic, Windows 7 Home Premium + Professional, Windows 7 Starter + Ultimate, , X64, x86 and x32 all Windows, MS Windows Server 2019, 2016,2012. Changes: New in version 6.06 // 28 September 2023 • Optional auto-update function via the options menu • Further improvements in interpreting Windows Run commands • Important language file update This download is for the 64bit version. If you need the 32bit version, download here. Click here to visit the author's website.
5/5 8,618 Feb 22, 2024
Nenad Hrg
ShutdownWithUpdates v1.2.4.0
ShutdownWithUpdates v1.2.4.0 Install Pre-Downloaded Updates and Shutdown System. Command line utility that initiates installation of pre-downloaded updates on the Windows system and reboots, or shuts it down. This tool can also reboot (or shut down) your computer without installation of updates, or perform actions on condition of updates being ready for a restart. Optionally, this tool allows to specify a boot into advanced boot options menu in Windows 8/10. Note that if Windows updates were not downloaded prior to calling this utility, the OS will simply perform a power operation similar to the Microsoft's shutdown tool. Windows Vista/7/8/10 & Windows Server 2008/R2/2012/R2/2016 Click here to visit the author's website.
5/5 2,246 May 27, 2021
Dennis Babkin
Sleep v1.00
Sleep v1.00 Sleep is a very simple command that will allow you to put a delay in your batch files. Specify the amount of milliseconds as a parameter and Sleep will wait for that period of time. Extremely useful in batch file programming. Usage: Sleep <number of milliseconds> Example Run: C:\>sleep 1000 C:\> Click here to visit the author's website.
5/5 4,783 Aug 28, 2019
CyLog Software
SNRemove v1.00
SNRemove v1.00 When a dll or exe file is signed with strong name keys, .NET doesn't allow you to modify it. If you try to use a signed assembly, after you have made some changes with Hex editor or any other tool, you'll get the following exception: An unhandled exception of type 'System.IO.FileLoadException' occurred in system.windows.forms.dll Additional information: Strong name validation failed for assembly 'MyAssembly.Test'. If you try to run a signed executable file after you have made some changes in it, you'll get the following error message: String name validation failed for assembly... The file may have been tampered with or it was partially signed but not fully signed with the correct private key. This utility removes the reference to strong name signature from .NET exe and dll files. After removing the strong name reference, you can make any change you want in dll/exe file, without getting any exception or error message. However, be aware that assemblies with no strong name reference cannot be added into the Global Assembly Cache (GAC). Using SNRemove Using SNRemove is very simple - just extract the snremove.exe to any folder you like, and run it from Command Prompt with the desired command-line parameters. SNRemove Usage SNRemove [options] <filename> Options: -r Remove the reference to Strong Name signature from the specified file. -d Display the Strong Name signature of the specified file. The <filename> parameter may also contain wildcards. Examples: SNRemove -r c:\myfiles\dll1.dll SNRemove -d "c:\my files\*.dll" System Requirements Although this utility is designed to work with exe and dll files created for .NET environment, the utility by itself wasn't written in .NET, which means that it can work in all versions of Windows, even if .NET Framework is not installed. License This utility is released as freeware. You are allowed to freely distribute this utility via floppy disk, CD-ROM, Internet, or in any other way, as long as you ...
0/5 8,635 Jul 09, 2019
Nir Sofer
StopSnooze v1.0.4
StopSnooze v1.0.4 Console app that stops Windows from sleeping. The program has several features which are implemented with switches. See usage screenshot below. Requirements 64-bit Windows with .NET 6.0 support. License StopSnooze is GPLv3. This download is for the Windows 64bit version. If you need the Windows arm64bit version, download here. Click here to visit the author's website.
5/5 1,664 May 29, 2022
S T Chan
Swiss File Knife v1.9.6.2
Swiss File Knife v1.9.6.2 A Command Line Tools Collection combines many functions in a single, portable executable that belongs onto every USB stick. Search and convert text files, instant simple FTP/HTTP server, find duplicate files, compare folders, treesize, run own commands on all files of a folder - it's all within a single tool. Windows: after download, open a command line (CMD.exe) then CD into the download folder and type "sfk" for the help text. type "sfk commandname" for help on any of the following. some commands require to add "-help" for the help text. file system sfk list - list directory tree contents. list latest, oldest or biggest files. list directory differences. list zip jar tar gz bz2 contents. sfk olist - list office files in a folder, like .docx .xlsx .ods .odt sfk filefind - find files by filename sfk treesize - show directory size statistics sfk copy - copy directory trees additively sfk sync - mirror tree content with deletion sfk rename - flexible multi file rename sfk partcopy - copy part from a file into another ...
5/5 5,058 Mar 11, 2020
StahlWorks Technologies
WhoisCL v1.90
WhoisCL v1.90 WhoisCL is a simple command-line utility that allows you to easily get information about a registered domain. It automatically connect to the right WHOIS server, according to the top-level domain name, and retrieve the WHOIS record of the domain. It supports both generic domains and country code domains. System Requirements Windows operating system: Windows 98/ME/2000/XP/2003/2008/7/8/10. Internet connection. On a firewall, you should allow outgoing connections to port 43. Versions History Version 1.90 - Added -s command-line option, which allows you to specify the WHOIS server to use instead of taking it from the servers list of WhoisCL. Usage WhoisCL [-r] [-n] [-socks4] [-socks5] Domain [-r] If you specify this option, the top remark lines of the WHOIS record are automatically removed. [-n] If you specify this option, WhoisCL will get the correct WHOIS server from xx.whois-servers.net, instead of using the internal WHOIS servers list. [-socks4] Specifies SOCKS4 proxy to use, in IPAddress:Port format [-socks5] Specifies SOCKS5 proxy to use, in IPAddress:Port format Domain Domain name. Examples: WhoisCL microsoft.com WhoisCL -r google.com WhoisCL -n w3c.org WhoisCL -socks4 192.168.0.55:1080 nirsoft.net WhoisCL -socks5 192.168.10.55:9980 facebook.com Example for WhoisCL output: WHOIS Server: whois.markmonitor.com Registrant: Google Inc. (DOM-258879) 2400 E. Bayshore Pkwy Mountain View CA 94043 US Domain Name: google.com Registrar Name: Markmonitor.com Registrar Whois: whois.markmonitor.com Registrar Homepage: https://www.markmonitor.com Administrative Contact: DNS Admin (NIC-1340142) Google Inc. 2400 E. Bayshore Pkwy Mountain View CA 94043 US dns-admin@google.com +1.6503300100 Fax- +1.6506181499 Technical Contact, Zone Contact: DNS Admin (NIC-1340144) Google Inc. 2400 E. Bayshore Pkwy Mountain View CA 94043 US dns-admin@google.com +1.6503300100 Fax- +1.6506181499 Created on..............: 1997-Sep-15. Expires on..............: 2011-Sep-14. Record last updated on..: 2005-Jul-25 20:14:20. Domain servers in listed order: NS3.GOOGLE.COM NS4.GOOGLE.COM NS1.GOOGLE.COM NS2.GOOGLE.COM MarkMonitor.com - The Leader in Corporate Domain Management ---------------------------------------------------------- For Global Domain Consolidation, Research &amp; Intelligence, and Enterprise DNS, go to: ...
5/5 8,600 Apr 11, 2021
Nir Sofer
Yori v1.40
Yori v1.40 A replacement shell for CMD that supports backquotes, job control, improved tab completion, file matching, supports paths beyond MAX_PATH, along with assorted tools and utilities. System requirements For the core shell and components, NT 3.1 or newer for 32 bit; XP 64 or newer for 64 bit. Individual features may require newer versions. Note the ysetup.exe installer requires NT 4 with IE 4 or newer. 1.40 - 10 Nov 2020 Many redraw fixes where characters don't render correctly Echo, intcmp and strcmp are true builtins to improve performance with AV products Improved handling of Alt+nnn keycodes Undo/redo in edit Lots of new edit key shortcuts including Ctrl+A, Shift+Ctrl+Home/Shift+Ctrl+End, Ctrl+left/Ctrl+right, Ctrl+Y Support searching backwards in edit Allow drive selection in edit (sorry!) Fix crash in timethis (thanks Robert!) Fix crash in edit with negative tab width (thanks Pyroman!) Fix crash in edit opening empty files (thanks Pyronman!) Improvements to sleep countdown (thanks Pyroman!) Support for octal and binary in expr (thanks Pyroman!) Various hexdump correctness fixes Ydbg support for live kernel dumps or full dumps (when kernel debugging enabled) ps display parent process New tool - ymake for efficient parallel compilation of nmake makefiles Suggestions as you type Backquotes Background jobs Better tab completion Better file matching Beyond MAX_PATH Native Aliases In process modules
5/5 4,550 Jan 15, 2021
Malcolm Smith
   
 
Showing rows 1 to 20 of 20 Showing Page 1 of 1  1 


OlderGeeks.com Copyright (c) 2024