...
If needed, it is possible to enable logging into the file by specifying the log file as the location for relocating the command line output:
shift2sql.exe "ConnectionString" "shiftsFileName" "C:\SomePath\chckconv.xml" > logs.txt
To enable batch processing of several shifts you can use the bat file containing the following:
Code Block |
---|
@echo startforstart for %%i in (shift*.udb) do ( echo %%i call echo %%i call "full_path_to_shift2sql.exe" "ConnectionString" "%%i" "full_path_to_chckconv.xml" >logs.txt ) pause |
Note |
---|
The .bat file should be kept in the same folder as the shift data! |