ripken204 Posted January 24, 2005 Posted January 24, 2005 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?
ravashaak Posted January 24, 2005 Posted January 24, 2005 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
un4given1 Posted January 24, 2005 Posted January 24, 2005 I had actually created a batch timer at one time... but it was clunky and probably wouldn't serve your purpose very well.
D.Celt Posted January 24, 2005 Posted January 24, 2005 You can add a logon script to your user profile.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now