Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.22 KB

Readme.md

File metadata and controls

19 lines (14 loc) · 1.22 KB

Gbx File Mover

Gbx File Mover is a tool for Microsoft Windows that allows you to move files from any location to a subfolder of the Documents folder and open them. It was developed especially for downloaded Challenge.Gbx, Map.Gbx and Replay.Gbx files of the games TrackMania Forever and Maniaplanet.

The application requires an installation in which the context menu of .gbx files is extended by the commands Move to... and Move and open....

Screenshot of GbxMove

The program uses the shell functions SHGetSpecialFolderLocation, SHGetPathFromIDList, SHGetDesktopFolder, SHBrowseForFolder, SHFileOperation, and ShellExecute to display the Browse For Folder dialog box, move the file, and open it if desired.

This is a generic C/C++ Win32 desktop project created with Visual C++ 4.0 (Microsoft Developer Studio). The project files for Visual Studio 2005 and 2017 are simply converted projects to which only a Visual Studio Installer project for x86 has been added.