つぶねこ

@もじらもーど。
↑recent | ↓old | 20 index | 100 index | 300 index | 記事5件 | 記事10件 | 記事20件 |最新5件 |FAQ | カテゴリ一覧 | Index |
2007/12/14 17:10
さいきんのpar2.exeの日本語未対応を邪道で回避

 par2.exeはpathによろしくにゃい2バイトが挟まってると失敗するんだが、ファイル名は致し方にゃいとして、ディレクトリに関しては回避できるので回避してみる。
subst x: .
pushd x:\
par2 c 〜
popd
subst x: /d
 ただ、x:が決め打ちににゃるのが美しくにゃい。pushdで\\localhost\c$〜という手もあるが、
set drv=
call :search_free_drive drv
@echo free_drive : %drv%:
subst %drv%: . || pause
pushd %drv%:\ || pause
echo nice -19 "%par%" c -b32700 -r3 -m50 -n1 par2 %_x%
nice -19 "%par%" c -b32700 -r3 -m50 -n1 par2 %_x%||echo.
popd
subst %drv%: /d || pause
goto :EOF
:search_free_drive
set free_drive=
for %%d in (a b c d e f g h i j k l m n o p q r s t u v w x y z) do ^
call :search_free_drive_sub1 %%d
set %1=%free_drive%
exit /b
:search_free_drive_sub1
if not "%free_drive%"=="" exit /b
rem @echo %1:?
subst %1: . >NUL || exit /b
subst %1: /d
rem @echo found %1:
set free_drive=%1
exit /b
 これで自動探索するはず。
 ・・・っていうか.c書き換えるべき(笑)



Index


2007/12/31 23:24 
2007/12/30 22:25 
2007/12/30 21:31 
2007/12/29 05:28 
2007/12/29 01:15 
2007/12/28 23:10 
2007/12/28 20:07 
2007/12/28 02:37 
2007/12/28 01:36 
2007/12/27 23:51 
2007/12/27 21:00 
2007/12/27 03:12 
2007/12/26 22:24 
2007/12/26 20:06 
2007/12/26 03:29 
2007/12/25 23:04 
2007/12/25 21:44 
2007/12/25 03:25 
2007/12/25 03:18 
2007/12/24 23:46 
2007/12/24 20:05 
2007/12/24 03:27 
2007/12/23 21:54 
2007/12/23 20:04 
2007/12/23 01:32 
2007/12/22 21:45 
2007/12/22 20:03 
2007/12/22 01:24 
2007/12/21 22:58 
2007/12/21 21:30 
2007/12/21 01:50 
2007/12/20 23:37 
2007/12/20 20:02 
2007/12/20 01:33 
2007/12/19 21:07 
2007/12/19 20:01 
2007/12/19 00:31 
2007/12/18 20:27 
2007/12/18 12:56 
2007/12/18 02:56 
2007/12/17 22:24 
2007/12/17 21:13 
2007/12/17 01:57 
2007/12/16 23:31 
2007/12/16 06:42 
2007/12/16 05:30 
2007/12/15 22:41 
2007/12/15 21:12 
2007/12/15 01:57 
2007/12/14 19:16 
2007/12/14 17:10 
2007/12/14 02:19 
2007/12/14 01:26 
2007/12/13 22:05 
2007/12/13 21:11 
2007/12/13 02:17 
2007/12/13 01:30 
2007/12/12 23:10 
2007/12/12 21:10 
2007/12/12 04:15 
2007/12/11 23:53 
2007/12/11 18:27 
2007/12/11 11:41 
2007/12/11 07:57 
2007/12/10 22:23 
2007/12/10 21:09 
2007/12/10 03:31 
2007/12/10 02:59 
2007/12/09 21:30 
2007/12/09 02:21 
2007/12/09 01:34 
2007/12/08 22:50 
2007/12/08 21:08 
2007/12/08 02:51 
2007/12/07 23:11 
2007/12/07 21:07 
2007/12/07 04:25 
2007/12/07 02:54 
2007/12/06 17:59 
2007/12/06 08:01 
2007/12/06 04:02 
2007/12/06 01:06 
2007/12/05 15:36 
2007/12/05 08:05 
2007/12/05 03:37 
2007/12/05 01:21 
2007/12/04 23:01 
2007/12/04 21:04 
2007/12/04 03:16 
2007/12/04 01:38 
2007/12/03 22:57 
2007/12/03 21:03 
2007/12/03 02:48 
2007/12/03 01:15 
2007/12/02 19:56 
2007/12/02 11:57 
2007/12/02 01:11 
2007/12/02 00:10 
2007/12/01 22:01 
2007/12/01 21:02 
2007/12/01 02:25 

↑recent | ↓old | 20 index | 100 index | 300 index | 記事5件 | 記事10件 | 記事20件 |最新5件 |FAQ | カテゴリ一覧 | Index |