Is there any way to delete the sores file after sync
can you help me
Thanks
Delete the sores file after sync
- Posts: 3
- Joined: 2 Jul 2023
-
- Posts: 2946
- Joined: 22 Aug 2012
Deleting the source file after a sync is not a sync but a move.
And discussed before: viewtopic.php?t=7927
And discussed before: viewtopic.php?t=7927
- Posts: 3
- Joined: 2 Jul 2023
why you don't add the option to the program and market more easy :)
i do not understand how to, or can you make a video to show
Thanks
i do not understand how to, or can you make a video to show
Thanks
-
- Posts: 4867
- Joined: 11 Jun 2019
Because you are not wanting to sync locations and FFS is created for syncing locationswhy you don't add the option to the program and market more easy :)
i do not understand how to, or can you make a video to show
Thanks sevagjb, 24 Jul 2023, 14:57
- Posts: 3
- Joined: 2 Jul 2023
still is very useful toll to add to the program
dont you think
dont you think
-
- Posts: 4867
- Joined: 11 Jun 2019
I don't think so actually. Just write a bat script that moves it. No reason to use FFS for literally a single command line:
move /y SOURCE DESTINATION
It's that easy. You could even just create a shortcut and have the target be:
"C:\Windows\System32\cmd.exe" /c "move /y SOURCE DESTINATION"
Then no scripts or saving files is necessary
move /y SOURCE DESTINATION
It's that easy. You could even just create a shortcut and have the target be:
"C:\Windows\System32\cmd.exe" /c "move /y SOURCE DESTINATION"
Then no scripts or saving files is necessary
-
- Posts: 4867
- Joined: 11 Jun 2019
If you're married to FFS, you can run a post-sync command that erases the source. Choose update/mirror based on what you want