maki:
--------------------------------------------------------------------------------
Please understand that Your Scrypt not work properly (this was confirmed by
several developers)
Do not work write all paths 
and CMD (NOT SAVE UNICODE)


Better script PowerShell - 99% work (little defect)
--------------------------------------------------------------------------------


Without example what file isn't saved, I cant help you.
If you want to save result in UTF-8, add following line to the begin:
cite:
--------------------------------------------------------------------------------
chcp 
65001--------------------------------------------------------------------------------


Command DIR has more switches and help. E.g. if you want to list all files
include hidden ones, add /A switch

cite:
--------------------------------------------------------------------------------
chcp 65001
set List=D:\List.txt 
dir D:\*.* /s /b /a >%List%
--------------------------------------------------------------------------------


will list all files include hidden
Please meke difference between > and >>
> creates file
>> add content to existing file

Each advice suppose you wont use copy/paste, but you will think. World is full
of copy/paste people

-- 
<http://forum.pspad.com/read.php?2,63235,63270>
PSPad freeware editor http://www.pspad.com

Odpovedet emailem