NewTempFile, Version 1.00 Create a zero-byte temporary file and display its name on screen Usage: NEWTEMPFILE Example: In a batch file, use the following code to "capture" the name: FOR /F "tokens=*" %%A IN ('NEWTEMPFILE.EXE') DO SET TempFile="%%~A" Written by Rob van der Woude http://www.robvanderwoude.com