Jump to content

How Migrate from Bitcomet


Porcupinelmf

Recommended Posts

Renaming incomplete files with appended extensions

Some clients, like BitComet, will append an extra extension to the filename for incomplete files. For µTorrent to be able to use those files, these extra extensions must be removed. To rename a large number of files in at once, we can make a small batch file to simplify the job.

1. Open Notepad and write this line into it (replace "bc!" with whichever file extension you need to remove):

@for /r %%i in (*.bc!) do @move "%%~fi" "%%~dpni"

2. In Notepad, File > Save As: RENAME.BAT

3. Open the location folder for the partially downloaded files you need to rename.

4. Drag and drop the RENAME.BAT file into this folder

5. Right click on RENAME.BAT > Open; a DOS window will briefly appear as it scrolls through all the files in the folder as they are getting renamed.

I do not understand:

1. Open Notepad and write this line into it (replace "bc!" with whichever file extension you need to remove):

@for /r %%i in (*.bc!) do @move "%%~fi" "%%~dpni"

Do you just create a Rename.bat with this line inside for Bitcomet? Because I did this, and I do not see Utorrent loading any of the Torrent to the download list, and I cannot open Bitcomet without crashing. Basically I F-up the chance of downloading my previous file with BC.

I Close to open Utorrent again to see if The torrent will load, but it didn't

All the incomplete files are now doesn't have .torrent.bc after I did steps that are shown above. (looks like 100% complete files.. but Not) So i cannot open Fix this. I don't know which one is complete or incomplete anymore like it was in BC

What do you replace in (bc!) or do you leave it as that

Thank you,

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...