2016-12-19から1日間の記事一覧

SSDに換装したの。

バックアップ取って、Win10をクリーンインストール。 すっきりした!参考にしたところと使ったURLをメモメモ。 PCリカバリー、これはバックアップしておけ!という項目一覧 - 知らなきゃ絶対損するPCマル秘ワザ http://daredemopc.blog51.fc2.com/blog-entry…

Windowsのbatファイルで、大量リネーム。

【楽々一括リネーム!】バッチファイルでファイル名の先頭・末尾に文字を追記する - Qiita http://qiita.com/mitsuru793/items/0c03bd18439c5b7ef026 @echo offecho バッチファイルと同じディレクトのすべてのファイルをリネームします。 echo (拡張子を含…

一行ごとに1テキストファイルに書き出す。

https://tamakisono.blogspot.jp/2010/12/11.html フォルダは作っておく。 Sub ColumnOut2Text() Dim i As Long Dim j As Long Dim Fno As Integer Dim OutColumn As String Const myPath As String = "C:\txt\" With Worksheets("Sheet1") For i = 2 To .Ce…