|
Re: RND batch file example
It turns out that command extensions are on by default, so the SHIFT with a parameter will definitely fail.
Explain what you're trying to accomplish, and what parameters you will be passing and what they're for.
Your original post asks for a random number and doesn't explain your goal. Your script seems to be wanting to use TIME for random generation. Given the output of TIME, it seems like a relatively poor choice for anything but the ugliest generation of a variable file name.
|