Skip to content

Releases: ibeandyy/bintransfer

BinTransfer v0.1 Release

23 Sep 06:20
Compare
Choose a tag to compare

How to Use bintransferer.exe

bintransferer.exe is a utility for transferring .BIN files. You can specify the source and destination directories, as well as set an interval for repeated transfers.

Basic Usage

bintransferer.exe

This will use the default settings.

Advanced Usage

Specify the Source Directory

Use the --path flag to specify the source directory where the .BIN files are located.

bintransferer.exe --path="The\Path\To\The\Log_PMS\Folder"

By default, it uses: D:\Infogenesis\Log_dir\log_pms

Specify the Destination Directory

Use the --out flag to indicate where you want the .BIN files to be transferred.

bintransferer.exe --out="The\Path\To\Transfer\Bins\To"

By default, it transfers to: D:\Infogenesis\Log_dir\log_pms\BinBackup

Set the Interval for Repeated Transfers

To specify how frequently (in minutes) the transfer should occur, use the --interval flag.

bintransferer.exe --interval=#MinutesToRunAgain

By default, it runs every 60 minutes.