Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

START excel.exe myfile

Instead, we must refer use the following:

cmd  /c “START excel.exe myfile”

...