• skip to content

fl8 Wiki

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
You are here: Dokuwiki.fl8.jp » local
Trace: • Windows - nslookup • 28 Ceph Mon 追加 • 2024.05.02 Amazon Linux 2023 Zabbix • jail 構築 • 02 OpenStack base Console • HDD丸ごとコピー(リモートも可) • swapスペースを追加する方法 • 76 dmraid リビルド • 12_Pleskログローテート • 2024.01.18 SSL Error in Rails

local

Search

You can find the results of your search below.

Exact match
  • 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:

二重起動防止
6 Hits, Last modified: 7 years ago
====== 二重起動防止 ====== <code> @REM 変数のセット SET LOCAL=c:\temp SET LOCKF=ftp.lock SET TARGET=target.file SET ... rd @REM ロックファイルをチェックし、あったら起動中と見なして終了する IF EXIST %LOCAL%\%LOCKF% EXIT 1 @REM ロックファイルを作成 echo dummy > %LOCAL%\%LOCKF% pause @REM FTPサーバからファイルをgetする ( echo USER %ID% %PW% echo bin echo lcd %LOCAL% echo get %TARGET% echo bye ) | ftp -n %FTPSR

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