To inform you:
Ptrinchi build a VB script to use it with Xscript plugin,
This script is for nero burning ( in fact nerocmd.exe)
For the Xscript plugin look at there :
http://www.xlobby.com/forum/viewtopic.php?t=3758
And the script is here :
http://www.france.xlobby.com/forum/ptri ... BurnIt.zip ( unzip it in plugin\Xscript\script\
You can edit the script to make some changes, but by default, it is configured to use nerocmd from program files\ahead\nero\
To use it create an event with the xscript command.
In Variable case use a parameter like: BurnIt.txt Var1 Var2 Var3
Where
BurnIt.txt : is the name of the script
Var1 : Drive Letter (E for example)
Var2 : Name of the CD (12 chars max)
Var3 : Source Path
Then to start the burn, create a button to execute this event
you can also use a xlobby variable as parameter like "movies>parameter"
In a screen you can display a progress bar and information:
- Create a text zone with as ID BurnIt = for information about the burn
- Create a text zone with as ID BurnIt BurnItGauge for the progress bar ( you have to configure the font ( for example font as middle left and bold, color = #1AC91A, Outline color = #1AC91A and outline = 2 )
of course you can modify the script to burn everything you want ( audio, dvd, playlists etc...) and with nero command lines that you want.
later