Jump to content

A little help on how command.x work please


XPect

Recommended Posts

Hello Benjamin,

Can you give me a little help on how command.x work please.

This doesn't work

command.0 = cmd.exe /c del /F "%UserProfile%\Bureau\Directory Lister.lnk"
This work
command.0  = cmd.exe /c %apps%\02-Utils\DirectoryLister\_RemoveIcon.cmd

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 :rolleyes:

Link to comment
Share on other sites


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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...