This shows you the differences between two versions of the page.
— |
jp:faq:nodos [2008/02/08 19:49] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== WindowsでDOS窓を表示させずにPOPFileを動かすにはどうしたらよいのですか? ====== | ||
+ | |||
+ | そのために **Wperl** というPerlの実行ファイルがあります。ノートパッドなどを使って以下の内容のバッチファイルを作り、**STARTPF.BAT**というファイル名で保存してください。 | ||
+ | |||
+ | <code>C:\ | ||
+ | CD C:\POPFILE\ | ||
+ | WPERL.EXE POPFILE.PL | ||
+ | EXIT</code> | ||
+ | |||
+ | POPFileのパスはあなたの環境に合わせて変更してください。このコマンドを実行すればPOPFileがバックグラウンドで起動します。 | ||
+ | |||
+ | **注意:** //Wperlを使ってバックグラウンドでPerlを動かした場合、何か問題が起こっても、DOS窓に表示されるはずのエラーメッセージが表示されなくなります。// | ||
+ | |||
+ | [[FAQ:Nodos | 原文]] | ||
Should you find anything in the documentation that is incomplete, unclear, outdated or just plain wrong, please let us know and leave a note in the Documentation Forum.