Hello,
Ive tried to make a directory listing in tree-style with PERL but failed.. In Batch its working fine but I cant figure out how I could do it in perl. Would be really nice if someone could tell me. Heres the batch-code if you dont know what i mean:
@echo off
Set USB=%CD%
CD C:\
echo tree /a /f >%USB%\echotree.cmd
%USB%\echotree.cmd >%USB%\results.txt
exit