Works on: Windows 10 | Windows 8.1 | Windows 8 | Windows 7 | Windows 2012 SHA1 Hash: f5a6044580a57aaf540178823198efc4c279abe2 Size: 20.99 KB File Format: zip
Rating: 2
out of 5
based on 23 user ratings
Publisher Website: External Link Downloads: 521 License: Free
MoveEx is a free software by Alexander Frink and works on Windows 10, Windows 8.1, Windows 8, Windows 7, Windows 2012.
You can download MoveEx which is 20.99 KB in size and belongs to the software category File Management. MoveEx was released on 2009-12-04 and last updated on our database on 2017-02-25 and is currently at version 1.
Thank you for downloading from SoftPaz! Your download should start any moment now. It would be great if you could rate and share:
Rate this software:
Share in your network:
MoveEx Description
The MoveEx application was designed to be a small command line tool that schedules a file rename operation to be done at the next reboot. e.g. to replace files currently in use more or less just a wrapper around the MoveFileEx() API.
Usage:
moveex oldfile newfile
Moves oldfile to newfile at next reboot.
Useful to replace files currently in use.
It works on Windows NT and local drives only!
On NTFS, SYSTEM must be granted Full Control to the files in question!
There is no feedback (e.g. in the event log) stating error or success.
Examples:
moveex test.txt test2.txt
renames test.txt in the current directory, overwrites test2.txt
moveex test.txt c: emp est.txt
moves test.txt from the current directory to c: emp
moveex test.txt c: emp
doesnt work, give the full path and file name for destination
moveex c: est.txt d: est.txt
doesnt work, you cant move across different drives