© J.C. Kessels 2009
MyDefrag Forum
June 20, 2013, 09:02:01 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
>
Relaunch GUI Menu When Done With Script
Pages: [
1
]
« previous
next »
Print
Author
Topic: Relaunch GUI Menu When Done With Script (Read 922 times)
djo_34
JkDefrag Senior
Posts: 24
Relaunch GUI Menu When Done With Script
«
on:
October 29, 2009, 02:06:34 am »
If you want MyDefrag to re-open the GUI when done with a script, create a
restart.cmd
file in the same directory as MyDefrag.exe with one line of text:
start "MyDefrag" MyDefrag.exe
Then add the last line to the end of your script like so:
Title( '( Analyze Only )' )
Description('')
WhenFinished( exit )
VolumeSelect
CommandlineVolumes()
VolumeActions
AppendLogfile( "MyDefrag.log", "" )
Pause()
VolumeEnd
RunProgram( "Restart.cmd" )
«
Last Edit: October 29, 2009, 02:08:29 am by djo_34
»
Logged
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...