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