generate-go.bat 77 B

1234567
  1. @echo off
  2. set GO=%1
  3. set VM=%2
  4. set IMAGE=%3
  5. echo @%VM% -i %IMAGE% %%* > %GO%