Hi,

I'm making an hotfix script but it is stupid to put all hotfix.exe files in it manually.

So i want to do something like this:

Doing a 'dir' of X:\xpfixes and then executing all the .exe files in the X:\xpfixes directory.

Like if the filelisting of X:\xpfixes whould be:

q1.exe
q2.exe
q3.exe

then I want the script to start the q1.exe then the q2.exe and then the q3.exe

If I place another q in the directory like q4.exe
I want it to excecute too, next time the script starts..

(It's only this part I still need, the rest of the script is done. Just need the 'dir' thingy to work [Big Grin] )

hopefully you guys could help me out? [Smile]