Initial commit: FCCS extraction tool
This commit is contained in:
32
config.ini
Normal file
32
config.ini
Normal file
@@ -0,0 +1,32 @@
|
||||
[paths]
|
||||
# Point these at the current engagement's directories
|
||||
backup_dir = C:\Migration\FCCSBackup
|
||||
export_dir = C:\Migration\Export
|
||||
output_dir = C:\Migration\Output
|
||||
drawer_id_file = C:\Migration\drawer_ids.txt
|
||||
completed_file = C:\Migration\completed.txt
|
||||
log_file = C:\Migration\run_log.txt
|
||||
screenshot_dir = C:\Migration\screenshots
|
||||
folder_list = fccs_folders.txt
|
||||
|
||||
[timeouts]
|
||||
nav_timeout = 15
|
||||
dialog_timeout = 15
|
||||
progress_appear = 30
|
||||
progress_finish = 1800
|
||||
settle = 1.0
|
||||
confirm_timeout = 30
|
||||
|
||||
[controls]
|
||||
main_class = CSIFCAB
|
||||
drawer_box_title = << Enter dra&wer ID or name >>
|
||||
go_button_title = Go
|
||||
dialog_title = Send To File Location
|
||||
dialog_class = #32770
|
||||
select_btn_title = &Select ->
|
||||
ok_btn_title = OK
|
||||
progress_title = Exporting Documents
|
||||
progress_class = #32770
|
||||
saved_title = "Send to" file saved
|
||||
saved_class = #32770
|
||||
saved_ok_title = OK
|
||||
Reference in New Issue
Block a user