Help for this page
>"c:\progs\perl5101\bin\perl" -le"print 'Hi!'" Hi! >"c:/progs/perl5101/bin/perl" -le"print 'Hi!'" Hi!
>echo foo > "/foo.txt" ... foo >del "./bar.txt"