Hi,
I have the command-line driven defragmenting util called JKDefrag.
Currently I have this scortcut on my desktop :
"C:\Program Files\JKDefrag\JkDefrag.exe" -f 5 C:"
.... which will start defragmenting the C drive.
I would like to create a button that should pop up an input-box where I can, for example enter d
which would then run the process ""C:\Program Files\JKDefrag\JkDefrag.exe" -f 5 D:"
I tried for almost 3 hours, but it still isn't working. Any idea, how I can get this working using a button ?
TIA!