Copy PHI.bat: Difference between revisions
Jump to navigation
Jump to search
Ttenbergen (talk | contribs) m uncat |
Ttenbergen (talk | contribs) m Text replacement - "X:\" to "{{S:\MED\CCMED}}" |
||
Line 1: | Line 1: | ||
The file | The file {{S:\MED\CCMED}}CCMDB\PHI\copy_PHI.bat is part of the [[PHI copy automation]]. It mostly runs on the [[Data Processor PC]]. | ||
This file is affected '''[[PHI_copy_automation#If_X_drive_goes_down|if the X: drive goes down]]'''. | This file is affected '''[[PHI_copy_automation#If_X_drive_goes_down|if the X: drive goes down]]'''. | ||
Line 6: | Line 6: | ||
as of 14:12, 2018 February 28 (CST) | as of 14:12, 2018 February 28 (CST) | ||
<pre> | <pre> | ||
echo moving contents from Regional Server\Output\_PHI to | echo moving contents from Regional Server\Output\_PHI to {{S:\MED\CCMED}}CCMDB\PHI\ | ||
echo usually triggered by scheduled task running hourly on Scanner computer in JJ387 | echo usually triggered by scheduled task running hourly on Scanner computer in JJ387 | ||
echo see http://ccmdb.kuality.ca/index.php/PHI_copy_automation for details | echo see http://ccmdb.kuality.ca/index.php/PHI_copy_automation for details | ||
move \\Ad.wrha.mb.ca\wrha\REGION\SHARED\ICU_DATA_COLLECTION\Output\_PHI\* | move \\Ad.wrha.mb.ca\wrha\REGION\SHARED\ICU_DATA_COLLECTION\Output\_PHI\* {{S:\MED\CCMED}}CCMDB\PHI | ||
cscript " | cscript "{{S:\MED\CCMED}}CCMDB\PHI\Load Data.vbs" | ||
</pre> | </pre> | ||
[[Category: Batch Files]] | [[Category: Batch Files]] | ||
[[Category: Data Processor PC]] | [[Category: Data Processor PC]] |
Latest revision as of 17:18, 18 March 2025
The file S:\MED\CCMED\S:\MED\CCMED\CCMDB\PHI\copy_PHI.bat is part of the PHI copy automation. It mostly runs on the Data Processor PC.
This file is affected if the X: drive goes down.
current file
as of 14:12, 2018 February 28 (CST)
echo moving contents from Regional Server\Output\_PHI to {{S:\MED\CCMED}}CCMDB\PHI\ echo usually triggered by scheduled task running hourly on Scanner computer in JJ387 echo see http://ccmdb.kuality.ca/index.php/PHI_copy_automation for details move \\Ad.wrha.mb.ca\wrha\REGION\SHARED\ICU_DATA_COLLECTION\Output\_PHI\* {{S:\MED\CCMED}}CCMDB\PHI cscript "{{S:\MED\CCMED}}CCMDB\PHI\Load Data.vbs"