vbs_inc_400.vbs ファイルが存在するために、g_is_compile_debug の機能が使えません。 Can not use the function of g_is_compile_debug, because there is the file. 削除してかまわない内容であるかテキスト・エディターで確認してください。 Check the contents can be deleted using text editor. このファイルは、vbslib の g_is_compile_debug 機能の内部処理に使う This file is temporary file using the function of g_is_compile_debug of vbslib inside. 一時的なファイルですが、削除しても問題ありません。 This file can be deleted. コンパイルエラーを再現しようとしましたが発生しませんでした Compile error is not reappeared. コマンドプロンプトで、cscript /H:wscript を実行してください。 Run cscript /H:wscript in command prompt. include に指定したファイルが見つかりませんNot found file specified to include ファイルが存在するために、機能が使えませんCan not use the function, because file exists コンパイルエラーを再現しようとしましたが発生しませんでしたNot raised compile error Main 関数の引数が1つも無い場合に、ここでエラーが出るときは、 If error was raised, when main function's argument is nothing, メイン・スクリプトの最後の g_Vers("OldMain") = 1 を有効にしてください。 enable 'g_Vers("OldMain") = 1'. デバッガーに接続します。 Connecting to debugger デバッガーに接続を要求しない Not request to connect with debugger Main 関数に、引数 ( Opt, AppKey ) を追加するか、 Which add Opt, Appkey parameter ti Main function パラメーターを指定して再起動するかどうか Which restart with parameters 管理者になる要求があるかどうか Which request to become administrator コマンドプロンプトで、cscript /H:wscript を実行してください。 Run "cscript /H:wscript" in command prompt. 現在の設定では文法エラーなどが発生したときにメッセージが見えません Current setting can not show message, when syntax error was raised. Windows コマンド プロセッサ (cmd.exe) Windows command processor (cmd.exe) UAC(ユーザーアカウント制御)予告 UAC (User account control) notice プログラム名1: Program Name 1 : プログラム名2: Program Name 2 : s +" から、"+ WScript.ScriptName +" を、管理者として起動します。" "Start "+ WScript.ScriptName +" as administrator from "+ s "今、起動した "+ WScript.ScriptName +" は、このコンピューターに変更を加えるため、" "Not, started """+ WScript.ScriptName + " を管理者権限で起動することを今から要求します。 この要求により、UAC(ユーザーアカウント制御)" """ is requested to start as administrator for"" modify this computer. This request shows the window of UAC (User account control)." "のウィンドウが表示されます。 "+ WScript.ScriptName +" に心当たりがなかったり" "If you did not accept """+ WScript.ScriptName +""" or " "怪しいサイトから入手したときは、" "if you got it from unknown sight, " "拒否してください。(ウィンドウを閉じてください) また、次回、この予告メッセージが" "reject it (close this window). Reject it, when there was not this notice next time or " "なく、いきなり "+ s +" から管理者権限を要求されたときも拒否してください。" "when you was requested permission of adminitrator "+ s +"." 詳細情報: Detail information : "[ 管理者アカウント切り替え予告 ]" "[ Notice of changing to administrator ]" "プログラム名: " "Program Name : " "管理者として起動することを要求しましたが、管理者が登録されていません。" "It was requested to start as administrator. But administrator is not registed." "テキストエディタを使って下記の内容を """+ i +""" に作成するよう管理者に頼んでください。" "Ask administrator to make following contents in """+ i +""" using text editor." Admin を管理者のアカウント名に修正してください Modify Admin to account name of administrator "管理者アカウント名: " "Administrator account Name : " WScript.ScriptName +" を、管理者として起動します。" "Start "+ WScript.ScriptName +" as administrator." "管理者として起動することを今から要求します。 この要求により、管理者のパスワードが" """ is requested to start as administrator for"" modify this computer. This requests administrator's password." "要求されます。 "+ WScript.ScriptName +" に心当たりがなかったり" "If you did not accept """+ WScript.ScriptName +""" or " "なく、いきなり管理者のパスワードが要求されたときも拒否してください。" "when you was requested permission of adminitrator." コンパイルエラーは発生しませんでした。g_is_compile_debug=1 を削除してください No compile error. Cut ""g_is_compile_debug=1"" WScript.Quit が呼ばれました。しかし vbslib では Raise を呼ぶことを推奨します。 WScript.Quit was called. But vbslib recommends calling Raise. デバッガーを動かすときは、メイン・スクリプトの最後の g_debug を 1 に修正して再起動してください If you want to run debugger, Modify g_debug = 1 and restart at the last of main script. エラーの確認を自動入力する場合 If auto error accept. '// 親プロセスが wscript.exe のときは、起動コマンドにある if "!errorlevel!"=="21" exit '// が動かないことで cmd.exe /K により止まるため、上記 ReadLine は不要。 '// 親プロセスが cscript.exe のときや、子プロセスでは、確認をしない。 エラーの確認を GUI でする場合 If error was accepted by GUI エラーが発生したプロセスは起動したときのプロセスと異なります Error process is not start up process. "終了するには Enter キーを押してください . . . " "Press Enter key to finish ..." 続行するには Enter キーを押してください . . . Press Enter key to continue ... g_debug=-1 です。g_debug=0 に戻してください Now g_debug=-1. Return to g_debug=0. g_debug_process > 0 です。g_debug_process への代入を削除してください Now g_debug_process > 0. Remove to set to g_debug_process. 将来無くなる機能が使われています In future, not supported function is used. SettingFuncName + " で設定している以下のいずれかのファイルが見つかりません。" "Following files are not found in the function of "+ SettingFuncName " (参考:vbslib の説明書の setting フォルダー)" "(reference : setting folder in vbslib manual)" では問題が見つかりませんでした。 can not found any problems "ただし、この後、"+ SrcPath +" を include している可能性があります。" "It may include "+ SrcPath +" after here." 64bit Windows で 32bit WSH に切り替える Change to 32bit WSH on 64bit Windows ここでエラーになったら、g_SrcPath の値のファイルで構文エラーが発生しています。 Syntax error is raised in the file of value of g_SrcPath, if error was raised here. 下記のファイルを include したときにエラーが発生しました。 Error is raised, when this script includes following files. 構文エラーではないときは、g_debug を設定している場所のすぐ下に、次のように記述すると、 If syntax error is not raised, if you wrote following script at next line at setting g_debug エラーが発生した場所が分かります。 you understand the place of compile error.