タグ

wshに関するykrishnasのブックマーク (8)

  • PrimalScript | Scripting and Debugging for PowerShell, VBScript, HTML, and More

    PrimalScript 2023 The leading Universal Scripting IDE for all your administrative and web-development tasks. Supports over 50 languages and file types. Supports 32-bit and 64-bit platform development. Next generation PowerShell local and remote debugger. Supports Windows PowerShell and PowerShell 7 at the same time. Script against a remote machine’s Installed Module Set (IMS). Remote VBScript, JSc

    PrimalScript | Scripting and Debugging for PowerShell, VBScript, HTML, and More
    ykrishnas
    ykrishnas 2008/06/29
    COM components; ActiveX PowerShell, which allows you to use cmdlets and scripts from within COM-compatible language, WMI Explorer and more.
  • ScriptCryptor Compiler

    ScriptCryptor Compiler ScriptCryptor lets you quickly produce standalone, royalty free applications from your VBS or JS files. VBScript or JScript files are converted to EXE files, the source code of your scripts will be encrypted with Blowfish algorithm. Once converted, they cannot be modified or viewed by other users. ScriptCryptor Compiler also lets you set various resources in the .EXE file, s

    ScriptCryptor Compiler
    ykrishnas
    ykrishnas 2008/06/11
    vbs or js files are converted into exe files and encrypted with Blowfish algorithm.
  • http://www.vbs2exe.com/

    ykrishnas
    ykrishnas 2008/03/21
    VBS,JScript htmlをexeに変換する。 暗号化、win32apiたたける、元ソースを展開してwscriptに渡す方式ではなくコードを完全なexeへと変換?真偽不明
  • WSHでMSHTML.HTMLDocumentを扱えた: dara-j

    久々のWSHネタ via: Windows Script Programming: コマンドラインでHTMLファイルをテキストファイルにする。 うは、こりゃすごい。昔2chのWSHスレで「InternetExplorer.ApplicationをcreateしなくてもMSHTML扱える」っていうようなレスを見たことあったんだけど、具体的にどうやるのか知らなかったが、リンク先の記事にばっちり書いてあった。 こんな方法で取得できるとは... この記事では、 var htmlfile = new ActiveXObject("htmlfile"); ってな方法でオブジェクトを作成していて、これでMSHTMLHTMLDocument(=documentオブジェクト)が取得できる。 んで、これのparentWindowを参照するとHTMLWindow2(=windowオブジェクト)があっさり取得で

    ykrishnas
    ykrishnas 2007/10/15
    例にclipboard操作のコードあり。InternetExplorer.Applicationのより手軽
  • WSH再入門 / Admintech.jp 勉強会資料

    2007年6月9日 Admintech.jp 勉強会 はせがわ <hasegawa@openmya.hacker.jp> * なぜ今さらWSH? - インストール不要 - 他アプリケーションとの連携 - 何でもできる!? * なぜ今さらWSH? - インストール不要 - 他アプリケーションとの連携 - 何でもできる!? * なぜ今さらWSH? >> インストール不要 - 現行の Windows なら追加インストールなしで動作 - 余計なバイナリは入れたくないよね - メモ帳だけで編集可能 * なぜ今さらWSH? - インストール不要 - 他アプリケーションとの連携 - 何でもできる!? * なぜ今さらWSH? - インストール不要 - 他アプリケーションとの連携 - 何でもできる!? * なぜ今さらWSH? >> 他アプリケーションとの連携 -

  • TimeHTA

    HTAでTimelog アプリケーションを作ろう! Timelog で提供されているAPIを使った、HTAのサンプルプログラムと簡単な解説です。 ・HTAとは? HTMLJavaScriptCSSなど、「webの技術を使ってデスクトップアプリケーションが作れたら簡単で便利じゃね?」 という流れが昨今ありまして、ガジェットだとかウィジェットだとか、Adobe社のApolloだとかが注目されているわけなんですが、 実はマイクロソフトも結構早い段階から気づいていたらしく、windows にHTA(はいぱ~てきすとあぷりけ~しょん)という仕組みを実装していました。 (全然話題にならなかったけど) HTA DEMO みにたいむ ver 1.03 HTAでつくったデモアプリケーション メモを読みこんで表示するのと書き込みができるだけの、ものすご~く基的なTimelogクライアント。 バグとか、動

    ykrishnas
    ykrishnas 2007/06/05
    Timelogで提供されているAPIを使った、HTAのサンプルプログラムと簡単な解説
  • JScript内でVBScriptを実行する: dara-j

    こんなに簡単にできるの? Kanegon's Web Pageというサイトで、Script Controlというコンポーネントの存在を知った。 これはVBScriptやJScriptなどのActiveScriptを実行するためのActiveXコントロールで、以前から存在は知っていたが、UIコンテナがない環境でもサクっと使用できると知り目から鱗が落ちた。 ちょっとコードなど 論より証拠、JScriptからVBScriptを実行するサンプルを以下に示す。 // VBSのTypeName関数で、ActiveXObjectの型の名前を返す関数を定義する var sc = new ActiveXObject("ScriptControl"); sc.Language = "VBScript"; sc.AddCode( "Function GetTypeName(obj) : GetTypeName

    ykrishnas
    ykrishnas 2007/05/15
    ScriptControl
  • Microsoft Corporation

    Microsoft Learn. Spark possibility. Build skills that open doors. See all you can do with documentation, hands-on training, and certifications to help you get the most from Microsoft products. Learn by doing Gain the skills you can apply to everyday situations through hands-on training personalized to your needs, at your own pace or with our global network of learning partners. Take training Find

    Microsoft Corporation
    ykrishnas
    ykrishnas 2007/05/13
    categorizes sample scripts designed to run on Win 2k, XP, and Server 2k3. for Windows system administration scripting
  • 1