synch-darkfiles.bat 269 B

123456789101112131415
  1. @echo off
  2. cd /d %~dp0
  3. echo - Synching files from Staging to Staging-dark
  4. copy Staging\hh_project.hhp Staging-dark
  5. copy Staging\stoplist.stp Staging-dark
  6. copy Staging\topic.js Staging-dark
  7. echo - Synching files done
  8. if "%1"=="nopause" goto :eof
  9. pause