Skip to content

Instantly share code, notes, and snippets.

@t2psyto
Created March 24, 2020 15:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save t2psyto/65681fcf77a2122d807f4d7e9ba1f073 to your computer and use it in GitHub Desktop.
Save t2psyto/65681fcf77a2122d807f4d7e9ba1f073 to your computer and use it in GitHub Desktop.
配下のフォルダツリーを維持しつつ pdfファイルのみ Calibreライブラリ → Calbackpdf へコピー robocopy
## 配下のフォルダツリーを維持しつつ pdfファイルのみ Calibreライブラリ → Calbackpdf へコピー
# テスト用 /NDL:フォルダ名をログに表示しない, /L:テスト実行のみ。実際にはコピー・削除しない。
robocopy Calibreライブラリ Calbackpdf /s /e /NDL /L *.pdf
# 本番用
robocopy Calibreライブラリ Calbackpdf /s /e /NDL *.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment