タグ「SQL」 に関連する質問一覧

RSSlivedoor Readerに登録

VBscriptでコマンドプロンプトを起動させテキストを発行させることで悩んでおります。

コマンドラインのツールを実行させそこへテキストに記述された内容を実行させたいと思っています。 Dim strCOM For i = 1 to 15 strCOM = "cmd /C C:\○○○○\△△△△.exe 'ここがわかりません 'テキストファイルを流したいのですが・・・・ 'コマンド名を仮に@@@@とします。 "@@@@ D:\HEPPOKO" & Right("000" & CStr(i), 4) & ".txt" 'をコマンドライン上に流したいのですが・・・ Set WshShell = CreateObject("WScript.Shell") Set oExec = WshShell.Exec(strCOM) FileCopy "D:\HEPPOKO" & Right("000" & CStr(i), 4) & ...
Asked by :  mr_r00 |  VisualBasic |  2008-09-03 23:05 |  お蔵入り  | 1 answer | 11 comments
Ads By Google

PostgreSqlの勉強はMySQLでも可能か?

Asked by :  廿 |  データベース |  2008-03-06 12:58 |  解決済  | 1 answer | 6 comments

PostgresqlでExplain Analyzeした際にでてくる内容の公式な説明

Asked by :  ひみつ |  データベース |  2007-10-09 19:45 |  お蔵入り  | 3 comments
Ads By Google