Skip to content

Instantly share code, notes, and snippets.

@raimusyndrome
Last active August 29, 2015 13:58
Show Gist options
  • Save raimusyndrome/10079268 to your computer and use it in GitHub Desktop.
Save raimusyndrome/10079268 to your computer and use it in GitHub Desktop.
Windowsバッチファイルの雛形
@echo off
rem コメント
rem 環境変数の設定
set HOGE=""
rem このバッチが存在するフォルダをカレントに
pushd %0\..
cls
rem 本体処理
pause
exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment