June 25, 200620 yr 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?
June 25, 200620 yr 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.
Create an account or sign in to comment