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.

Running a Batch file without Command Prompt Window?

Featured Replies

  • Author

yeah i try the vbs script and it works, but like jaclaz said some antivirus takes it as a threat. So it cancels it or it deletes it.

I think jaclaz was referring to hide console apps, not the .vbs

Here is a VBS file that will run either .exe or .msi in any of the USB folders or sub folders

Save As UsbInstallAll.vbs

 Dim Act :Set Act = CreateObject("Wscript.Shell")
Dim Fso :Set Fso = CreateObject("Scripting.FileSystemObject")
Dim File, Obj
Recursive Fso.GetFolder(".")
Function Recursive(Folder)
For Each File In Folder.Files
If InStr(File.Path,".exe") Or InStr(File.Path,".msi") Then
'-> Run The Application
Act.Run(Chr(34) & File.Path & Chr(34)),1,true
End If
Next
For Each Obj In Folder.subFolders
Recursive Obj
Next
End Function

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.