@Scr1ptW1zard & Yzöwl -Thanks for the responces, I will test both suggestions and see if either formatting will work for me.
QUOTE (Yzöwl @ Jun 7 2008, 08:30 AM)

I cannot immediately see a reason to have this data as a variable therefore I'll assume you'd wish it in a file.
Well, I'm trying to automate boooggy's WMP11 slipstreamer to take any hotfixes in a certine folder and integrate them all, without having to manually enter the names of every file
so to end up something like this:
CODE
Set Path=E:\Twig06\~Source~\Addins\2008-26-05\~files~
REM -- %path% is hard coded path at the moment just for testing
Set WMP11Patches=%path%\WMP11\Patches
REM Folder to place all patches for WMP11 to be slipstreamed
WMP11Slipstreamer.exe /hotfix:"%WMP11Patches%|%OutputFromArrayToListFilesToRuN%"
...We could also use this same approach for RyanVM integrator as well as nLite and Driverpacks, however, the output would need to be in a different format for each but still the same basic format of pulling the file names and putting them into a variable. Thus making it very easy for those of us who use the same tweaks all the time, however just need updates added to a new build, resulting in a completely unattended creation of a Windows Build.... only work required is to place the updated files into specific folders.
Thanks both!