acen2006 Posted June 25, 2006 Posted June 25, 2006 After the installation of of all my applications im left with a load of program short cuts that make the desktop look a mess!. How would I go about deleting these as one job lot. I know DEL ink has something to do with it?
ajua Posted June 25, 2006 Posted June 25, 2006 you have to use DOS commands to copy/remove your shorcuts.look at this examples to get you started:to copy a shortcutxcopy "%UserProfile%\Men£ Inicio\Programas\URUSoft\Subtitle Workshop\Subtitle Workshop.lnk" "%AllUsersProfile%\Men£ Inicio\Programas\Video Tools\Subtitulos\" /Y /Qto delete a shortcut:DEL /f /q "%AllUsersProfile%\Men£ Inicio\Windows Update.lnk"to delete a folder:RD /S /Q "%AllUsersProfile%\Men£ Inicio\Programas\ffdshow\"to copy a folder:xcopy "%AllUsersProfile%\Men£ Inicio\Programas\AviSynth 2.5" "%AllUsersProfile%\Men£ Inicio\Programas\Video Tools\AviSynth" /Y /Q /Iall you have to know is where your shortcuts are locate, allusersprofile or userprofile. thats all.
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