© J.C. Kessels 2009
MyDefrag Forum
May 24, 2013, 07:24:48 am
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News
:
Home
Help
Search
Login
Register
MyDefrag Forum
>
MyDefrag v4 Forum
>
Scripts, and other contributions
>
Wich Settings are the same, like JK-Defrag (defrag and optimize)????
Pages: [
1
]
« previous
next »
Print
Author
Topic: Wich Settings are the same, like JK-Defrag (defrag and optimize)???? (Read 1917 times)
Nitro-X
JkDefrag Junior
Posts: 5
Wich Settings are the same, like JK-Defrag (defrag and optimize)????
«
on:
April 24, 2010, 10:26:13 pm »
Hi @ all, i want to implement the complete Mydefragprogram in my Program (nitroxcleaner.tk - NitroX Cleaner GUI) but i want to make a Skript that makes the same like (JKDefrag - defrag and optimize) i use it sometimes with my VistaPE-CD and JKDefragGUI with good effects on my bootspeed and other.
And now i want to make the same Procedure with Mydefrag, ... (Yes, i tested mydefragskripts, but its not the same effect on my PC like defrag and optimize in JKDerag)
Sorry, for my bad english, ... Im from Germany.
Logged
jeroen
Administrator
JkDefrag Hero
Posts: 7155
Re: Wich Settings are the same, like JK-Defrag (defrag and optimize)????
«
Reply #1 on:
April 25, 2010, 01:33:02 am »
I think you are asking for a MyDefrag script that organizes a disk the same way as JkDefrag does? I suppose it is possible to make such a script, but it would be a step backward. MyDefrag has several capabilities that JkDefrag does not have, it optimizes much better than JkDefrag.
p.s. I am honored that you are considering to include MyDefrag in your NitroX Cleaner GUI program, but please note that
the MyDefrag License
is different than JkDefrag. You cannot repackage, you must include the full and unchanged MyDefrag distribution. I hope this will not be a problem.
Logged
BloodySword
JkDefrag Hero
Posts: 1113
Re: Wich Settings are the same, like JK-Defrag (defrag and optimize)????
«
Reply #2 on:
April 25, 2010, 10:43:44 am »
Just a tip for a clean MyDefrag distribution. You can include the installer in your installer. Like much other programs do that, They are collecting information, then the installer of the other program is executed. After that, the install will be completed. NSIS or Inno Setup will make it possible.
Logged
Greetings from Germany!
Nitro-X
JkDefrag Junior
Posts: 5
Re: Wich Settings are the same, like JK-Defrag (defrag and optimize)????
«
Reply #3 on:
April 25, 2010, 09:25:11 pm »
Yes, i copy the installed full-Distribution as Recources in my programm and copy it after installation of my Program into a Folder @ Programfiles (MY-Defrag), ...
I, hope its ok. Or must i start the My-Defrag Setup.exe? (It will be no problem)
Back to Topic, ...
Wich Settings are the same like JK-defrag (defrag and optimize)?
Ok, i know, My-defrag has more options to optimize, i search for a way to make in order not to make the same, but it so similarly too get like defrag and optimize in jk-defrag.
Is it simple to make a Skript like my Ideas?
How optimized JK-Defrag the Disk?
«
Last Edit: April 25, 2010, 09:32:17 pm by Nitro-X
»
Logged
jonib
JkDefrag Hero
Posts: 810
Re: Wich Settings are the same, like JK-Defrag (defrag and optimize)????
«
Reply #4 on:
April 25, 2010, 10:30:39 pm »
Quote from: Nitro-X on April 25, 2010, 09:25:11 pm
I, hope its ok. Or must i start the My-Defrag Setup.exe? (It will be no problem)
You need to include MyDefrag setup exe file.
jonib
Logged
MyDefrag script syntax highlighting generator
.
jeroen
Administrator
JkDefrag Hero
Posts: 7155
Re: Wich Settings are the same, like JK-Defrag (defrag and optimize)????
«
Reply #5 on:
April 26, 2010, 03:06:46 am »
Quote from: Nitro-X on April 25, 2010, 09:25:11 pm
Yes, i copy the installed full-Distribution as Recources in my programm and copy it after installation of my Program into a Folder @ Programfiles (MY-Defrag), ...
No! That would cause all kinds of problems, you really have to run the MyDefrag installer "MyDefrag-v4.2.9.exe". See the "Installer commandline parameters" chapter on the
Download and install
page to run the installer automatically.
Quote
Wich Settings are the same like JK-defrag (defrag and optimize)?
There are no such settings, and there is no such script. The MyDefrag Daily/Monthly Optimize scripts will do a much better defrag and optimize than JkDefrag, and I think it's a really bad idea to try and make MyDefrag work the same as JkDefrag.
Logged
Nitro-X
JkDefrag Junior
Posts: 5
Re: Wich Settings are the same, like JK-Defrag (defrag and optimize)????
«
Reply #6 on:
April 26, 2010, 05:50:50 pm »
OK, i unpack the My-Defrag-Install.exe from the Recources and start it in the silent Mode.
THX
But, can i make a Simple Script to defrag and optimize? Must not like JK-Defrag, but i wont to make no (sorry for my bad english) "specialeffects" like "Sort by Files" or "Sort by Name"/ "Move to the end...". Is it possible to make a skript like this?
I it possible to defrag the Hiberfil.sys/pagefile.sys?
«
Last Edit: April 26, 2010, 05:57:41 pm by Nitro-X
»
Logged
jonib
JkDefrag Hero
Posts: 810
Re: Wich Settings are the same, like JK-Defrag (defrag and optimize)????
«
Reply #7 on:
April 26, 2010, 07:36:59 pm »
Quote from: Nitro-X on April 26, 2010, 05:50:50 pm
But, can i make a Simple Script to defrag and optimize? Must not like JK-Defrag, but i wont to make no (sorry for my bad english) "specialeffects" like "Sort by Files" or "Sort by Name"/ "Move to the end...". Is it possible to make a skript like this?
OptimizeWeekly.MyD or OptimizeDaily.MyD should be what your after they don't sort or move to the end read more
here
under Standard scripts.
Quote
I it possible to defrag the Hiberfil.sys/pagefile.sys?
Read the FAQ
Pagefile.sys
and
Hiberfil.sys
.
jonib
«
Last Edit: April 26, 2010, 09:38:04 pm by jonib
»
Logged
MyDefrag script syntax highlighting generator
.
Nitro-X
JkDefrag Junior
Posts: 5
Re: Wich Settings are the same, like JK-Defrag (defrag and optimize)????
«
Reply #8 on:
April 26, 2010, 09:36:25 pm »
Thanks, i think i modify the Optimize Weekly Skript.
Nitroxcleaner Beta-Version on nitroxcleaner.tk is not my Version ^^ Mine is better, my Partner maked a Preview.
PS: Please load my Skript and give me a feedback.
Sorry for the Name
i had no better Idea.
OptimizeWeeklyHardcoreEdition.MyD
(3.93 KB - downloaded 97 times.)
«
Last Edit: April 26, 2010, 10:32:17 pm by Nitro-X
»
Logged
jeroen
Administrator
JkDefrag Hero
Posts: 7155
Re: Wich Settings are the same, like JK-Defrag (defrag and optimize)????
«
Reply #9 on:
April 26, 2010, 11:55:44 pm »
Quote from: Nitro-X on April 26, 2010, 09:36:25 pm
Please load my Skript and give me a feedback.
It is a BAD IDEA to only defragment a volume, you should also optimize (the gaps on) a volume. Defragmentation results in more smaller gaps on the volume, because a file with 2 fragments will leave 2 gaps behind (worst case) and will make a big gap smaller. Gaps promote fragmentation and it is best to have as few gaps as possible.
It is a BAD IDEA to place the MFT and the directories at the beginning of the disk.
It is a BAD IDEA not to have any gaps between the zones.
Your "zone 2" will move all fragmented files to just after the directories. The rest of the zones have nothing to do, because there are no more fragmented files, so the zones will not be created and the disk will be a big mess. Successive runs of this script will cause a lot of data movement, and the disk will in effect be randomized.
The StatusBar(all) command is a setting. You only have to use it once, somewhere in the beginning of your script. Also, the "all" setting is the default.
Logged
Nitro-X
JkDefrag Junior
Posts: 5
Re: Wich Settings are the same, like JK-Defrag (defrag and optimize)????
«
Reply #10 on:
April 27, 2010, 05:19:55 pm »
OK, i thik i must change the Name of the Skript into, ChaosWeeklyHardcoreEdition.MyD.
But im sure, that the original-Skript places the MFT to the beginning of the Disk
Quote
It is a BAD IDEA to place the MFT and the directories at the beginning of the disk.
Logged
BloodySword
JkDefrag Hero
Posts: 1113
Re: Wich Settings are the same, like JK-Defrag (defrag and optimize)????
«
Reply #11 on:
April 27, 2010, 05:27:02 pm »
LOOOL... What a crazy name.
No, the original scripts shipped with MyDefrag are placing the MFT 30% into the data.
Logged
Greetings from Germany!
Pages: [
1
]
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
MyDefrag v4 Forum
-----------------------------
=> Announcements
=> Questions and help
=> Bugs and problems
=> Requests for new features
=> Scripts, and other contributions
-----------------------------
JkDefrag v3 Forum
-----------------------------
=> Announcements
=> Questions and help
=> Bugs and problems
=> Requests for new features
=> Programming with the library
Loading...