Ability to read doskey file from registry

Here you can propose new features, make suggestions etc.

Moderators: Hacker, petermad, Stefan2, white

Post Reply
KozakMak
Senior Member
Senior Member
Posts: 478
Joined: 2021-05-24, 12:39 UTC
Location: UA

Ability to read doskey file from registry

Post by *KozakMak »

So, I configured a doskey macro file:

Code: Select all

reg add "HKCU\Software\Microsoft\Command Processor" /v Autorun /d "doskey.cmd" /f
For example, it looks like this:

Code: Select all

DOSKEY ip=ipconfig.exe
DOSKEY ipf=ipconfig.exe /flushdns
DOSKEY ws=winget search $*
DOSKEY wi=winget install $*
TotalCmd read this file after start and we can use it in command line with alias like # and

Code: Select all

[em_al_cmd]
cmd=%COMSPEC% /k
param=%A
OS: Win10 | TC: latest x64
User avatar
Horst.Epp
Power Member
Power Member
Posts: 6950
Joined: 2003-02-06, 17:36 UTC
Location: Germany

Re: Ability to read doskey file from registry

Post by *Horst.Epp »

Sorry, but why should we use Doskey if TC has its own Alias function ?
Windows 11 Home, Version 24H2 (OS Build 26100.3915)
TC 11.51 x64 / x86
Everything 1.5.0.1391a (x64), Everything Toolbar 1.5.2.0, Listary Pro 6.3.2.88
QAP 11.6.4.2.1 x64
Post Reply