We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed1ba71 commit 8eaabfdCopy full SHA for 8eaabfd
1 file changed
MSEdgeRedirect.au3
@@ -63,7 +63,7 @@ Func ActiveMode(ByRef $aCMDLine)
63
64
$aCMDLine = FixTreeIntegrity($aCMDLine)
65
CheckEdgeIntegrity($aCMDLine[1])
66
- $aCMDLine[1] = StringReplace($aCMDLine[1], "msedge.exe", "msedge_IFEO.exe")
+ $aCMDLine[1] = StringReplace($aCMDLine[1], "msedge.exe", "IFEO\msedge.exe")
67
68
Select
69
Case $aCMDLine[0] = 1 ; No Parameters
0 commit comments