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.

Spaces in filename gives errors

Featured Replies

If there are spaces in filenames, it gives errors saying file not found.

Eg...

command.1 = "W:\Windows\Drivers\XP\NVIDIA\163.75 XP x86\setup.exe" -s

What is wrong?

Also, will the above setup be executed silently? Using RunOnceEx, it does. With WIHU, it doesn't.

Edited by islander_810

You should really consider removing the spaces as it will solve your problem and make installation silent at the same time.

I know this doesn't really answer the question but this is the most certain solution.

I think I've encountered the same problem and fixed it or found its root but I don't remember and can't run wihu now. :(

  • 1 month later...
If there are spaces in filenames, it gives errors saying file not found.

Eg...

command.1 = "W:\Windows\Drivers\XP\NVIDIA\163.75 XP x86\setup.exe" -s

What is wrong?

Also, will the above setup be executed silently? Using RunOnceEx, it does. With WIHU, it doesn't.

First of all, you need quotes, if the path or the filename contains spaces.

In ur example the switch must be included between the quotes; like this:

command.1 = "W:\Windows\Drivers\XP\NVIDIA\163.75 XP x86\setup.exe -s"

Edited by Tefole

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.