[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/se3-unattended/var/se3/unattended/install/scripts/ -> defrag.bat (source)

   1  :: Defragment the C: drive
   2  @Echo off
   3  if exist %SystemRoot%\system32\defrag.exe goto got_defrag
   4  
   5  :: If we have no command-line defragmenter, use AutoIT script
   6  todo.pl "AutoIt %Z%\scripts\%WINLANG%\defrag.aut"
   7  goto :end
   8  
   9  :got_defrag
  10  todo.pl "%SystemRoot%\system32\defrag.exe %SystemDrive% -f -v"
  11  
  12  :end


Generated: Tue Mar 17 22:47:18 2015 Cross-referenced by PHPXref 0.7.1