Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
I could use some help here.
#11
There is a Windows slave system that can be interfaced quite happily to play your MP3's in the background. Have a search for DS4QB and see what you can do. Have fun!
Screwing with your reality since 1998.
Reply
#12
Quote:I just tested it. My mehtod works in QB on Windows ME. The file you "start" has to have an associated application (i.e. if you double clicked it, what would hapen? winamp? Then start will run winamp.)

If you need to use a long path/filename, do this:

Code:
SHELL "start " + CHR$(34) + "c:\doc\music\dkc-08.spc" + CHR$(34)

Of course, changing to the path/file you need.
Of course native MSDOS doesn't associate file extensions with applications. If you aren't sure what something is for, "C:\>EDIT huh.wtf" would take care of it. Big Grin
f only life let you press CTRL-Z.
--------------------------------------
Freebasic is like QB, except it doesn't suck.
Reply
#13
Go to the MS-DOS Prompt, then enter
start/?
You will get the full description and syntax for using start.
Ralph, using QuickBASIC 4.5 and Windows XP Home Edition and Service Pack 2, with HP LaserJet 4L printer.
Reply
#14
thanks guys. Much help given Smile
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)