i want to ask the user for a command that vb can execute and didn't find a way to do it. i want to do something like:
Or there is a way to create a file that VB can use to input command ?
SkyFighter
Code:
Let InputCommand$ = "For I = 1 to 10 : next I"
InputCommand$ 'execute command line
Or there is a way to create a file that VB can use to input command ?
SkyFighter