Few years ago I made an automated maintenance script for our pc's.
It installed new software & cleanend the windows. At the end, I used jkdefrag to defrag the pc.
Now I want to update this program (mainly batch files) so I want to use Mydefrag instead of jkdefrag.
This is the code I used:
ECHO.
ECHO JKDefrag wordt gestart...
md c:\jkdefrag
DEL /S /Q /F "C:\jkdefrag\*.*"
xcopy script_clean\software\jkdefrag\*.* c:\jkdefrag\
START c:\jkdefrag\JkDefragCmd.exe -a 3 c:
Echo JKDefrag heeft zijn taken voltooid...
But when I read this:
http://www.mydefrag.com/FAQDownloadAndInstall-IsThereANo-installVersionAvailable.htmlIt says:
"it is NOT a portable version of MyDefrag".
What does that mean?
Who can help me?
Thx!