B
Baldy
Does anybody know how to incorporate a variable into a
file path in a batch file? Thanks
This is the furthest i got:
-----
@echo off
SETSTRING STRING2="user"
xcopy "C:\Documents and Settings\%STRING2\Favorites" "Z:\"
------
file path in a batch file? Thanks
This is the furthest i got:
-----
@echo off
SETSTRING STRING2="user"
xcopy "C:\Documents and Settings\%STRING2\Favorites" "Z:\"
------