Customizing UBCD

Try looking for help here if you are having problems with the Ultimate Boot CD.

Moderators: Icecube, StopSpazzing

Locked
Message
Author
Sizz
Posts: 1
Joined: Thu Nov 30, 2006 3:10 pm

Customizing UBCD

#1 Post by Sizz » Thu Nov 30, 2006 5:56 pm

The instructions read as follows:
>>
First, download a Win32 port of mkisofs here or here (local mirror). There are a number of files inside the ZIP file. You only need to copy mkisofs.exe to a directory which is in your path.
<<
Can someone tell me where excatly do i have to copy this file to?

Thanks
Sizz

Constance
Posts: 338
Joined: Fri Sep 23, 2005 1:21 am
Location: France

#2 Post by Constance » Thu Nov 30, 2006 8:56 pm

Well you may copy it anywhere you like, provided that the PATH environment variable contains this path... you can update it if needed.

For example, let's say you're using Windows XP.
Hit the Windows and Pause (up there in the right corner) keys.
On the "Advanced" tab, look for a button named "Environment variables", click it.

In the second list, scroll down for a variable named "Path", select it, and modify it to add the path of the folder where you put your command line tools, with a semicolon separating it from the rest.

For example, if that is C:\MyProgz, add ";C:\MyProgz" at the end of whatever value is already associated to Path.
Then click ok the number of required times to close all those windows.


If you're using Windows 9x, that's even more simple : look for a file called AutoExec.bat at the root of the C drive, and edit it (notepad will be ok for that) to add your path at the end of the "SET PATH=<something>" line, always with a ";" to separate it from the rest.
Should the line not exist already, just create it... better include C:\Windows and C:\Windows\Command in it too, then.

So you should get something like :
SET PATH=C:\Windows;C:\Windows\Command;C:\MyProgz
or
PATH C:\Windows;C:\Windows\Command;C:\MyProgz
(PATH being both an environment variable and a command to set and display its value)
Hammerite Compendium of Precepts, Regimens and Rules of Conduct, Vol. 113 :
A stroke of thy chisel, once made, canst be undone, but a stroke thou dost not make from fear is a worse flaw.
Be not cautious - be correct.

Scott Cooper
Posts: 136
Joined: Mon Apr 18, 2005 9:07 pm

#3 Post by Scott Cooper » Fri Dec 01, 2006 1:21 am

The easy answer is to copy the file to

C:\windows\system32

Only in the rarest of cases should you need to check or modify your path settings.

jason.b.c
Posts: 33
Joined: Thu Nov 30, 2006 9:01 am
Location: Marshfield , MO , U.S.A
Contact:

Re: Customizing UBCD

#4 Post by jason.b.c » Fri Dec 01, 2006 7:20 am

Sizz wrote:The instructions read as follows:
>>
First, download a Win32 port of mkisofs here or here (local mirror).

Where and where...???
Freespire and Puppy Linux user....

Image

Constance
Posts: 338
Joined: Fri Sep 23, 2005 1:21 am
Location: France

#5 Post by Constance » Fri Dec 01, 2006 9:58 am

Scott Cooper wrote:The easy answer is to copy the file to

C:\windows\system32
Yeah, that's easy, but I don't like "melting" user programs with system files.
Hammerite Compendium of Precepts, Regimens and Rules of Conduct, Vol. 113 :
A stroke of thy chisel, once made, canst be undone, but a stroke thou dost not make from fear is a worse flaw.
Be not cautious - be correct.

Locked