|
-
Sep 23rd, 2009, 05:43 AM
#1
Thread Starter
Junior Member
Need help on Shell/ DOS
Hi All,
I want to execute a command on DOS prompt with getting the file name at run time. I tried the following command, it didnt work.
dim Shell_Command as string
temp1 = textbox1. text
Shell_Command = "C:\Program Files\Tip\tip -sn uc 100.077.534.772 -mp 26114 -i abc -p 123 -s " & temp1 & " -m 1 -t t1 "
Shell(Shell_Command)
Is there any other alternate way of adding the user input at runtime and using Shell command?
Please help me out
Regards,
Anup
Tags for this Thread
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
|