set CD (current directory) to permanent as desktop
Posted: 02 Apr 2010 06:21
hi everyone!
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
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