cestpaspossible Posted October 17, 2004 Posted October 17, 2004 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 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
mazin Posted October 17, 2004 Posted October 17, 2004 This has been covered under this forum. Search.
jdoe Posted October 17, 2004 Posted October 17, 2004 I think the only way is to convert your link path to a short pathYou can mix short path strings and long path strings"%AllUsersProfile%\MENUDM~1\Programmes\link.lnk"
cestpaspossible Posted October 17, 2004 Author Posted October 17, 2004 @mazinThank you it's help me. For your information i'll do a search with this : "french é in start menu" ==> nothing"problem with é" ==> nothing@jdoeThank 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 ...
r0sWell Posted October 17, 2004 Posted October 17, 2004 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.
cestpaspossible Posted October 17, 2004 Author Posted October 17, 2004 Oups Thank r0sWell, i don't remember this old edit.com. Sure it's easier than linux Bye
mazin Posted October 17, 2004 Posted October 17, 2004 @cestpaspossibleI wasn't kidding. Here you are:http://www.msfn.org/board/index.php?showtopic=29018http://www.msfn.org/board/index.php?showtopic=26145http://www.msfn.org/board/index.php?showtopic=23573
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