I would like to know how to write an alias that goes to a directory, given a filename that is inside it, with the complete path.
For example, something such as
I tried several variants, but none of them works.
For example,
If I type
I get
Searching for "expand" in the help it says that I can use CTRL-F, instead it is CTRL-W.
Anyway, if I type
and then I press CTRL-W I get
How can I write such an alias?
Thank You and regards
Rodolfo Giovanninetti
For example, something such as
Code:
reach "C:\Program Files\JPSoft\TCMD29\tcstart.btm"
For example,
Code:
reach=cdd "%@path[%*]"
Code:
reach C:\Program Files\JPSoft\TCMD29\tcstart.btm
Code:
TCC: (Sys) The system cannot find the file specified.
" C:\Program Files\JPSoft\TCMD29\tcstart.btm"
Anyway, if I type
Code:
reach C:\Program Files\JPSoft\TCMD29\tcstart.btm
Code:
cdd "%@path[%*]" C:\Program Files\JPSoft\TCMD29\tcstart.btm
Thank You and regards
Rodolfo Giovanninetti