|
Re: RND batch file example
Quote:
|
Originally Posted by cueballr
i simply want to use the function to name temp files, or anything else for that matter.Assistance would be apreciated.
|
Are you meaning you want to generate unique names for files, so you can create a file that is guaranteed not to exist, or are you meaning something else? If so, there are functions to accomplish this in various languages, such as tmpnam() in C/C++.
__________________
A man's knowledge is like an expanding sphere, the surface corresponding to the boundary between the known and the unknown. As the sphere grows, so does its surface; the more a man learns, the more he realizes how much he does not know. Hence, the most ignorant man thinks he knows it all. - L. Sprague de Camp
|