|
-
Aug 15th, 2000, 12:22 PM
#1
Thread Starter
New Member
I'm trying to send a command line to a program from a shell command,
the command line is: bplay.exe "movie.avi" [-FS]
In vb its a little hard due to there being quotation marks,
I've tryed this and program just can't find the file,
please!! help me correct this syntax:
Shell (App.Path + "\" + "bplay.exe " + Chr(34) + "movie.avi" + Chr(34) + " [-fs]")
THANKS!!
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
|