You can use this to run the bat, and then perform other commands. e.g. //batrun | echo 4 -a * Done!
* Done! will be echoed AFTER the bat has finished.
Code:
alias batrun {
  var %a = $ticks
  .comopen %a WScript.Shell
  if !$comerr { .comclose %a $com(%a,Run,3,bstr,[color:blue]filename.bat[/color],uint,0,bool,true) }
}


edit
Note: It is "silent" - you will not see any sign of the bat or DOSbox. smile

Last edited by Iori; 27/09/03 06:38 PM.