Jump to content

Time countdown


BlackCat
 Share

Recommended Posts

Hi all! Thank u every body help me check my tool:

http://www.autoitscript.com/forum/index.php?showtopic=102420&view=&hl=&fromsearch=1

Now, I want add more code for my tool.

Example:

I want my tool working before at 09/17/2009 and not working after at 09/18/2009.

Plz, help me code...

Link to comment
Share on other sites

I want my tool working before at 09/17/2009 and not working after at 09/18/2009.

Plz, help me code...

If @YEAR&@MON&@MDAY >= 20090918 Then
    MsgBox(0,"","Sry cant work now")
Else
    MsgBox(0,"","I can work")
EndIf

TCP server and client - Learning about TCP servers and clients connection
Au3 oIrrlicht - Irrlicht project
Au3impact - Another 3D DLL game engine for autoit. (3impact 3Drad related)



460px-Thief-4-temp-banner.jpg
There are those that believe that the perfect heist lies in the preparation.
Some say that it’s all in the timing, seizing the right opportunity. Others even say it’s the ability to leave no trace behind, be a ghost.

 
Link to comment
Share on other sites

Well, whats wrong with the code that bogQ posted? it does what you want right?

If you wanted him to insert it into your script, I think you are asking for to much, however heres how to do it...

Just add a Exit after the messagebox that says "Sry cant work now", and insert the rest of the script between the If and the Else

[font="Impact"]Use the helpfile, It´s one of the best exlusive features of Autoit.[/font]http://support.microsoft.com/kb/q555375ALIBI Run - a replacement for the windows run promptPC Controller - an application for controlling other PCs[size="1"]Science flies us to the moon. Religion flies us into buildings.[/size][size="1"]http://bit.ly/cAMPZV[/size]
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...