|
-
Jan 12th, 2000, 02:21 AM
#1
Thread Starter
New Member
Hey I know this has been asked in a few ways, but I'm not sure I understand the answer. I'm trying to write a wrapper that is a command line executable. It needs to read in 7 Strings as parameters. I'm not using any GUI interfaces. How would I do this? An example would really help. Thanks.
-
Jan 12th, 2000, 02:40 AM
#2
Hyperactive Member
dim strCmdArgs as string
strCmdArgs = Command
That will take all the elements of the command line and put them into the string. Then you can seperate the string into the 7 arguements you want.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|