Thank u for your great reply
but still alittle problem
the purpose of this code to compare two folders
but when i add new file or more the code do not copy them and move to :start1 () although there is differnt between two folders
thanks
Search found 5 matches
- 13 Nov 2011 03:44
- Forum: DOS Batch Forum
- Topic: What is wrong in this code ????
- Replies: 2
- Views: 3305
- 13 Nov 2011 03:12
- Forum: DOS Batch Forum
- Topic: What is wrong in this code ????
- Replies: 2
- Views: 3305
What is wrong in this code ????
i have problem in this code xcopy works fine but when add ELSE dont work why that? @echo off & setLocal EnableDELAYedeXpansion for /f "tokens=* delims= " %%a in ('dir /s /b/a-d "c:\windows\temp2\"') do ( if not exist "c:\windows\temp\%%~nxa" xcopy "%%~pnxa"...
- 29 Sep 2011 15:45
- Forum: DOS Batch Forum
- Topic: Host name via batch file
- Replies: 5
- Views: 6340
Re: Host name via batch file
what is hist name??
and the connect between 2 computer not in same network but via enternet the first computer in work and the other in home.
and the connect between 2 computer not in same network but via enternet the first computer in work and the other in home.
- 29 Sep 2011 13:18
- Forum: DOS Batch Forum
- Topic: Host name via batch file
- Replies: 5
- Views: 6340
Re: Host name via batch file
Thank you alleypuppy
now if i want to use remote desktop
can i use this host name without knowing ip address????
what if there is some one have same host name??
now if i want to use remote desktop
can i use this host name without knowing ip address????
what if there is some one have same host name??
- 29 Sep 2011 04:17
- Forum: DOS Batch Forum
- Topic: Host name via batch file
- Replies: 5
- Views: 6340
Host name via batch file
Hi everybody
How can make host name via batch file
so if the ip address change i can go to my computer by using that host name address with out knowing the ip address
How can make host name via batch file
so if the ip address change i can go to my computer by using that host name address with out knowing the ip address