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!!