I have some automated procedures that daily create a new directory. Everyday, I have to edit a bat file (that creates environment variables) to use the current date. In cygwin bash I would use
export OCAPROOT=/cygdrive/c/XYZ/daily_build`date +"YYYYMMDD"`
How would I use this in CMD.EXE?
Is this an appropriate question for this forum? If not, what is a better forum?
Thanks,
Siegfried
export OCAPROOT=/cygdrive/c/XYZ/daily_build`date +"YYYYMMDD"`
How would I use this in CMD.EXE?
Is this an appropriate question for this forum? If not, what is a better forum?
Thanks,
Siegfried