Windows batch script that changes directory of current window explorer -


in work swap between 2 directories, example:

c:/backup/something/hello/etc/... ,

c:/notbackup/something/hello/etc/...

the paths same except "notbackup/backup"-parts in beginning. have manually have add or remove "not"-part path in addressbar in windows explorer. takes 2-3 seconds, still annoying. thinking of adding button/bat-script favorites-section of explorer gets current path of active explorer , swaps "backup" , "notbackup". think simple bat-script this, dont know how , change active explorer-window.

someone can give example of script need?


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -