How to Minimize autorun.bat

For anyone still remembering how to work with MS-DOS .bat files…

I have a autorun.inf file with the following code:


[autorun]
label=Training
shell\viewreadme\command=notepad \ReadMe.txt
shell\viewreadme=&IE Security Settings
open=autorun.bat

I’m wondering if there is some way to run autorun.bat minimized, something like

start /min autorun.bat

(But “start” won’t work here)