I know that %0
contains the full path of the batch script, e.g. c:\path\to\my\file\abc.bat
I would path
to be equal to c:\path\to\my\file
How could I achieve that ?
I know that %0
contains the full path of the batch script, e.g. c:\path\to\my\file\abc.bat
I would path
to be equal to c:\path\to\my\file
How could I achieve that ?