Appending.bat: Difference between revisions

From CCMDB Wiki
Jump to navigation Jump to search
TOstryzniuk (talk | contribs)
m New page: This is a batch file that '''automates''' two processes of '''moving''' "batch files: #moves batch files "sent" CSV files from the Regional Server to Data Processors computers' loc...
 
TOstryzniuk (talk | contribs)
mNo edit summary
Line 12: Line 12:
**Uses the program prefixes set out in [[Sent files naming conventions]] the batch file copies all data output files according to their '''prefix''':
**Uses the program prefixes set out in [[Sent files naming conventions]] the batch file copies all data output files according to their '''prefix''':


*Weekly processing.




#: data directory on twister
set twister=\\twister\icu\output
: copy to SAN
set san_loc=\\Hsc1MSFP0001\MED_CCMED\CCMDB
#copy output mdb files from Twister to the SAN (X:Drive)
*greensheets.mdb
*PDA_Pending.mdb
*TASKS.mdb 
*TmpV2_1.mdb
*Weekly processing.


[[Category: Batch Files]]
[[Category: Batch Files]]
[[Category: Data Processing]]
[[Category: Data Processing]]
[[Category: IT Instructions]]
[[Category: IT Instructions]]

Revision as of 13:19, 25 August 2009

This is a batch file that automates two processes of moving "batch files:

  1. moves batch files "sent" CSV files from the Regional Server to Data Processors computers' local hard drive in preparation in preparation for appending or uploading files into the master Critical Care TMSX or Medicine MedTMS data repository.

Create by Tina Tenbergen

FROM:

TO:


  1. data directory on twister

set twister=\\twister\icu\output

copy to SAN

set san_loc=\\Hsc1MSFP0001\MED_CCMED\CCMDB


  1. copy output mdb files from Twister to the SAN (X:Drive)
  • greensheets.mdb
  • PDA_Pending.mdb
  • TASKS.mdb
  • TmpV2_1.mdb
  • Weekly processing.