RyanPotter Posted January 15, 2007 Posted January 15, 2007 (edited) Hey guys, here's a bit of an odd question I had: How would I write a script so that a program could only be activated by another program? For example, I'd have the main part of the program on my computer, but it wouldn't function unless I had a CD/Floppy/Flash Drive with the proper program on it in the computer. Any ideas? Oh, and also, is there a way to make a sort of "free trial" of a program which refuses to function after a certain number of time or uses? Thanks in advance guys! Edited January 15, 2007 by RyanPotter
BALA Posted January 15, 2007 Posted January 15, 2007 For the free trial question: Probably have a variable set in the registry, of which you add 1 every time the program is used. Then have the program check once it reaches a certain number and if it has, the program will display a message saying that the free trial has ended. [font="Comic Sans MS"]BA-LA[/font]http://ba-la.110mb.comJoin my community, CLICK HEREAlternative links to my site:http://www.ba-la.tkhttp://www.ba-la.co.nrContact me if you would like to help with some of my projects: joeythepirate@gmail.com
Moderators SmOke_N Posted January 15, 2007 Moderators Posted January 15, 2007 http://www.autoitscript.com/forum/index.ph...c=31020&hl= Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
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