1
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

WSHでファイルリネームツールを作るよ

Last updated at Posted at 2018-02-20

WSHでファイルリネームツールを作るよ

以下の仕様

  • Drag & Dropで、ファイル(複数可)をリネーム
  • 基本文字列+置換前ファイル名 にリネーム可
  • 基本文字列+4桁の連番 にリネーム可
  • 基本文字列未指定時は、元ファイル名を置換のみ行う
  • 置換条件に正規表現使用可

[:bangbang:] 注意:元ファイルを直接リネームする為、バックアップ推奨


#### 本体(FileRenamer.wsf) ```html // UTF-16LEで保存すること.
  • リネーム条件入力(正規表現対応)

  • 基本文字列:
  • ※未指定時は、置換のみ行います。

  • 対象文字列:
  • 置換文字列:

  • 該当文字列は全置換する
  • 4桁の連番を付与する

1
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?