

InterviewSolution
Saved Bookmarks
1. |
Solve : A simple Windows Task? |
Answer» <html><body><br/>Hello<br/><br/>Ive <a href="https://interviewquestions.tuteehub.com/tag/made-1082584" style="font-weight:bold;" target="_blank" title="Click to know more about MADE">MADE</a> a little batch file with the following content<br/><br/>ECHO OFF<br/>"C:\Programmi\Windows Media Player\wmplayer.exe" "c:\windows\clock.avi"<br/><br/>It s on an Italian Windows system.<br/>When I run it seperately, it <a href="https://interviewquestions.tuteehub.com/tag/runs-246860" style="font-weight:bold;" target="_blank" title="Click to know more about RUNS">RUNS</a> fine.<br/>However, when the .bat is added as a task, it will not execute at the specified<br/>time I <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; nothing happens.<br/>Ive set the correct admin password..<br/><br/>Any ideas?<br/>Try <a href="https://interviewquestions.tuteehub.com/tag/adding-849193" style="font-weight:bold;" target="_blank" title="Click to know more about ADDING">ADDING</a> <a href="https://interviewquestions.tuteehub.com/tag/start-239994" style="font-weight:bold;" target="_blank" title="Click to know more about START">START</a> before the path. <br/><br/>Start PATH [arguments]Thanks man. Start fixed it.</body></html> | |