Got a litte question for you'll. Ok, so I have everything running sweet now, looks really nice! But the client wants it so that certain area's of the autorun are blocked off after a certain date. He doesn't want the whole disk blocked off so the option in 'Security' is no good. Now I have no programming/scripting experience what so ever, so I'm lost. I noticed there was a %Date% variable, which I figured I could use to do something like this with:
If %Date% >= 05/01/01
Or something like that...but I don't know how to do that. Also, I see the Boolean option, but I can't figure out how to get it to work!!! I'm so frustrated right now
Here's the picute...click on a link from the first page, and if the date is less than 05/01/01 then it will go through like it's no problem. If the date is equal to or greater than 05/01/01 then a dialog box would appear stating 'Blah Blah Blah'. Doesn't sound too hard huh? Bah, I'm just braindead when it comes to this
Thanx in advance!!!
If %Date% >= 05/01/01
Or something like that...but I don't know how to do that. Also, I see the Boolean option, but I can't figure out how to get it to work!!! I'm so frustrated right now

Here's the picute...click on a link from the first page, and if the date is less than 05/01/01 then it will go through like it's no problem. If the date is equal to or greater than 05/01/01 then a dialog box would appear stating 'Blah Blah Blah'. Doesn't sound too hard huh? Bah, I'm just braindead when it comes to this

Comment