Jump to content

Recommended Posts

Posted

Hi all,

I want to delete some link in my stat menu, so put this line in a cleanup.cmd file :

del "%AllUsersProfile%\Menu Démarrer\Programmes\blabla.lnk.

but i have à problem here : the é ins't regnonize so i have a invalid path :realmad:

I am unable to find a solution at this time. is some, a have the same problem in a french windows and to you correct it ?

thank a lot


Posted

I think the only way is to convert your link path to a short path

You can mix short path strings and long path strings

"%AllUsersProfile%\MENUDM~1\Programmes\link.lnk"

Posted

@mazin

Thank you it's help me.

For your information i'll do a search with this :

"french é in start menu" ==> nothing

"problem with é" ==> nothing

@jdoe

Thank for your help, but i find another solution.

I have another computeur with linux, so i take the "pico" application to write my cleanup.cmd file in a dos box.

the french é is convert to , under windows !!

It works fine now ...

:thumbup

Posted

open your batch file (or RunOnceEx file) with the command "edit" in a DOS window.

you'll see, here you can write "é" and other french characters it will pass without problems.

:thumbup

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...