Search notes:

Script: cdms.bat

Executed as cmds SomeName.
It assigns SomeName with the current directory. Later, cdm.bat allows to cd back to this directory (cdm SomeName ). cdm stands for cd to mark, cdms stands for cd mark set.
@rem
@rem    cdms SomeTag
@rem
@rem    Associate the current directory with «SomeTag». Later, go back
@rem    to this directory with
@rem
@rem       cmd SomeTag
@rem
@rem
@set tq84_mark=%1

@if not defined tq84_mark (
  @echo you must specify a mark
  @exit /b
)

@set tq84_cd_mark_%tq84_mark%=%cd%
Github repository scripts-and-utilities, path: /cdms.bat

See also

Scripts

Index