Load Data.vbs: Difference between revisions

Created page with "The VBScript Load_Data.vbs is part of PHI copy automation. == current content == 'Purpose: ' open the database on the network share ' run the vba procedure (entry po..."
 
m clean up
Line 9: Line 9:
  '
  '
  ' comment:  done silently - no shell to deal with as this is done using the access application object
  ' comment:  done silently - no shell to deal with as this is done using the access application object
 
  call main
  call main
 
 
  sub main
  sub main
phi_location = "\\Hsc1msfp0001\med_ccmed\CCMDB\PHI"
phi_location = "\\Hsc1msfp0001\med_ccmed\CCMDB\PHI"
Line 30: Line 29:
set fso = nothing
set fso = nothing
  end sub
  end sub
[[Category:Batch Files]]
[[Category:Batch Files]]