hi, the solution is:
on Error resume Next
Dim f,fso,letztdat,datdiff
Set fso = CreateObject("Scripting.FileSystemObject")
Set wss = CreateObject("Wscript.Shell")
wss.run "D:\Daten\aufbewahren\PC\FreeFileSync\NWL_X-Sync-PC\runbat_NWL_X-Sync-PC.bat"
'Shell.run "D:\Daten\aufbewahren\PC\FreeFileSync ...
Search found 4 matches
- 04 Jul 2018, 10:04
- Forum: Help
- Topic: Automized run of FreefileSync Batchfile with VBScripting
- Replies: 2
- Views: 334
- 04 Jul 2018, 09:53
- Forum: Help
- Topic: Automized run of FreefileSync Batchfile with VBScripting
- Replies: 2
- Views: 334
Re: Automized run of FreefileSync Batchfile with VBScripting
Here my attempt to integrate a commandline-Batchfile in my VBScript code:
on Error resume Next
Dim f,fso
Set fso = CreateObject("Scripting.FileSystemObject")
Shell.run "D:\Daten\aufbewahren\PC\FreeFileSync\NWL_X-Sync-PC\runbat_NWL_X-Sync-PC.bat"
If Err.Number = 0 then
msgbox("NWL_X-Sync-PC ...
on Error resume Next
Dim f,fso
Set fso = CreateObject("Scripting.FileSystemObject")
Shell.run "D:\Daten\aufbewahren\PC\FreeFileSync\NWL_X-Sync-PC\runbat_NWL_X-Sync-PC.bat"
If Err.Number = 0 then
msgbox("NWL_X-Sync-PC ...
- 04 Jul 2018, 09:28
- Forum: Help
- Topic: Automized run of FreefileSync Batchfile with VBScripting
- Replies: 2
- Views: 334
Automized run of FreefileSync Batchfile with VBScripting
Hi,
on the webpage of Freefilesync it is said, that FFS supports commandline.
Is there a possibility to run a FFS-Batch-file with VBScripting?
Do I have to integrate a commandlinebatchfile in my VBScript to run the FFSbatchfile - how is it done?
I'm a beginner in VBScripting and I want an automized ...
on the webpage of Freefilesync it is said, that FFS supports commandline.
Is there a possibility to run a FFS-Batch-file with VBScripting?
Do I have to integrate a commandlinebatchfile in my VBScript to run the FFSbatchfile - how is it done?
I'm a beginner in VBScripting and I want an automized ...
- 23 Mar 2018, 15:18
- Forum: Help
- Topic: Configuration settings are not saved
- Replies: 0
- Views: 148
Configuration settings are not saved
Hi,
when I have configured the settings concerning comparison and sync - it isn't possible to save them. When I try to use these settings (Loading the file) the adjusted values don't appear.
What can I Do?
Greetings, je22
when I have configured the settings concerning comparison and sync - it isn't possible to save them. When I try to use these settings (Loading the file) the adjusted values don't appear.
What can I Do?
Greetings, je22