Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Auto-Generate a File NameContent of Auto-Generate a File Name.vbsMD5 Hash: 83289482751D18D5CFE5885D59461E95 |
||
' 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 :: |