Hi Friends,
I am using a batchfile to run a simple program on my pc with help of scheduletask. but every time when the program executes it asks for user input ( RUN or END ), either i have to click on run or hit enter key to start the program. can anyone tell me how to make it run directly from the batchfile only.
this is what i am using in my batchfile :
" cd C:\Program Files\VIA\Registration Mail Sender
start /w RegMailSender_ThroughOutlook.exe "
please help me.
