Borje Posted February 6, 2008 Posted February 6, 2008 Hi I would like to have this to run again after that have be executed what I must do? $hour=19 $min=32 $sec=0 Do Sleep(1000) Until @hour=$HOUR And @min=$MIN And @sec=$SEC MsgBox(0,"","Time to do my stuff!")
AdmiralAlkex Posted February 6, 2008 Posted February 6, 2008 lookup "While...WEnd" in the help-file .Some of my scripts: ShiftER, Codec-Control, Resolution switcher for HTC ShiftSome of my UDFs: SDL UDF, SetDefaultDllDirectories, Converting GDI+ Bitmap/Image to SDL Surface
Borje Posted February 6, 2008 Author Posted February 6, 2008 I am not so familair with that command any body can help me with a example..
AdmiralAlkex Posted February 6, 2008 Posted February 6, 2008 like this?? $hour=19 $min=32 $sec=0 While 1 Do Sleep(1000) Until @hour=$HOUR And @min=$MIN And @sec=$SEC MsgBox(0,"","Time to do my stuff!") WEnd .Some of my scripts: ShiftER, Codec-Control, Resolution switcher for HTC ShiftSome of my UDFs: SDL UDF, SetDefaultDllDirectories, Converting GDI+ Bitmap/Image to SDL Surface
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now