タグ

関連タグで絞り込む (0)

  • 関連タグはありません

タグの絞り込みを解除

JavaScriptとWindowsとWSHに関するardarimのブックマーク (2)

  • MSHTA.EXEの使用法、URLの記述法 - Windows Script Programming

    MSHTA.EXE {ファイル|URL} [引数...] ファイルはフルパスで指定します。 もしファイルがないと、非表示でダンマリになるので注意。 URLは最大511バイトです。 もし超えると、バッファオーバランでDEPに引っ掛かります。 URLに空白を含むときや、CMD.EXEで<>|を含むときは、二重引用符で囲みます。 "javascript:スクリプト" スクリプト中では、'文字列'を使う。"は使わない。文字列中では、\'を使う。 文字列中では、\は\\を使う。なのでファイル名の文字列は要注意です。 ファイル名の文字列を使うときは、次のvbscript:のほうがよいでしょう。 vbscript:Execute("スクリプト") スクリプト中では、""文字列""を使う。文字列中では、""""を使う。 文は、:で区切ります。 IfはEnd If文で閉じます。 If 式 Then:文:文:

    MSHTA.EXEの使用法、URLの記述法 - Windows Script Programming
  • TechNet Script Center

    The “Hey, Scripting Guys!” blog has been retired. There are many useful posts in this blog, so we keep the blog here for historical reference. However, some information might be very outdated and many of the links might not work anymore. New PowerShell content is being posted to the PowerShell Community blog where members of the community can create posts by submitting content in the GitHub reposi

  • 1