ページへ戻る
印刷
TekForNotepad
をテンプレートにして作成 ::
OSASK計画
osaskwiki
:TekForNotepad をテンプレートにして作成
開始行:
*これは何?
(by [[uchan>うっちゃん]])
tek圧縮されたテキストファイルを、解凍してメモ帳で開こうと...
オートで解凍&オープンできるので、簡単に編集できます。
**まずはテストリリース
試しにバッチファイルを上げてみる。
[[TekForNotepad:http://wiki.osask.jp/?plugin=attach&pcmd=...
*** 参考ソース
-(by [[K]])
@echo off
if %1.==. goto end
if %1==/? goto help
if %1==--help goto help
if %1==-help goto help
start /B sartol r "%1" "%1.txt"
start /B notepad "%1.txt"
:help
echo ---------------------------------------------------...
echo tek圧縮 for Nopepad のヘルプ
echo ---------------------------------------------------...
echo ...
echo 構文 ...
echo tekt 開きたいファイル/オプション ...
echo ...
echo オプション ...
echo ...
echo ・ --help ヘルプ表示 ...
:end
*コメント欄
-今回の変更は大歓迎です>Kさん -- [[uchan>うっちゃん]] SI...
-C:\Documents and Settingsなどのように、スペースが入って...
-スペース入りパスの解決策>"%1"を%1のようにする。解決済み...
#comment
終了行:
*これは何?
(by [[uchan>うっちゃん]])
tek圧縮されたテキストファイルを、解凍してメモ帳で開こうと...
オートで解凍&オープンできるので、簡単に編集できます。
**まずはテストリリース
試しにバッチファイルを上げてみる。
[[TekForNotepad:http://wiki.osask.jp/?plugin=attach&pcmd=...
*** 参考ソース
-(by [[K]])
@echo off
if %1.==. goto end
if %1==/? goto help
if %1==--help goto help
if %1==-help goto help
start /B sartol r "%1" "%1.txt"
start /B notepad "%1.txt"
:help
echo ---------------------------------------------------...
echo tek圧縮 for Nopepad のヘルプ
echo ---------------------------------------------------...
echo ...
echo 構文 ...
echo tekt 開きたいファイル/オプション ...
echo ...
echo オプション ...
echo ...
echo ・ --help ヘルプ表示 ...
:end
*コメント欄
-今回の変更は大歓迎です>Kさん -- [[uchan>うっちゃん]] SI...
-C:\Documents and Settingsなどのように、スペースが入って...
-スペース入りパスの解決策>"%1"を%1のようにする。解決済み...
#comment
ページ名: