I hope I'm using proper syntax this time :)
I'm trying to define command alias with space inside.
for example:
content of file the xyz
[Z:\P Apps\PortableApps]"z1 x1" & "z2 x2" & "z3 x3" & "z4 x4
TCC: Unknown command "z1 x1"
TCC: Unknown command "z2 x2"
TCC: Unknown command "z3 x3"
TCC: Unknown command "z4 x4"
Of course, if there would exist file "z1 x1.exe" it could be executed using "z1 x1" command.
Is it possible to create alias with space in name?
====
TCC/LE
I'm trying to define command alias with space inside.
for example:
content of file the xyz
z1 x1=nothing1
"z2 x2"=nothing2
'z3 x3'=nothing3
`z4 x4`=nothing4
alias /R xyz & alias"z2 x2"=nothing2
'z3 x3'=nothing3
`z4 x4`=nothing4
z1=x1=nothing1
"z2=x2"=nothing2
'z3=x3'=nothing3
`z4=x4`=nothing4
None of them is defined:"z2=x2"=nothing2
'z3=x3'=nothing3
`z4=x4`=nothing4
[Z:\P Apps\PortableApps]"z1 x1" & "z2 x2" & "z3 x3" & "z4 x4
TCC: Unknown command "z1 x1"
TCC: Unknown command "z2 x2"
TCC: Unknown command "z3 x3"
TCC: Unknown command "z4 x4"
Of course, if there would exist file "z1 x1.exe" it could be executed using "z1 x1" command.
Is it possible to create alias with space in name?
====
TCC/LE
Last edited: