With (C) 1992 Stig Vens

WITH is a bit like the FOR command in MSDOS, but files can be picked in
random order.  It's also possible to limit the number of files that
should be picked.

The easiest way to describe it, is by some examples:

with a in c:\sounds\*.snd do remac a , plays all samples in directory
with 2 xzz in *.snd do remac xzz     , plays two first samples
with r a in \mods\*.mod do wowii a   , plays all mod files in random
order
with r1 a in *.gif do vpic a         , displays a random gif picture

This program is free.

If you have any suggestions, bug remarks or whatever, please mail
me. My mail address is venaas@siri.unit.no

Hope you find it useful,

Stig Venaas
