Skip to content

Instantly share code, notes, and snippets.

@toagit
Last active August 29, 2015 14:17
Show Gist options
  • Save toagit/7d53b0ffc0799eb1d324 to your computer and use it in GitHub Desktop.
Save toagit/7d53b0ffc0799eb1d324 to your computer and use it in GitHub Desktop.
@echo off
rem
rem このバッチの説明
rem
rem 設定事項
set HOGE="変数の値"
rem このバッチが存在するフォルダをカレントに
pushd %0\..
cls
~処理~
pause
exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment