2019年05月29日

バッチファイル

Windows でコマンドプロンプトを開かずにバッチファイルを実行させる


VBS】Windowsアプリケーションを起動するコードサンプル

posted by a23 at 19:00| Comment(0) | Windows

2019年05月28日

コマンドプロンプトからPath追加


setx /M PATH "%PATH%;追加するパス名"

例)
setx /M PATH "%PATH%;c:\test1"
posted by a23 at 11:07| Comment(0) | Windows

2019年05月07日

Excel関数

=Right(b2,6)
=left(b2,6)
=SUBSTITUTE( b2, "カブシキガイシャ", "" )  //カブシキガイシャ を除外






ALTER TABLE m_tabl ALTER COLUMN m_name TYPE VARCHAR(1024);
posted by a23 at 15:49| Comment(0) | Windows