Skip to content

Instantly share code, notes, and snippets.

@rem 「※※※」は私のコメントです(元増田のコメントではありません)
@rem エクスプローラ周り重い人向け覚書
@rem https://anond.hatelabo.jp/20191116220232
@rem ■ システム設定
@rem Windows Defender自身を検索して無限ループに陥る問題を解消する
@rem - 設定→更新とセキュリティ→Windows セキュリティ→ウイルスの驚異の防止
@rem - ウイルスと驚異の防止の設定→設定の管理
/*
* Freeplane - mind map editor
* Copyright (C) 2008 Joerg Mueller, Daniel Polansky, Christian Foltin, Dimitry Polivaev
*
* This file is modified by Dimitry Polivaev in 2008.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
@hokorobi
hokorobi / BatchRename.js
Last active December 28, 2020 12:16 — forked from take-takashi/BatchRename.js
PPx 2ch で話題に上ったので、使う予定もないのに手を加えてみた。 UTF-8で処理するようにした。テストしてないけど。 フォルダもリネームできるようにした。 例外を使ってみたけど改悪っぽい。そのほかちょびちょび変更。
//!*script
// This script is in the public domain.
// PPc 用スクリプト。
// 選択エントリーをテキストエディタで一気にリネーム。
// PPx 1.30 x64 + Script Module R14
if (PPx.DirectoryType != 1 && PPx.DirectoryType != 4) {
PPx.Echo('現在のパスではリネームできません。');
PPx.Quit()
}