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 2fd5e68 commit b726886Copy full SHA for b726886
ProxAllium.au3
@@ -362,7 +362,7 @@ Func GUI_AutoStart()
362
Local $sStartupFolder = _WinAPI_ShellGetKnownFolderPath($FOLDERID_Startup)
363
$sShortcutPath = $sStartupFolder & '\ProxAllium.lnk'
364
If FileExists($sShortcutPath) Then $sShortcutPath = _TempFile($sStartupFolder, "ProxAllium_", '.lnk')
365
- $iReturn = FileCreateShortcut(@ScriptFullPath, $sShortcutPath)
+ $iReturn = FileCreateShortcut(@ScriptFullPath, $sShortcutPath, @WorkingDir)
366
If $iReturn = 0 Then
367
MsgBox($MB_ICONERROR, "Cannot add to startup", "Failed to create a shortcut in the Startup folder!")
368
Else
0 commit comments