Jump to content

Recommended Posts

Posted

Hello,

I just realized why my cleanup.cmd did not work completely. It is due to accentuated letters that makes a path error when trying deleting files.

So my question is : how to make it works ? using tilda ? how to make that ?

What is supprising is that when I use cmd and paste the del instruction in it, even with accents it is working, what is that ?

Thanks for your help. :}

cleanup.cmd sample :

DEL "%AllUsersProfile%\Menu Démarrer\Windows Update.lnk"

DEL "%AllUsersProfile%\Menu Démarrer\Catalogue Windows.lnk"

DEL "%AllUsersProfile%\Menu Démarrer\Configurer les programmes par défaut.lnk"

DEL "%AllUsersProfile%\Menu Démarrer\Programmes\*.lnk"

log :

C:\shared>cleanup.cmd

C:\shared>DEL "C:\Documents and Settings\All Users\Menu DÚmarrer\Windows Update.

lnk"

Le fichier spécifié est introuvable.

C:\shared>DEL "C:\Documents and Settings\All Users\Menu DÚmarrer\Catalogue Windo

ws.lnk"

Le fichier spécifié est introuvable.

C:\shared>DEL "C:\Documents and Settings\All Users\Menu DÚmarrer\Configurer les

programmes par dÚfaut.lnk"

Le fichier spécifié est introuvable.

C:\shared>DEL "C:\Documents and Settings\All Users\Menu DÚmarrer\Programmes\*.ln

k"

Le chemin d'accès s


Posted

essaye ça,

DEL "%AllUsersProfile%\Menu D‚marrer\Windows Update.lnk"

DEL "%AllUsersProfile%\Menu D‚marrer\Catalogue Windows.lnk"

DEL "%AllUsersProfile%\Menu D‚marrer\Configurer les programmes par défaut.lnk"

DEL "%AllUsersProfile%\Menu D‚marrer\Programmes\*.lnk"

fonctionne très bien chez moi

Posted

works well now, I used to edit Menu démarrer .

%WINDIR%\SYSTEM32\EDIT.COM

input : Menu démarrer

output : Menu d,marrer

:)

@zorro1

DEL "%AllUsersProfile%\Menu D‚marrer\Configurer les programmes par défaut.lnk" won't work cause of défaut :) you should write d,faut ...

Thx you all men

weeb

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...