January 24, 200521 yr is it possible to load up a program after logon thru something such as a .cmd file? i dont want to use a startup manager or anything. in the cmd file it would have something like wait 1000and the it tells a program to runis this possible and if so how cna i do it?
January 24, 200521 yr Here's a link to a couple of good utilities for delaying execution of commands:You know you want to click meIf you run the .cmd file as a logon script, then it will execute as soon as the user logs on. However, if the .cmd file begins with a delay, then I think that meets your requirements. - Ravashaak
January 24, 200521 yr I had actually created a batch timer at one time... but it was clunky and probably wouldn't serve your purpose very well.
Create an account or sign in to comment