BATとHTMLのハイブリッドプログラミングの記述方法
2022-02-10 12:26:33
コアコード
:<! --
::::::::::::::::::::::::::::::::BAT::::::::::::::::::::::::::::::::
::::::::1. Execute the HTML code before the BAT code ::::::::
@echo off
call :e Starting mshta...
pause
::::::::1. Execute the BAT code before the HTML code ::::::::
::Execute HTML code.
start mshta %0
::::::::2. Execute the BAT code after the HTML code ::::::::
call :e Mshta is executing HTML codes...
pause
::::::::2. BAT code after executing HTML codes ::::::::
::Exit BAT.
exit/b
:::::::BAT function definition section :::::::
:e
echo %*
goto :eof
:::::::BAT function definition section :::::::
::::::::::::::::::::::::::::::::BAT::::::::::::::::::::::::::::::::
-->
<! -- This sentence is used to clear the first line of :-->
<script> document.body.innerText=""</script>
<! --------------------------HTML-------------------------->
<body onkeypress=window.close()>
<hr color=red>
<marquee><font color=green>HTML Codes</font></marquee>
<hr color=red>
<! --------------------------HTML-------------------------->
<! -- BAT & HTML {[email protected]/forum 2008-4-22}
Idea: when this file is executed as a BAT file, it exits before it reaches the HTML code section.
When this file is executed as an HTML file, the BAT code section is commented out and will not be executed.
-->
関連
-
cmdデスクトップショートカット一括作成ツール
-
WindowsでのMysql sqlステートメントのバッチ実行
-
Windowsのクリップボードに文字列や日付を出力するバッチ処理
-
Windowsのバッチバットはローカルのmysqlに接続し、定式化されたデータを作成し、SQLファイルを実行します。
-
1台目のハードディスクの最後のパーティションを決定し、バットコードを入力するバッチ処理
-
指定したディレクトリにある全ファイルの一覧を取得するバッチ処理(bat)です。
-
Windowsでバッチファイル.batを使用して古いファイルを削除する。
-
Windows Server 2008 R2のリモートポート3389を変更するためのバッチコード
-
mavenコマンドのBATスクリプトを呼び出して共有する
-
DOSのバッチ構文における%~dp0などの拡張変数について解説します。
最新
-
nginxです。[emerg] 0.0.0.0:80 への bind() に失敗しました (98: アドレスは既に使用中です)
-
htmlページでギリシャ文字を使うには
-
ピュアhtml+cssでの要素読み込み効果
-
純粋なhtml + cssで五輪を実現するサンプルコード
-
ナビゲーションバー・ドロップダウンメニューのHTML+CSSサンプルコード
-
タイピング効果を実現するピュアhtml+css
-
htmlの選択ボックスのプレースホルダー作成に関する質問
-
html css3 伸縮しない 画像表示効果
-
トップナビゲーションバーメニュー作成用HTML+CSS
-
html+css 実装 サイバーパンク風ボタン
おすすめ
-
一括ASCII文字比較サイズ実数表
-
Windowsでbatコマンドライン方式でIEのプロキシサーバー設定を変更する
-
BATの現在の作業パスを変更するWindowsバッチプロセス
-
CMDコマンドラインパイプラインコマンドの紹介
-
システム時間抽出のためのBATバッチコード(バグ修正)
-
Windowsでbatスクリプトを使用したFTPの時間指定アップロードとダウンロード
-
指定したフォルダー内のファイルを遅延して削除する方法
-
DOS共通コマンド(md,rd,ren,move)一括処理マニュアル
-
複数の新規ドメインをホストに一括で追加
-
Filemanのファイル名をフォームの対応する名前に一括インポートする