(view help text of NewTempFile.cs as plain text)
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
page last uploaded: 2025-10-23; loaded in 0.0070 seconds