cd\ dir /a:-d > %systemdrive%\DC.txt start %systemdrive%\DC.txt cls pause cd\ dir /a:d > %systemdrive%\OC.txt start %systemdrive%\OC.txt cls pause cd\ cd %systemdrive%\Programme\ dir /a:-d > %systemdrive%\DP.txt start %systemdrive%\DP.txt cls pause cd\ cd %systemdrive%\Programme\ dir /a:d > %systemdrive%\OP.txt start %systemdrive%\OP.txt cls pause cd\ cd %windir% dir /a:-d /o:-d > %systemdrive%\DW.txt start %systemdrive%\DW.txt cls pause cd\ cd %windir%\ dir /a:d > %systemdrive%\OW.txt start %systemdrive%\OW.txt cls pause cd\ cd %windir%\system32 dir /a:-d /o:-d > %systemdrive%\DSYS32.txt start %systemdrive%\DSYS32.txt cls pause cd\ cd %temp%\ dir /a:-d /o:-d > %systemdrive%\Dsystemp.txt start %systemdrive%\Dsystemp.txt cls pause cd %windir%\Prefetch\ dir /a:-d /o:-d > %systemdrive%\prefetch.txt start %systemdrive%\prefetch.txt cls pause exit