Can you give me a little help on how command.x work please.
This doesn't work
Quote
command.0 = cmd.exe /c del /F "%UserProfile%\Bureau\Directory Lister.lnk"
Quote
command.0 = cmd.exe /c %apps%\02-Utils\DirectoryLister\_RemoveIcon.cmd
Batch File _RemoveIcon.cmd:
@Echo off
del /F "%UserProfile%\Bureau\Directory Lister.lnk"
Batch File _RemoveIcon.cmd:
@Echo off
del /F "%UserProfile%\Bureau\Directory Lister.lnk"
I don't understand why the 1st one doesn't work. Can you give me the clue



Help
Back to top








