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.

Cleaning question...

Featured Replies

#1 How can a delete a directory and replace it with an other

Example: c:/dossier autres/movie collectors/template

(I want to delete "template" directory and replace it with an other "template" directory")

#2 How can a delete a file in a directory and replace is with an other

(well technicly is the same question but hmmm mabey it's not the same technic :) )

thankssssssss


deleting a directory:

RD /S /Q "c:\dossier autres\movie collectors\template\"

if the path contains spaces like in the above example,

you have to use " " to define the path.

create a directory:

md "c:\dossier autres\movie collectors\template"

deleting a file:

del /f "c:\programs\testfile.txt"

copying a file:

copy /y "d:\xpcd\testfile.txt" "c:\programs\testfile.txt"

With the copy-command you can simply overwrite an existing file (don't forget the /y-switch!), so you have not to delete the original file first!

I hope, that's what you're looking for :)

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.