Search found 3 matches
- 09 Sep 2017 06:51
- Forum: DOS Batch Forum
- Topic: One Server to multiple servers
- Replies: 1
- Views: 1954
One Server to multiple servers
Hi All, We have a requirement in batch scripts. We have 5 windows servers server1 server2 server3 server4 server5 in all 5 servers we have D:\BACKUPLOG folder. if i execute batch script from server1 it should delete all files under (D:\BACKUPLOG) in all servers. how do we achieve it . Script needs b...
- 05 Sep 2017 10:56
- Forum: DOS Batch Forum
- Topic: Move files folder from one location to one location
- Replies: 4
- Views: 3892
Re: Move files folder from one location to one location
Hi SIMMS74 Thanks for sharing your inputs the script worked for us for copying only files from one location to another. i have 2 questions: 1. how can i set two folder location as source( my source files will be in 2 locations and target will be one) SET Folder=C:\Source_1 SET Folder=C:\Source_2 2. ...
- 04 Sep 2017 20:23
- Forum: DOS Batch Forum
- Topic: Move files folder from one location to one location
- Replies: 4
- Views: 3892
Move files folder from one location to one location
Hi Everyone, We are looking to move files and folders from one location to another location is file or folder size is 1MB. we have created below script and it is not working as expected. Can someone help me @ECHO OFF :: Set following variable for file size in Bytes SET /A FileSize=1024 :: Set follow...