Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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 "full_path_to
    echo %%i
    call "полный_путь_до_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!