MarcoTulio Posted April 19, 2004 Posted April 19, 2004 I have the following trouble: when start.cmd executes, the entries:DEL "%systemdrive%\Documents and Settings\All Users\Menú Inicio\Windows Update.lnk" always says system can´t find that files, but they are in that folder, as you can see i´m using a spanish distribution of xp pro.I copied that shortcuts to the folder "all users" and make a .cmd file where a use DEL to delete them and it worked fine, I dont know why they can´t be deleted when they are in "Menú Inicio" folderI tried something else, I added this cammand to a .cmd file:cd %systemdrive%\Documents and Settings\All Users\Menú Inicio\and it didnt change to that folder, instead it changed to \Documents and Settings\Administrador\Mis documentos Any help is wellcome
big_gie Posted April 19, 2004 Posted April 19, 2004 try to use the "dos" edit version.open a cmd window, type edit and edit you .cmd file. Then save it.
titou2k Posted April 19, 2004 Posted April 19, 2004 the problem is due to the accent in folder name.Do as big_gie saysorYou can use 8.3 fomat for folder name (Menú Inicio -> MenIni~1)
MarcoTulio Posted April 19, 2004 Author Posted April 19, 2004 thnx guys, I´ve written my .cmd file by using EDIT and it worked, anyway I´ll try the others recommendations
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