Home > OS >  Batch file - Current working directory interferes with environment variable CD
Batch file - Current working directory interferes with environment variable CD

Time:10-14

on my Windows laptop my company sets the environment variable CD to some directory and I can not change that. In a batch file I have to use the current working directory like

set current_dir=           
  • Related