• skip to content

fl8 Wiki

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
You are here: Dokuwiki.fl8.jp » code
Trace: • translation

code

Search

You can find the results of your search below.

Starts with
  • Exact match
  • Starts with
  • Ends with
  • Contains
@03_windows:06_batch_file
  • Any namespace
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Fulltext results:

01 Windowsバッチファイル注意
2 Hits, Last modified: 7 years ago
color> コマンドと同じファイル名にすると、延々と繰り返しコマンドが流れ続けてしまう。 <code|route.bat> route add 192.168.11.0/24 192.168.0.254 </code> 例えば、上記のバッチを実行すると下記のようになる。 {{:03_windows:06_batc
二重起動防止
2 Hits, Last modified: 7 years ago
====== 二重起動防止 ====== <code> @REM 変数のセット SET LOCAL=c:\temp SET LOCKF=ftp.lock SET TARGET=target.file SET... ftp -n %FTPSRV% @REM ロックファイルを削除 IF EXIST %LOCAL%\%LOCKF% DEL %LOCAL%\%LOCKF% </code> {{tag>バッチファイル}}
一括ipmiチェック
2 Hits, Last modified: 11 years ago
====== 一括ipmiチェック ====== <code> for %i in (01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 2... 8.10.2%i ADMIN ADMIN ipmi oem uid on smcipmitool 192.168.10.2%i ADMIN ADMIN ipmi oem uid off ) </code>
rmdirで再帰的に削除
2 Hits, Last modified: 11 years ago
nix の rm -rf と同じことをしたい rmdir /S /Q TARGET_DIR <code console> >rmdir /? ディレクトリを削除します。 RMDIR [/S] [/Q]... するときに使用します。 /Q /S を指定してディレクトリ ツリーを削除するときに、確認の メッセージを表示しません。(QUIET モード) </code>

Page Tools

  • Show page
  • Old revisions
  • Backlinks
  • Back to top
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Noncommercial-Share Alike 4.0 International
CC Attribution-Noncommercial-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki