Jump to content

Recommended Posts

Posted

I have a script for installing a program however I do not want to give my serial key out every time i install this for somebody. I want an input box to come up and ask for the serial key then put that serial key into the script in the right place. So I want it to ask me for the serial before it even starts installing the program, then when the box for the serial key comes up in the program I want it to put that serial into it.

- Acid

Posted (edited)

Welcome,

Have you looked at the inputbox example yet in the helpfile to get you going? I'm just curious to what your problem is.

Look at InputBox() to get your serial into a variable, then use ControlSetText() to paste it into your application.

:whistle:

Edit:

Updated incorrect function name

Edited by MHz
  • 1 month later...
Posted

HI,

$passwd = InputBox("Security Check", "Enter your password.", "", "*")
MsgBox(0,"",$passwd)

So long,

Mega

Scripts & functions Organize Includes Let Scite organize the include files

Yahtzee The game "Yahtzee" (Kniffel, DiceLion)

LoginWrapper Secure scripts by adding a query (authentication)

_RunOnlyOnThis UDF Make sure that a script can only be executed on ... (Windows / HD / ...)

Internet-Café Server/Client Application Open CD, Start Browser, Lock remote client, etc.

MultipleFuncsWithOneHotkey Start different funcs by hitting one hotkey different times

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
×
×
  • Create New...