Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Can I write a script that will prompt me for input?

Status
Not open for further replies.

jelodge

Technical User
May 3, 2005
2
CA
I would like to write an ASPECT script that will help me program some Meridian ACD Dummy Queues.

There are a lot of carriage returns and I will need to input numbers at two of the prompts.

Thanks
 
jelodge,

Code:
sdlginput "CLLI" "Enter CLLI" sCLLI DEFAULT

sdlinput is the command for an input box,

sCLLI is my variable that I assign the reqested value to...

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top