Nov 23, 2000 #1 eli5m Programmer Joined Nov 23, 2000 Messages 1 Location IL i am trying to execute batch file - but the batch file need one orgoment to start , how can i execute file with paramter (in VB) exsampel: file name - eli prameter -1 eli 1
i am trying to execute batch file - but the batch file need one orgoment to start , how can i execute file with paramter (in VB) exsampel: file name - eli prameter -1 eli 1
Nov 23, 2000 #2 Alt255 Programmer Joined May 14, 1999 Messages 1,846 Location US Shell "ELI 1" Check MSDN for additional options for the Shell function. Alt255@Vorpalcom.Intranets.com Upvote 0 Downvote
Shell "ELI 1" Check MSDN for additional options for the Shell function. Alt255@Vorpalcom.Intranets.com