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.

Error With French Filepaths

Featured Replies

hi,

my unattended cd works fine, except for one thing.

there are accents in some wallpaper filenames and when trying to delete them in the main_batch i get errors and the files aren't deleted.

this only happens for files or filepaths containing accents like é è ê .... i.e :

DEL "%systemroot%\Web\Wallpaper\Choeur d'étoiles.jpg"

typing the same line works fine in the xp command prompt though. any idea ?

thanks


try

DEL "%systemroot%\Web\Wallpaper\Choeur~1.jpg"

instead of

DEL "%systemroot%\Web\Wallpaper\Choeur d'étoiles.jpg"

simple method for other files:

-open a command window (cmd.exe)

-go to the directory

-type 'dir /x'

-remember the 8.3 name and use it in you batch

Salut :)

En fait c'est simple, tu laisses toujours les 6 premiers caractères de ton fichier ensuite tu rajoutes ~1 puis l'extension (.jpg) qui doit être de 3 caractères et non 2.

Ainsi msnforum.bmp devient msnfor~1.bmp

D'ou le terme 8.3 : 8 lettres avant et 3 après.

  • Author

thanks Westi, i didnt know about dir /x, it works fine now

squallgreg :

en fait il vaut mieux utiliser la methode dir /x car par exemple Choeur d'étoiles.jpg

n'est pas Choeur~1.jpg mais Churd'~1.jpg sous dos ... :)

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.