Off the top, I'll mention that "Server completion" is disabled (set to "None") in the options.
I'm trying out TCC version 32.10.21 and I have an alias that, for demonstration sake, I simplified to this:
fver=echo %$ - %@verinfo[%$]
All it's doing is echoing the input and then grabs the @verinfo for it. I use this as a quick way to see if files on remote systems were upgraded or not.
In usage, I'll type something like "fver \\server01\c$\windows\system32\ntoskrnl.exe" and I get the...
Read more
I'm trying out TCC version 32.10.21 and I have an alias that, for demonstration sake, I simplified to this:
fver=echo %$ - %@verinfo[%$]
All it's doing is echoing the input and then grabs the @verinfo for it. I use this as a quick way to see if files on remote systems were upgraded or not.
In usage, I'll type something like "fver \\server01\c$\windows\system32\ntoskrnl.exe" and I get the...
Read more