F5F Stay Refreshed Software Operating Systems Sure, I can assist with creating or understanding batch scripts (.bat files). Let me know what you need!

Sure, I can assist with creating or understanding batch scripts (.bat files). Let me know what you need!

Sure, I can assist with creating or understanding batch scripts (.bat files). Let me know what you need!

Pages (2): Previous 1 2
_
_digiboy
Member
196
02-20-2016, 04:50 AM
#11
I'm handling tasks that modify the "IP.txt" file with an IP address and automatically copy it to new locations. You're looking for ways to track changes by storing multiple versions of the file or simply making the original accessible elsewhere.
_
_digiboy
02-20-2016, 04:50 AM #11

I'm handling tasks that modify the "IP.txt" file with an IP address and automatically copy it to new locations. You're looking for ways to track changes by storing multiple versions of the file or simply making the original accessible elsewhere.

B
Benjajohn
Junior Member
2
02-20-2016, 12:09 PM
#12
After the command, you're asking for a "sleep" command to pause the process. The part you mentioned, `/R:1 /W:1`, tells Robocopy to repeat the copy operation once and wait 1 second between each repetition. This helps ensure the file is fully copied before moving on.
B
Benjajohn
02-20-2016, 12:09 PM #12

After the command, you're asking for a "sleep" command to pause the process. The part you mentioned, `/R:1 /W:1`, tells Robocopy to repeat the copy operation once and wait 1 second between each repetition. This helps ensure the file is fully copied before moving on.

M
MEGAxNEWBIE
Junior Member
1
02-23-2016, 03:47 PM
#13
Essentially, if the IP address changes, you may need to duplicate that file so its content remains accessible. Because an outdated IP with incorrect information prevents display, keeping the file updated is crucial.
M
MEGAxNEWBIE
02-23-2016, 03:47 PM #13

Essentially, if the IP address changes, you may need to duplicate that file so its content remains accessible. Because an outdated IP with incorrect information prevents display, keeping the file updated is crucial.

Z
zProPlayer
Member
123
02-25-2016, 05:46 AM
#14
The text file serves a specific purpose in its target area; simply making it accessible to other services isn't ideal, so alternative methods should be considered instead of just copying it.
Z
zProPlayer
02-25-2016, 05:46 AM #14

The text file serves a specific purpose in its target area; simply making it accessible to other services isn't ideal, so alternative methods should be considered instead of just copying it.

C
Cableperson
Member
185
02-26-2016, 04:19 AM
#15
I'll process everything one step at a time. I have an ip.txt file ready. Users will provide channel names like BBC. They'll request the IP address for that channel's stream location. If the provider updates the IP for BBC, I'll need to refresh the file by copying it.
C
Cableperson
02-26-2016, 04:19 AM #15

I'll process everything one step at a time. I have an ip.txt file ready. Users will provide channel names like BBC. They'll request the IP address for that channel's stream location. If the provider updates the IP for BBC, I'll need to refresh the file by copying it.

D
Dimswithano
Junior Member
45
03-03-2016, 09:54 AM
#16
You need to specify the destination folder where the file should be saved. The command uses the name of the file you're copying, like "robocopy". You can also add /E to include everything in a directory or set retry options with /R and /W. If you prefer automation, consider scheduling this task instead of running it repeatedly in a loop.
D
Dimswithano
03-03-2016, 09:54 AM #16

You need to specify the destination folder where the file should be saved. The command uses the name of the file you're copying, like "robocopy". You can also add /E to include everything in a directory or set retry options with /R and /W. If you prefer automation, consider scheduling this task instead of running it repeatedly in a loop.

F
FlameSquid32
Senior Member
501
03-15-2016, 03:32 PM
#17
The Windows scheduler doesn't offer a BY MINUTES selection; you can only choose daily or other options that aren't ideal.
F
FlameSquid32
03-15-2016, 03:32 PM #17

The Windows scheduler doesn't offer a BY MINUTES selection; you can only choose daily or other options that aren't ideal.

G
GotApple
Member
79
03-24-2016, 03:56 PM
#18
I don't have access to your system details, but you can check your Windows version by opening the Settings app and going to "About" or by typing "winver" in the search bar.
G
GotApple
03-24-2016, 03:56 PM #18

I don't have access to your system details, but you can check your Windows version by opening the Settings app and going to "About" or by typing "winver" in the search bar.

Y
youknowwh0
Member
54
03-24-2016, 04:15 PM
#19
Windows 10. For creating a basic task I only see one option for editing; I don’t have advanced choices. Edit 2, woop—I need to make a task, not just a basic one.
Y
youknowwh0
03-24-2016, 04:15 PM #19

Windows 10. For creating a basic task I only see one option for editing; I don’t have advanced choices. Edit 2, woop—I need to make a task, not just a basic one.

G
guillaume99
Junior Member
17
03-29-2016, 12:16 AM
#20
Sure thing! What do you need help with?
G
guillaume99
03-29-2016, 12:16 AM #20

Sure thing! What do you need help with?

Pages (2): Previous 1 2