egg-texture-card bug n win7 will not use wildcards

Okay I have been using flipcards for a while now under Ubuntu and it has gone flawless. But Under win 7 it will not let me use wildcards.

Any help would be nice.

Please see the following output from c:\ prompt:

C:\Users\jbs\Desktop\cards>egg-texture-cards -o flipcard.egg -fps 30 testcard*.p
ng

Unable to read image testcard*.png
Some textures not found; not generating egg file.

C:\Users\jbs\Desktop\cards>egg-texture-cards -o flipcard.egg -fps 30 testcard*.p
ng

Unable to read image testcard*.png
Some textures not found; not generating egg file.

C:\Users\jbs\Desktop\cards>dir testcard*.png
 Volume in drive C has no label.
 Volume Serial Number is FCDA-1FF6

 Directory of C:\Users\jbs\Desktop\cards

01/18/2010  10:51 AM            24,639 testcard0001.png
01/18/2010  10:51 AM            25,239 testcard0002.png
01/18/2010  10:51 AM            25,744 testcard0003.png
01/18/2010  10:52 AM            25,233 testcard0004.png
01/18/2010  10:52 AM            22,622 testcard0005.png
01/18/2010  10:52 AM            20,186 testcard0006.png
01/18/2010  10:52 AM            17,049 testcard0007.png
01/18/2010  10:52 AM            15,075 testcard0008.png
01/18/2010  10:52 AM            13,896 testcard0009.png
01/18/2010  10:52 AM            12,945 testcard0010.png
01/18/2010  10:52 AM            12,689 testcard0011.png
01/18/2010  10:52 AM            13,733 testcard0012.png
01/18/2010  10:52 AM            19,407 testcard0013.png
01/18/2010  10:52 AM            28,362 testcard0014.png
01/18/2010  10:52 AM            38,968 testcard0015.png
01/18/2010  10:52 AM            49,338 testcard0016.png
01/18/2010  10:52 AM            62,283 testcard0017.png
01/18/2010  10:52 AM            73,286 testcard0018.png
01/18/2010  10:52 AM            73,550 testcard0019.png
01/18/2010  10:52 AM            69,081 testcard0020.png
01/18/2010  10:52 AM            64,529 testcard0021.png
01/18/2010  10:52 AM            60,510 testcard0022.png
01/18/2010  10:52 AM            58,503 testcard0023.png
01/18/2010  10:52 AM            59,094 testcard0024.png
01/18/2010  10:52 AM            59,790 testcard0025.png
01/18/2010  10:52 AM            64,796 testcard0026.png
01/18/2010  10:52 AM            70,508 testcard0027.png
01/18/2010  10:52 AM            79,967 testcard0028.png
01/18/2010  10:52 AM            88,019 testcard0029.png
01/18/2010  10:52 AM            94,533 testcard0030.png
01/18/2010  10:52 AM           100,084 testcard0031.png
01/18/2010  10:52 AM           103,967 testcard0032.png
01/18/2010  10:52 AM           111,016 testcard0033.png
01/18/2010  10:52 AM           115,305 testcard0034.png
01/18/2010  10:52 AM           112,987 testcard0035.png
01/18/2010  10:52 AM           114,263 testcard0036.png
01/18/2010  10:52 AM           113,720 testcard0037.png
01/18/2010  10:52 AM           106,035 testcard0038.png
01/18/2010  10:52 AM            93,979 testcard0039.png
01/18/2010  10:52 AM            82,815 testcard0040.png
              40 File(s)      2,397,745 bytes
               0 Dir(s)   1,061,478,400 bytes free

C:\Users\jbs\Desktop\cards>egg-texture-cards -o flipcard.egg -fps 20 testcard*.p
ng

Unable to read image testcard*.png
Some textures not found; not generating egg file.

C:\Users\jbs\Desktop\cards>egg-texture-cards -o flipcard.egg -fps 20 testcard*.*


Unable to read image testcard*.*
Some textures not found; not generating egg file.

C:\Users\jbs\Desktop\cards>egg-texture-cards -o flipcard.egg -fps 20 testcard0.p
ng

Unable to read image testcard0.png
Some textures not found; not generating egg file.

C:\Users\jbs\Desktop\cards>egg-texture-cards -o flipcard.egg -fps 20 testcard0*.
png

Unable to read image testcard0*.png
Some textures not found; not generating egg file.

C:\Users\jbs\Desktop\cards>egg-texture-cards -o flipcard.egg -fps 20 testcard000
01.png

Unable to read image testcard00001.png
Some textures not found; not generating egg file.

C:\Users\jbs\Desktop\cards>egg-texture-cards -o flipcard.egg -fps 20 testcard000
1.png

Writing flipcard.egg

C:\Users\jbs\Desktop\cards>egg-texture-cards -o flipcard.egg -fps 20 testcard000
*.png

Unable to read image testcard000*.png
Some textures not found; not generating egg file.

That’s because globbing is a Unix shell feature, apparently not supported by Windows’ Command Prompt.

Thanks