Bat file enable dos command

  
        1. Write an aa.bat file, write the command to be executed, call a file, or exe executable file, such as start **.exe @echo off javac JSplitPaneDemo01.java java JSplitPaneDemo01 2. You can also write A .vbs file, to call the aa.bat file written above, the implementation of the doc command vbs file content is as follows: set ws=wscript.createobject("wscript.shell") ws.run "aa.bat /start" ;,0
Copyright © Windows knowledge All Rights Reserved