Simple multi-pc, no-break script with hourly planning.
Set your values of PC_NAME_X, HOUR_X, JOB_PATH_X_X.
@ECHO off
SETLOCAL enableextensions enabledelayedexpansion
:LOOP
(
CLS
SET currentDate=%DATE:~6,4%%DATE:~3,2%%DATE:~0,2%
SET currentTime=%TIME:~0,2%%TIME:~3,2%%TIME:~6,2%
SET currentHour ...
Search found 7 matches
- 11 May 2018, 08:38
- Forum: Help
- Topic: Schedule auto sync on windows (BAT script)
- Replies: 1
- Views: 7985
- 07 May 2018, 07:54
- Forum: Help
- Topic: Schedule auto sync on windows (BAT script)
- Replies: 1
- Views: 7985
Schedule auto sync on windows (BAT script)
I'm not use a windows scheduler for some reasons.
BAT script is ease way for me.
And I decided to share this solution with you.
Features:
* small memory used, because running just only one cmd process in idle
* no need RTS, just only FFS
* save your hdd, don't fuck it every xxx seconds, how in ...
BAT script is ease way for me.
And I decided to share this solution with you.
Features:
* small memory used, because running just only one cmd process in idle
* no need RTS, just only FFS
* save your hdd, don't fuck it every xxx seconds, how in ...
- 25 Apr 2018, 18:00
- Forum: Help
- Topic: RealtimeSync not work
- Replies: 5
- Views: 1639
Re: RealtimeSync not work
Max idle = 300 seconds, at which synchronization begins.
Summary: idle time [2;300], at which synchronization begins.
Summary: idle time [2;300], at which synchronization begins.
- 25 Apr 2018, 12:14
- Forum: Help
- Topic: RealtimeSync not work
- Replies: 5
- Views: 1639
Re: RealtimeSync not work
Minimal idle = 2 seconds, at which synchronization begins. Every 2 seconds fuck the disks is not an option. I deselected the checkbox auto-close from results-window and now close window with different periodicity manually, thereby allowing run the next iteration. But this is all no auto ...
- 25 Apr 2018, 04:24
- Forum: Help
- Topic: RealTimeSync not syncing
- Replies: 2
- Views: 499
Re: RealTimeSync not syncing
Solution: if auto sync not run - reduce idle setting until sync work
read viewtopic.php?t=5153
read viewtopic.php?t=5153
- 25 Apr 2018, 04:24
- Forum: Help
- Topic: RealtimeSync not work
- Replies: 5
- Views: 1639
Re: RealtimeSync not work
Oh my god, for system disk C idle setting for 10+ sec too much, need reduce to 1+ sec, otherwise auto sync not run))) very nice ...
Solution: if auto sync not run - reduce idle setting until sync work
Solution: if auto sync not run - reduce idle setting until sync work
- 24 Apr 2018, 09:37
- Forum: Help
- Topic: RealtimeSync not work
- Replies: 5
- Views: 1639
Re: RealtimeSync not work
Win 7 x64, RealtimeSync 9.9 not work too but partially.
On system disk C not work, on other disks work. Timeout=10, file system for disks - NTFS.
Executed under user and administrator, but no results.
What's problem?
How RealtimeSync handling received event from OS about changes on disk?
And ...
On system disk C not work, on other disks work. Timeout=10, file system for disks - NTFS.
Executed under user and administrator, but no results.
What's problem?
How RealtimeSync handling received event from OS about changes on disk?
And ...