mirror of
https://github.com/taubel/sdk-ameba-v4.0b-gcc.git
synced 2026-07-11 05:45:41 +00:00
5 lines
289 B
Text
5 lines
289 B
Text
Dim WshShell
|
|
|
|
Set WshShell = WScript.CreateObject("WScript.Shell")
|
|
|
|
WshShell.Run "cmd /c "+WScript.Arguments.Item(0)+"\..\..\..\component\soc\realtek\8711b\misc\iar_utility\common\prebuild.bat "+WScript.Arguments.Item(0)+" "+WScript.Arguments.Item(1)+" "+WScript.Arguments.Item(2), 0
|