If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
Help anyone please (I'm a newbie to computers); I've had problems with nero after using fab decrypter in reauthoring a disk.
After reading "How to make and burn ISO images with PgcEdit By blutach" I decided to download PgcEdit and have also downloaded imgburn (but have not downloaded Daemon's tools).
My questions Are... (1) Can I still use Nero to reauthor a selection of chapters and then send it through the Pgcedit process so that the 32K gap thing is fixed up, and then send it to imgburn to burn? (And if so, how do I go about doing this please).
(2) And if not; can I reauthor using Pgcedit. How do I do this then? Is there are guide...I have tried looking at a guide on this forum site that Cynthia helped with or wrote but am unable to get through to it for some reason. Can someone please give me a link or some help here for a step by step process on how to go about doing this; thankyou.
Thanks for reply.
Although three persons' names including my name are written as Japanese translators' names, the actual translator is one person, taka702.
Because it was impossible to use freeWrap for Japanese language, this Japanese version of PgcEdit was wrapped by anothor method.
Sources containing Japanese words are not wrapped while sources containing no Japanese words are wrapped by freeWrap.
This purpose is only to run PgcEdit on Japanese Windows without installation of Active Tcl/Tk.
For example,
Contents of pgcedit_jp.tcl:
set cmd "tcl/bin/wish84t.exe pgcedit.tcl &"
eval exec $cmd
exit
Do you kou know that it is possible to use freeWrap as a Tcl/Tk interpreter? You have to rename it, for example as WishRun.exe, and call:
WishRun.exe PgcEdit.tcl ["optional_dvd_path_or_file"]
You can also associate the .tcl extension with WishRun to launch PgcEdit with the mouse.
However, some libraries are missing in freeWrap. You have to install them in X:\tcl\lib\ (where X is the same disc than PgcEdit) or modify the source code to include them from another path.
Comment