![]() Loading |
| VBScript |
| JavaScript |
| Powershell |
Search Options: Auto-Generate a File Name
|
||
|
' Description: Demonstration script that uses the FileSystemObject's GetTempName method to generate random file names. Script must be run on the local computer.
Set objFSO = CreateObject("Scripting.FileSystemObject") For i = 1 to 10 strTempFile = objFSO.GetTempName Wscript.Echo strTempFile Next | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: | ||