diff --git a/relay-rust/scripts/gnirehtet-noconsole.vbs b/relay-rust/scripts/gnirehtet-noconsole.vbs new file mode 100644 index 00000000..d61bb983 --- /dev/null +++ b/relay-rust/scripts/gnirehtet-noconsole.vbs @@ -0,0 +1,7 @@ +strCommand = "cmd /c gnirehtet.exe autorun" + +For Each Arg In WScript.Arguments + strCommand = strCommand & " """ & replace(Arg, """", """""""""") & """" +Next + +CreateObject("Wscript.Shell").Run strCommand, 0, false