Search found 10 matches

by Squalo
25 Nov 2018, 17:07
Forum: General Discussion
Topic: Send email notification
Replies: 99
Views: 3235361

Re: Send email notification

I solved... TheExpert was right!
Without path of the batch and so the batch in the same folder of vbs, it worked!
Thank you very much to everyone
by Squalo
21 Nov 2018, 20:32
Forum: General Discussion
Topic: Send email notification
Replies: 99
Views: 3235361

Re: Send email notification

@Squalo: Good to hear that it's working now with a new batch file. Maybe there was something incorrect with the old batch file. But I didn't see where the error was. Unfortunately I never said it works :( Here I tried to create new batch, different folder, complete the task correctly (without stop)...
by Squalo
21 Nov 2018, 17:11
Forum: General Discussion
Topic: Send email notification
Replies: 99
Views: 3235361

Re: Send email notification

@Squalo: I was confused today in the early morning. I think I found out the issue. These outputs of your script are incorrect: Job Name = D:\Desktop\SyncSettings GetLogFile return value = <LogFolder>D:\Desktop\Logs</LogFolder> They should look like: Job Name = Sicherung Mailserver zu HTPC GetLogFil...
by Squalo
21 Nov 2018, 11:51
Forum: General Discussion
Topic: Send email notification
Replies: 99
Views: 3235361

Re: Send email notification

When you start this synchronization job directly with FreeFileSync, does the job work and is there a log file? Yes, the job works fine! I see that it is aborted: Program execution completed with exitcode: 3 Synchronization was aborted I stop it to generate errors. Maybe it's also a good idea to dow...
by Squalo
20 Nov 2018, 21:24
Forum: General Discussion
Topic: Send email notification
Replies: 99
Views: 3235361

Re: Send email notification

@TheExpert Sorry, i didn’t explain well. i enabled dodebug and the error is in GetLogFolder Executing program: "D:\Program Files\FreeFileSync\FreeFileSync.exe" "D:\Desktop\SyncSettings.ffs_batch" "%appdata%\FreeFileSync\GlobalSettings.xml" Program execution start time w...
by Squalo
20 Nov 2018, 13:45
Forum: General Discussion
Topic: Send email notification
Replies: 99
Views: 3235361

Re: Send email notification

@Squalo: Please use the DoDebug option in the script and let it run once again. With this configuration the script shows you a lot of data as dialogue windows when running with wscript or in the command line when starting with cscript. You should get the output of the log file the script wants to o...
by Squalo
20 Nov 2018, 01:28
Forum: General Discussion
Topic: Send email notification
Replies: 99
Views: 3235361

Re: Send email notification

@Squalo: I took a look at your script. Your issue isn't related to the batch file. You set this option with the complete path as it's documented: " ' SET TO PATH OF [somebatchfile].ffs_batch ' IF BLANK AND NO COMMAND LINE ARGUMENT, THEN SCRIPT EXITS" At line 465 your script is searching f...
by Squalo
19 Nov 2018, 13:51
Forum: General Discussion
Topic: Send email notification
Replies: 99
Views: 3235361

Re: Send email notification

@Squalo: Did you try to put the SyncSettings.ffs_batch in the same folder of the vbscript? I see in your file <Const BatchFile = "D:\Desktop\SyncSettings.ffs_batch">. I have already have this problem in my vbscript and I can't say you why because vbscript is not my strong. But I just mana...
by Squalo
17 Nov 2018, 12:31
Forum: General Discussion
Topic: Send email notification
Replies: 99
Views: 3235361

Re: Send email notification

If you send me your script I can try to see what is the problem... but I notice that although I really like helping others, I do not realize much of vbscript and I do not have much free time ... Thanks a lot, I attached the script! PS. I set the language of freefilesync in US @Squalo: Did you edit ...
by Squalo
15 Nov 2018, 14:23
Forum: General Discussion
Topic: Send email notification
Replies: 99
Views: 3235361

Re: Send email notification

Hi, I have the same error. After some tests I find out the problem. "Cannot find file "". This is regarding the GlobalSettings. I put the default full path and the error message disappear. For some reason leaving blank don't work. Const GlobalSettingsFile = "%appdata%\FreeFileSy...