Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
wscript C:\open.vbs ATTRIB -R -S -H "C:\add.txt" CD.>C:\add.txt goto end
やあみんな私はこのようなコードを持っています。open.vbs からウィンドウを表示し、回答が続くのを待ちます。それは私の答えを待っています。しかし、私が答えなくてもプロンプトを出して続行したいのです。どうやってやるの?
start "" wscript "c:\open.vbs"
cmd.exe別のプロセスを開始します。
cmd.exe
cmd.exe /c wscript C:\open.vbs
または、 の結果を使用しない場合は、最初の行を最後に移動しますopen.vbs。
open.vbs