Sign in with
Sign up | Sign in
Your question

Qbasic help required

Tags:
  • Windows XP
  • Shell
  • Command Prompt
  • Qbasic
September 30, 2014 4:44:52 AM

Hi there .... trying to add a few lines of text to an old program i use.

Just want it to close wmplayer and then open up a specific playlist.

i created a batch file as below which works fine when i double click it in windows - but when using shell command in qbasic it errors on the start line saying "BAD COMMAND OR FILENAME"

not used dos / shell much before so am a little stuck ??? any ideas ???


Batchfile is ....

taskkill /f /im wmplayer.exe
start /min wmplayer "c:\playlist.wpl"
exit

More about : qbasic required

!