The easiest thing is to do this, and then vlc will not shuffle.
check under Tools -> Preferences, tick Show setting - All at the bottom. Now select Playlist option. If it shows Play files randomly forever, then uncheck that, then click Save.
But if you want to run it under a command prompt then just use the
--no-random switch. Open a command prompt in the vlc directory, or cd to it, or add to your PATH environment variable, then type something like this:
start vlc.exe --no-random D:\MEDIA\facesplitter.m3u
maybe you just want to make a batch file in your media directory and then make a shortcut to that .bat on your desktop or start menu...
If I were going to be using vlc from the command line then I would definitely create an appropriate shortcut to command prompt in the vlc directory. And I would probably add that path and D:\MEDIA\ to my PATH environment variable.