I'm trying to find a way to run a file on a random day after the user enters the CD to remind them to complete a form. I have a simple batch file that I can run from an at job that will create a pop-up message similar to using Dialog.Message, but I don't want everyone in the company submitting their forms all at once. What I cant seem to figure out is how to add a random number of days to System.GetDate and then use that date to create the at statement in a text file, then rename the text file as a .bat and run it. Ideally, I would like to limit the reminder to a minimum of 15 days and a maximum of 60.
Anyone have any ideas???


