Author |
Message |
Behrooz Guest
|
Posted: Tue Feb 21, 2012 4:13 pm Post subject: Move Files and Folders |
|
|
I would really like to have move feature. I have to jump to rich copy tool to perform this function. it is our responsibility to decide if it is dangerous. you could put couple confirmation options in it. I times I just want to forget about your software becasue of lack of move option since richcopy tool provides all the functions which your tool provides. |
|
Back to top |
|
|
TGRMN Software Site Admin
Joined: 10 Jan 2005 Posts: 8769
|
Posted: Wed Feb 22, 2012 11:08 am Post subject: |
|
|
Hi, yes, we are thinking to add that.
Can you elaborate on how you would use the move functionality? Would you like ViceVersa to delete the source files if they were correctly copied to target? Would you leave files in target that are not in source or delete them? thanks _________________ --
TGRMN Software Support
http://www.tgrmn.com
http://www.compareandmerge.com |
|
Back to top |
|
|
votaire Guest
|
Posted: Fri Mar 09, 2012 8:08 pm Post subject: |
|
|
Surprised there was not a move (instead of copy / delete)
Yes i think mirror the action in Source and Target, delete original location in Source and target if move (or Rename Sucessful).
And if the file is moved out of the source folder, then default checkbox to dump into a deleted files on target, for extra safetynet. |
|
Back to top |
|
|
inferno65
Joined: 20 Apr 2012 Posts: 1
|
Posted: Fri Apr 20, 2012 5:40 pm Post subject: |
|
|
[quote="TGRMN Software"]Hi, yes, we are thinking to add that.
Can you elaborate on how you would use the move functionality? Would you like ViceVersa to delete the source files if they were correctly copied to target? Would you leave files in target that are not in source or delete them? thanks[/quote]
This is the ONLY advantage that SyncToy seems to have over ViceVersa. If I move a folder in my source, then SyncToy is able to perform that move in the destination folder (Mirror or Sync) rather than doing a delete/copy. This can save hours if you rearrange a large collection of video files. Personally, I would forgo any archiving if a move can be verified and nothing was deleted. I could see that some might wish an archive on a move. |
|
Back to top |
|
|
buckmp Guest
|
Posted: Fri Jul 27, 2012 11:33 am Post subject: |
|
|
Hi Guys,
I would also like to be able to delete files/folders from a source once they are moved to a target.
Thanks
Mike |
|
Back to top |
|
|
cwv
Joined: 31 Jul 2012 Posts: 4
|
Posted: Tue Jul 31, 2012 11:03 am Post subject: |
|
|
Oh yes! Please let us have that file-moving-feature. |
|
Back to top |
|
|
jovi Guest
|
Posted: Thu Jun 27, 2013 4:57 pm Post subject: Add move function please! |
|
|
I love ViceVersa but it can be more useful if i can move instead to copy the files to the target.
Please, reconsider add this function! |
|
Back to top |
|
|
RixNox
Joined: 21 Dec 2013 Posts: 50
|
Posted: Mon Dec 23, 2013 9:10 pm Post subject: |
|
|
I need to move (or copy & delete from source). How can I achieve this? |
|
Back to top |
|
|
Rafu
Joined: 10 Sep 2012 Posts: 1
|
Posted: Wed Sep 17, 2014 10:01 am Post subject: |
|
|
Same wish here. |
|
Back to top |
|
|
mikeyww
Joined: 23 Dec 2009 Posts: 15
|
Posted: Fri May 13, 2016 10:13 pm Post subject: Move files |
|
|
I, too, would like to see support for moving files and directories. |
|
Back to top |
|
|
milestone5077
Joined: 22 Jul 2016 Posts: 1
|
Posted: Sat Sep 17, 2016 11:10 am Post subject: Wish List |
|
|
Same wish from here |
|
Back to top |
|
|
mikeyww
Joined: 23 Dec 2009 Posts: 15
|
Posted: Mon Jan 01, 2018 3:31 am Post subject: Instructions for moving files |
|
|
You can move files with copy+delete. The following batch file will delete your source files. You can set your profile to run this batch file as a local script after the profile is run.
Code: | @echo off
REM If the run succeeded, delete the source files and directories.
set dir="[put your source path here]"
set files=*
set subdirs=/S
set noprompt=/Q
IF %VV_EXECUTED% EQU 1 (
REM The profile was run.
IF %VV_EXIT_CODE% EQU 0 (
REM The run succeeded.
REM -------------------------------------
REM Delete the files, bypassing the Windows Recycle Bin.
REM /S Include subdirs.
REM /Q Quiet (no prompt).
DEL %subdirs% %noprompt% "%dir%\%files%"
REM -------------------------------------
REM Delete the empty directories.
REM By default, rd will not remove any directory that contains at least one file.
REM /ad lists only directories.
REM /b provides bare output format.
REM /s includes subdirectories.
for /f "usebackq" %%d in (`"dir %dir% /ad /b /s | sort /R"`) do rd "%%d"
)
) |
|
|
Back to top |
|
|
TGRMN Software Site Admin
Joined: 10 Jan 2005 Posts: 8769
|
|
Back to top |
|
|
vitoasaro Guest
|
Posted: Fri Feb 02, 2018 12:40 am Post subject: Waiting on the "move" feature as well |
|
|
I also would like to have the move feature. The last post said it would be available in January, 2018, but I don't see a new version available yet for download. Can you let us know the ETA of this desired feature?
Thanks! |
|
Back to top |
|
|
TGRMN Software Site Admin
Joined: 10 Jan 2005 Posts: 8769
|
|
Back to top |
|
|
|