タブファイラー・X-Finder [ x ] Part33at SOFTWARE
タブファイラー・X-Finder [ x ] Part33 - 暇つぶし2ch385:名無しさん@お腹いっぱい。
14/01/13 19:35:07.30 5jtQqh6Z0
ああそうか、理解した
スクリプトの出番かな

Script:JScript
fs = WScript.CreateObject("Scripting.FileSystemObject");
cTF = WScript.ToolFolder('Extra:drivelist.ini',true);
cTF.Clear;
et = new Enumerator(fs.Drives);
while (!et.atEnd()) {
Item = cTF.Add;
if (et.item().IsReady) {
Item.Name(et.item().Path + ' ' + et.item().VolumeName);
} else {
Item.Name(et.item().Path + ' ディスク未準備');
}
Item.Path(et.item().Path + '\\');
Item.Type(10);
et.moveNext();
}
WScript.Exec('Extra:drivelist.ini');


次ページ
続きを表示
1を表示
最新レス表示
レスジャンプ
類似スレ一覧
スレッドの検索
話題のニュース
おまかせリスト
オプション
しおりを挟む
スレッドに書込
スレッドの一覧
暇つぶし2ch