mirror of
https://github.com/polyfractal/rustl8710.git
synced 2025-02-05 22:25:17 +00:00
5 lines
277 B
Text
5 lines
277 B
Text
|
Dim WshShell
|
||
|
|
||
|
Set WshShell = WScript.CreateObject("WScript.Shell")
|
||
|
|
||
|
WshShell.Run "cmd /c """""+WScript.Arguments.Item(1)+"\..\..\..\component\soc\realtek\8195a\misc\iar_utility\common\postbuild.bat"" """+WScript.Arguments.Item(0)+""" """+WScript.Arguments.Item(1)+"""""", 0
|