- Aug
- 2,314
- 111
Code:
_x64: 1
_admin: 1
_elevated: 1
TCC 26.00.29 x64 Windows 10 [Version 10.0.18362.719]
When I type
Code:
dir smb
Code:
dir smbiosd.exe
What I want to do is type
Code:
dir smb
Code:
dir smbiosd.
If I press the tab key again, I want it to display all matching files, in this case
Code:
smbiosd.exe smbiosd.txt
Now, if I type
Code:
e
Code:
dir smbiosd.exe
Is this possible, without having to create a plugin?
Joe