- May
- 519
- 2
My alias file has some that are multi-line. Here is one example:
All my my aliases in the file that start with ...= & ^ are no longer being loaded by alias /r. Other aliases in the file, even after these, are loaded as expected.
ver /r
TCC 16.00.30 Windows 7 [Version 6.1.7601]
Code:
clearrecent= & ^
iff %@len[%RecentPath] GT 0 then & ^
del /q "%RecentPath\*.lnk" & ^
cls & ^
endiff
All my my aliases in the file that start with ...= & ^ are no longer being loaded by alias /r. Other aliases in the file, even after these, are loaded as expected.
ver /r
TCC 16.00.30 Windows 7 [Version 6.1.7601]