Warning: include_once(): http:// wrapper is disabled in the server configuration by allow_url_include=0 in /home/users/2/moriya-h5/web/confrage/dos/batch-grammar/rem/rem.html on line 2

Warning: include_once(http://www.confrage.com/bin/header.php): failed to open stream: no suitable wrapper could be found in /home/users/2/moriya-h5/web/confrage/dos/batch-grammar/rem/rem.html on line 2

Warning: include_once(): Failed opening 'http://www.confrage.com/bin/header.php' for inclusion (include_path='.:/usr/local/php/5.6/lib/php') in /home/users/2/moriya-h5/web/confrage/dos/batch-grammar/rem/rem.html on line 2
コマンドプロンプトのrem | 株式会社CONFRAGE
Warning: include_once(/home/sites/heteml/users/m/o/r/moriya-h5/web/confrage/bin/menu.php): failed to open stream: No such file or directory in /home/users/2/moriya-h5/web/confrage/dos/batch-grammar/rem/rem.html on line 17

Warning: include_once(): Failed opening '/home/sites/heteml/users/m/o/r/moriya-h5/web/confrage/bin/menu.php' for inclusion (include_path='.:/usr/local/php/5.6/lib/php') in /home/users/2/moriya-h5/web/confrage/dos/batch-grammar/rem/rem.html on line 17
コマンドプロンプトのrem
バッチファイル中にコメントを書きたい時にはremコマンドを使用します。

rem コメント
というように書きます。コメント部分にコマンドを書いても実行されません。
コメント部分には|><が使用できないとリファレンスには書いてありますが、使用しても特に問題ないと思います。

≪remコマンドの使い方≫
@echo off
rem これはカレントディレクトリにa.txtが存在したら
rem 「exist!」と表示し、存在しなければ「not exist!」と
rem 表示するバッチファイルです。

dir | find "a.txt" > nul
if errorlevel 1 goto NOT
echo exist!
goto :EOF
:NOT
echo not exist!

Back to top

Information

Warning: include_once(/home/sites/heteml/users/m/o/r/moriya-h5/web/confrage/bin/side_bar.php): failed to open stream: No such file or directory in /home/users/2/moriya-h5/web/confrage/dos/batch-grammar/rem/rem.html on line 74

Warning: include_once(): Failed opening '/home/sites/heteml/users/m/o/r/moriya-h5/web/confrage/bin/side_bar.php' for inclusion (include_path='.:/usr/local/php/5.6/lib/php') in /home/users/2/moriya-h5/web/confrage/dos/batch-grammar/rem/rem.html on line 74

Warning: include_once(/home/sites/heteml/users/m/o/r/moriya-h5/web/confrage/bin/seo.php): failed to open stream: No such file or directory in /home/users/2/moriya-h5/web/confrage/dos/batch-grammar/rem/rem.html on line 83

Warning: include_once(): Failed opening '/home/sites/heteml/users/m/o/r/moriya-h5/web/confrage/bin/seo.php' for inclusion (include_path='.:/usr/local/php/5.6/lib/php') in /home/users/2/moriya-h5/web/confrage/dos/batch-grammar/rem/rem.html on line 83