G
Guest
I have noticed that when at command is been used to schedule a job in Windows
XP, then if two jobs are scheduled to run at the same time then both the jobs
are assigned the same random number if there is a call to one in the program.
So example:
I have a program which says
echo "Hi"
echo Random is %RANDOM%
if a call to random is made in another program at the same time, then both
get the same value. Is this a bug with scheduling of programs in "AT" or is
it a issue with Random number generation.
ANy help would be appreciated.
XP, then if two jobs are scheduled to run at the same time then both the jobs
are assigned the same random number if there is a call to one in the program.
So example:
I have a program which says
echo "Hi"
echo Random is %RANDOM%
if a call to random is made in another program at the same time, then both
get the same value. Is this a bug with scheduling of programs in "AT" or is
it a issue with Random number generation.
ANy help would be appreciated.