Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

2 quick questions about my AutoIt script

Featured Replies

Run("AC3 Filter 1.01a RC5.exe /S")

Sleep(4000)

FileDelete(@ProgramsDir & "\AC3Filter" & "\AC3Filter Help (English).lnk")
FileDelete(@ProgramsDir & "\AC3Filter" & "\AC3Filter Help (Italian).lnk")
FileDelete(@ProgramsDir & "\AC3Filter" & "\AC3Filter Help (Russian).lnk")
FileDelete(@ProgramsDir & "\AC3Filter" & "\uninstall.lnk")

Witout sleep command it won't delete the shortcuts :no:

There should be some other way to do this witout using the sleep command...

Is there a way to delete the AC3Filter folder in the start menu?

Any ideas?

Also:

$Title_1 = "Setup - EVEREST Ultimate Edition"

; Destination Location
WinWaitActive ( $Title_1 , "Select Destination Location" )
ControlSetText ( $Title_1 , "" , "TEdit1" , @ProgramFilesDir & "\Everest" )
ControlClick ( $Title_1 , "" , "TButton3" )

; Start Menu Location
WinWaitActive ( $Title_1 , "Select Start Menu Folder" )
ControlSetText ( $Title_1 , "" , "TEdit2" , "\Everest" )
;ControlClick ( $Title_1 , "" , "TButton4" )

It won't change the default locations. What's wrong?

everest4of.th.gif

Please help :(

Edited by rado354

Try this to remove the directory:

DirRemove( @ProgramsCommonDir & "\AC3Filter", 1)

  • Author

Thanks, blinkdt :thumbup

You was very close. The right one is:

DirRemove( @ProgramsDir & "\AC3Filter", 1)

(it actually depends on the specific installer of every application, some require @ProgramsCommonDir)

One problem is resolved :)

Any hints about the others?

Edited by rado354

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.