Alienskull
Programmer
Basically I'm trying to create a vbscript that ask a user for their name. Once I get their name I would like to transfer the name like "todd" to another premade vbs script, to a specific location in that script.
example:
blah, blah blah
ipf.Value = "Todd"
So a input box come up asking for a user to enter their name. The name is then transfered to a specific area of a premade vbs script that tell it what to do with "Todd"
whatever name any user enter is what I would like to replace that area where Todd. Has to be that specific area of a vbscript. Thanks.
example:
blah, blah blah
ipf.Value = "Todd"
So a input box come up asking for a user to enter their name. The name is then transfered to a specific area of a premade vbs script that tell it what to do with "Todd"
whatever name any user enter is what I would like to replace that area where Todd. Has to be that specific area of a vbscript. Thanks.