View Single Post
  #1 (permalink)  
Old February 4th, 2005, 12:00 PM
red4vbs red4vbs is offline
Registered User
 
Join Date: Jan 2005
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Default Getting info from comand line prompt

I use Input boxes for all my vbscript INPUT (normally).

I have a case in which i'm converting a rexx script to vbscript and
rexx allows you to display info to and pull info from the command prompt. How so I get INFO from the command line.

I know that you can pass args to the script when it is first invoked but how do I say "get info after a Wscript.echo command"

Thanks

Randy Dray
Reply With Quote