What is Batch file and how to create it for DBConvert tools?
A batch file is a file that contains a series of commands which the computer executes automatically. Batch files have .bat extension. Additional information about batch files you can find at http://en.wikipedia.org/wiki/Batch_file or at http://www.computerhope.com/batch.htm#01 You can create .bat files in two ways: 1) Automatically: using Built-in Scheduler that is performed in all DBConvert tools. In this case you don’t need to use shell commands. Our converter does it automatically when you add new task for scheduling. You can read a brief manual at http://dbconvert.com/scheduling_man.php?url=add-new-task 2) Manually: by means of any text editor using command shell processor interface. Please, read more information at http://www.computerhope.com/batch.htm#11 Below is a simple batch file example: c: cd “c:\Program Files\DBConvert\Access2MySQLSync\” @ECHO Run application Access2MySQLSync_Cons.