If it is an executable program, such as .exe .bat .cmd .pif, etc., even .vbs .js .vbe can be run directly by entering their full file names (if there are spaces, enclose them in quotes), and the suffix can be omitted, but the priority is that .com is the highest, and then .exe and others;
For example
"C:\Program Files\Windows Media Player\wmplayer.exe"
or
"C:\Program Files\Windows Media Player\wmplayer"
can run Windows Media Player;
If it is a program in the system path, you can omit their path.
For example
sndrec32
can run the recorder applet.
You can also use the start command to start a program, which can initialize their startup status
For example
start /min "" wmplayer
can run in minimized mode.
Batch processing cannot hide the running of a program, and you need to use a vbscript script.
┏━━━━━━┓
┃据说是李先生┃
┠──────┨
┃*ntRSS┃
┗━━━━━━┛