- Aug
- 2,308
- 111
Code:
_x64: 1
_admin: 1
_elevated: 1
TCC 25.00.20 x64 Windows 10 [Version 10.0.18362.356]
I have the following aliases;
Code:
e:\utils>alias cscript64
C:\Windows\system32\cscript.exe //nologo %$
e:\utils>alias vbs64
%@if[%# eq 0,dir *.vbs,cscript64]
If I run the command;
Code:
vbs64 math.vbs
Code:
e:\utils>%@if[1 eq 0,dir *.vbs,cscript64 //nologo] math.vbs
Joe