Copy PHI.bat: Difference between revisions
Jump to navigation
Jump to search
Ttenbergen (talk | contribs) m lnk |
Ttenbergen (talk | contribs) |
||
Line 4: | Line 4: | ||
== current file == | == current file == | ||
as of | as of 14:12, 2018 February 28 (CST) | ||
<pre> | |||
echo moving contents from Regional Server\Output\_PHI to X:\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\* X:\CCMDB\PHI | |||
cscript "X:\CCMDB\PHI\Load Data.vbs" | |||
</pre> | |||
[[Category: Batch Files]] | [[Category: Batch Files]] | ||
[[Category:2013 data upgrades]] | [[Category: 2013 data upgrades]] | ||
[[Category:Data Processor PC]] | [[Category: Data Processor PC]] |
Revision as of 14:12, 28 February 2018
The file X:\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 X:\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\* X:\CCMDB\PHI cscript "X:\CCMDB\PHI\Load Data.vbs"