Search found 3 matches
- 01 Apr 2024 21:29
- Forum: DOS Batch Forum
- Topic: robocopy log
- Replies: 0
- Views: 10899
robocopy log
Hi, I use robocopy in windows 10 with log option. It searches hundreds of subfolders in remote server path to find and copy *.txt files newer than 3 days to a destination local folder. I need the robocopy to only log the found and copied files not all the others. Now it logs everything. I read about...
- 22 Sep 2021 01:02
- Forum: DOS Batch Forum
- Topic: run command in a loop
- Replies: 1
- Views: 3603
run command in a loop
Hi, I am having an executable called myExe. The command format to run it is : myExe X Y. X is from 0 to 5 and Y is from 0 to 3. To run these manually i need like 24 dos shell command windows for covering the entire parameter set. Each window run its own command. I need to monitor the 24 windows at t...
- 06 Dec 2020 21:00
- Forum: DOS Batch Forum
- Topic: out to screen and file
- Replies: 2
- Views: 4206
out to screen and file
Got a batch file that launches a DOS app that requires user to enter some integers and press some keys. it output everything to console screen only. like it as well to output/append to file as well. Everything that shows up on the screen to get dumped and append to a file additionally. i tried somet...