1 Temmuz 2020 Çarşamba

Windows doskey komutu

Giriş
bash alias gibidir. Batch veya powershell dosyalarından kullanılamaz. Sadece cmd terminalden kullanılabilir. Açıklaması şöyle
Recall and edit commands at the DOS prompt, and create macros. You cannot run a Doskey macro from a batch file.
Örnek
Şöyle yaparız.
C:>doskey hello=echo Hello world!

C:>hello
Hello world!

C:>
Örnek
Şöyle yaparız
doskey cdx=md $1 $t cd $1.

Hiç yorum yok:

Yorum Gönder