How to run bat script in the background?

Viewed 10

How to run bat script in the background?

1 Answers

You can refer to the following command:

@echo off
  if "%1" == "h" goto begin
  mshta vbscript:createobject("wscript.shell").run("%~nx0 h",0)(window.close)&&exit
  :begin
c:/frp/frpc.exe -c c:/frp/frpc.ini
Related Questions

Powered by Answer - the open-source software that powers Q&A communities.
Made with love © 2025 Womay-Developer Learning and Sharing Community.