home *** CD-ROM | disk | FTP | other *** search
/ Groovy Bytes: Behind the Moon / groovybytes.iso / GROOVY / SND_TOOL / FPBUGFIX.ZIP / FPW.BAT < prev   
Encoding:
DOS Batch File  |  1994-07-24  |  937 b   |  15 lines

  1. @ECHO off
  2. REM +-------------------------------------------------------------------------+
  3. REM | This BATCHfile is for those ones, which absolutly belive that a player  |
  4. REM | needs a WILDCARD (*.*) Option....(hehe).. Check thiz simple BATCH out!  |
  5. REM | this shows you a really easy usage of a DOS-Command ;)                  |
  6. REM | Just use FPW ( {F}rog{P}lay {W}ildcards ) *.[SoundFormat] to experience |
  7. REM | really simple DOSpower (grin)..... you can also replace FP.EXE with any |
  8. REM | other COMMAND wich displays or plays some files ;)                      |
  9. REM +-------------------------------------------------------------------------+
  10.     for %2 IN (%1) DO FP.EXE %2
  11. REM +-------------------------------------------------------------------------+
  12. REM |       like 'Weird Ed Edison' says : THIS is all to Easy.... (hohoho)    |
  13. REM +-------------------------------------------------------------------------+
  14.  
  15.