How would I make it closer when it was done?
copy h2.cfg default.cfg /y c: cd "c:\program\reba" "c:\program\reba\reba.exe"
I tried to add:
cls @exit
in the end but i didn't work
edit: I want the cmd window to close when reba loads
You need to run reba.exein the background.
reba.exe
The shell team STARTshould do the trick for you. Here are some documents about this:
START
http://ss64.com/nt/start.html
I think you can say something like
START "" "c:\program\reba\reba.exe"
in your batch file (i.e. just add START).
Source: https://habr.com/ru/post/1728773/More articles:Running a job every x minutes with startCalendarInterval in launchd (e.g. using * * x step values in cron)? - cronГде я могу найти "Первое время здесь"? Компонент JavaScript на веб-сайте StackOverflow? - javascriptModal box + check box + cookie - javascriptMissing datetime.time .__ sub__? - pythonWeb Development Clustering Algorithms - algorithmPHP error Unable to use return> value method in write context - phpDrawing a point using OpenGL, but not in immediate mode - user-interfacefonts not embedded Flash CS4 AS3 - flashMySql find all rows where data contains less than four characters - mysqlMachine Gun Confusion - c ++All Articles