batch files at logoff

admin

Administrator
Staff member
I am a complete beginner to batch files altough I have a little knowledge of Visual Basic. Having successfully used AutoIT, which is a GUI based program to achieve what I have set out below, I have found it will not work 24/7 because of Novell autlogoff - I cannot get this disabled for security reasons.<br /><br />I want to be able to write a .bat file to work when the computer is logged off via Novell security to:<br /><br />open a real time database program called 'Pulse' <br />save this as an <b>html </b>file<br />open this file with <b>Excel</b><br />save the Excel file every hour between 0900 until 22:00 Monday through Sunday.<br /><br />Assuming the program was in C:\programs as 'Pulse.exe and the destination path was Y:\reports\Mon etc<br /><br />How would I save the file there as '0900Mon'?<br /><br />Many thanks.
</div>
 
Top