Copy PHI.bat: Difference between revisions

From CCMDB Wiki
Jump to navigation Jump to search
m Text replacement - "[[Category: " to "[[Category:"
No edit summary
 
Line 3: Line 3:
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]]'''.


== current file ==
See actual script for more info.
as of 14:12, 2018 February 28 (CST)
<pre>
echo moving contents from  Regional Server\Output\_PHI to  {{S:\MED\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 {{Regionalserver|\Output\_PHI\}}* {{S:\MED\MED_CCMED}}CCMDB\PHI}}
 
cscript "{{S:\MED\MED_CCMED}}CCMDB\PHI\Load Data.vbs"
</pre>


[[Category:Batch Files]]
[[Category:Batch Files]]
[[Category:Data Processor PC]]
[[Category:Data Processor PC]]

Latest revision as of 11:13, 10 November 2025

The file S:\MED\Med_CCMED\​CCMDB\PHI\copy_PHI.batS:\MED\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.

See actual script for more info.