is it possible to set the CD (current directory) as permanent desktop?
for example,
@echo off
CD "c:\....\destop\"
copy *.txt "d:\destination\"
from the above, how do i set the current directory as always to the desktop
EVEN if i save this bat to others people pc?
thanks
