119Views2Replies
How do I make a batch file have a chance to do the next step?
I want to create a batch that when opened, has a 1/6 chance to open a file, if not it has a 1/5 chance to open something else, same process until final 100% option. How would I do this in batch, and if I can't do it in batch, where could I do this?
Thanks for the help in advance.
Comments
5 years ago
IF chance precludes what you call final, then infinity is your last chance.
What version of Apple operating system are you using ?
Answer 5 years ago
I want it so if it doesn't choose any of the above it will just execute the final step. Also I am using windows 10, I didn't think that apple had batch.