

InterviewSolution
Saved Bookmarks
1. |
Solve : How to run a batch every time my machine boots - Win 2000 Pro? |
Answer» <html><body><p>I need to run a batchfile every time my machine boots.<br/>Problem is I run <a href="https://interviewquestions.tuteehub.com/tag/windows-22662" style="font-weight:bold;" target="_blank" title="Click to know more about WINDOWS">WINDOWS</a> 2000 <a href="https://interviewquestions.tuteehub.com/tag/pro-606431" style="font-weight:bold;" target="_blank" title="Click to know more about PRO">PRO</a> with <a href="https://interviewquestions.tuteehub.com/tag/several-1203547" style="font-weight:bold;" target="_blank" title="Click to know more about SEVERAL">SEVERAL</a> users and I<br/>don't want to have to log on the system to make the <a href="https://interviewquestions.tuteehub.com/tag/batch-893737" style="font-weight:bold;" target="_blank" title="Click to know more about BATCH">BATCH</a> file run.<br/>(I tried to put it in the Startup directory)<br/><br/>Where should I put the batch file to make sure it always runs on a boot? Try putting it or a shorcut in the all users/startup folder.you can use the scheduler. <a href="https://interviewquestions.tuteehub.com/tag/set-11758" style="font-weight:bold;" target="_blank" title="Click to know more about SET">SET</a> it to run when the computer boots.If I put the .bat file in the Startup-directory I'll have to log in to run the file.<br/>I want this batch-file to run if the machine boots unexpectedly..If you put it in the startup under a profile, yes. If you put it in all users/startup, no. If you don't want it this way, do as ghostdog suggested.You are right, off course.<br/>Thanks a lot for your answers, it works just fine now.</p></body></html> | |