Quantcast
Channel: Take Command / TCC
Viewing all articles
Browse latest Browse all 1680

converting an alias to use a Pipe

$
0
0
alias trim_filename=del e:\C\fred_x.bat > nul & touch/c e:\C\fred_x.bat >nul & dir/s1/a-d/b e:\%1\.* >> e:\C\fred_x.bat & for in (@e:\C\fred_x.bat) do if NOT ISDIR %x echo %@name[%x].%@ext[%x]

I've got an alias as above I want to change it to use a Pipe but can't get it to work Help please
dmsherwood53

Viewing all articles
Browse latest Browse all 1680

Trending Articles