October 17, 200421 yr 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
October 17, 200421 yr 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"
October 17, 200421 yr Author @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 ...
October 17, 200421 yr 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.
October 17, 200421 yr Author Oups Thank r0sWell, i don't remember this old edit.com. Sure it's easier than linux Bye
October 17, 200421 yr @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
Create an account or sign in to comment