:: All Document move command
CD "refer from ref.txt" :: <- source
move *.doc "c:\output\document\"
Is there a way to set the CD: current directory in this (move.bat) always refer from a text document (ref.txt) located in the desktop?
if possible, plz do not use the set /p var=
but use the CD instead.. cz mostly the full path is quite long to input it manually
thanks
