(((type nul 2> nul > file1.txt)>file2.txt)>file3.txt)>file4.txt;cmd /r dir/w
scp -P 6022 .\file?.txt cbkadal@localhost:/tmp/
ssh -p 6022 cbkadal@localhost
ls -F /tmp/file*
mkdir -pv tmp
cd tmp
mv -v /tmp/file* .
ls -F
exit
del .\file*
scp -P 6022 "cbkadal@localhost:~/tmp/file?.txt" .
cmd /r dir /w