webservices Posted September 12, 2004 Posted September 12, 2004 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.cmdC:\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 Windows.lnk"Le fichier spécifié est introuvable.C:\shared>DEL "C:\Documents and Settings\All Users\Menu DÚmarrer\Configurer lesprogrammes par dÚfaut.lnk"Le fichier spécifié est introuvable.C:\shared>DEL "C:\Documents and Settings\All Users\Menu DÚmarrer\Programmes\*.lnk"Le chemin d'accès s
webservices Posted September 12, 2004 Author Posted September 12, 2004 Thanks, I will try in my next VMware installation.I am sure it will work
zorro1 Posted September 12, 2004 Posted September 12, 2004 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
webservices Posted September 12, 2004 Author Posted September 12, 2004 works well now, I used to edit Menu démarrer .%WINDIR%\SYSTEM32\EDIT.COMinput : Menu démarrer output : Menu d,marrer @zorro1DEL "%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 menweeb
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now