http://www.nextftp.com/to-i/analyze.htm
ちゃんとエラーコードから割り出せたんだな・・・
そんなの見てもわかんねーよとあきらめていただけにこれはいいかも。 続きを読む
スポンサーサイト
テーマ:Windows 全般 - ジャンル:コンピュータ
続きを読む
@echo off
if "%1" == "" goto default
set BROWSER="C:\Program Files\Internet Explorer\iexplore.exe"
start "" %BROWSER% http://{REDMINEのサーバアドレス}/issues/%1
goto end
:default
start "" %BROWSER%
:end
exit /b
Author:まこp