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