Jump to content

Dopus ImgBurn Toolbar


fdias

Recommended Posts

Hi guys,

 

First let me thank LUK for this great app!

 

I've seen some requests on this forum for a shell extension option and things to make it easier/faster to add multiple files to build.

 

As a Dopus (Directory Opus) user - www.dopus.com I have developed a toolbar for ImgBurn with two buttons:

 

1 - Opens the main program ImgBurn (just like any other shortcut)

 

2 - Add multiple selected files/folders to build mode so you can burn directly with ImgBurn

 

I hope that Dopus users here enjoy it and that people from Dopus community get to know this great app (ImgBurn).

 

You can download the toolbar here - > http://resource.dopus.com/viewtopic.php?t=7542

 

Let me know what you think.

 

fdias

Link to comment
Share on other sites

What a great little tool. Works a treat. :) If ImgBurn already has files in the queue, is there any way you can tweak it to add more files instead of opening another copy of ImgBurn?

 

I can try. Is there an ImgBurn command that appends to build queue? If so I think I can create a third button to do just that.

 

Glad you liked it.

 

I wish more people used Dopus, since I tried it out I never went back. I hate when I'm on someone else's computer and have to use plain old windows explorer :)

Link to comment
Share on other sites

  • 3 weeks later...

for total commander you could make a button or start entry with %L parameter that points to a batch like this (you will need to fix the paths):

@echo off
echo.
echo making temporary list of files
echo and folders for imgburn to enqueue
echo to t:\tmp\totalcmdList.ibb

:: make ibb with selected dirs and or files
echo IBB>t:\tmp\totalcmdList.ibb
echo [sTART_BACKUP_LIST]>>t:\tmp\totalcmdList.ibb
for /f "eol=; delims=++" %%i in (%1) DO echo %%i>>t:\tmp\totalcmdList.ibb
echo [END_BACKUP_LIST]>>t:\tmp\totalcmdList.ibb

echo.
echo The program knows you're building a DVD Video image if...
echo 1.  You add a folder containing a VIDEO_TS folder to the source box.
echo 2.  You add a VIDEO_TS folder to the source box.
echo 3.  You add a load of IFO/BUP/VOB files to the source box.
echo 3b. if you add folder named 'anything' with bunch of IFO/BUP/VOB files
echo [url="http://forum.doom9.org/showthread.php?p=1108077"]http://forum.doom9.org/showthread.php?p=1108077[/url]


echo.

echo starting imgburn...
t:\path\imgburn.exe /mode build /src t:\tmp\totalcmdList.ibb

echo.
echo deleting temporary list t:\tmp\totalcmdList.ibb
:: del temporary ibb
del t:\tmp\totalcmdList.ibb


sleep 1

 

2nd button (or start entry) would just point to imgburn.exe and it is very usefull for drag/dropping iso files.

Edited by smok3
Link to comment
Share on other sites

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.