Search found 15 matches

by deadite
Wed Sep 17, 2008 6:52 pm
Forum: UBCD V5 Announcements & Discussion
Topic: could someone help build a batch updater for freedos?
Replies: 18
Views: 83342

All this block of code does is create a temp folder and mount the ISO to the temp folder. It then copies out the files from the temp mount to a working directory and unmounts the ISO. 7zip is not required. It should be a pretty standard way to mount ISO's on Linux, but I did see a couple variations ...
by deadite
Wed Aug 27, 2008 11:45 pm
Forum: UBCD V5 Announcements & Discussion
Topic: could someone help build a batch updater for freedos?
Replies: 18
Views: 83342

Sorry for the delay, but I finally just finished this... I had to change some of the code around because some commands didn't match up. I'm not entirely sure if the mkisofs command will actually work on your computer, but the rest should be ok. #!/bin/bash pathIMG="" #(Default = Same Direc...
by deadite
Mon Aug 25, 2008 11:15 pm
Forum: UBCD V5 Announcements & Discussion
Topic: idiot in need of help, Please x
Replies: 5
Views: 28185

Hey, Take your XP CD and boot from it. Then launch Recovery Console. From the recovery console run a "chkdsk /f /r" which should fix the issue. If it does not, you'll want to do an in place upgrade (just overwrites the system files, but keeps the data) See this topic for the details: http:...
by deadite
Mon Aug 18, 2008 12:13 pm
Forum: UBCD V5 Announcements & Discussion
Topic: CPUstress image major update
Replies: 11
Views: 127480

Icecube, I made some corrections in the 4 text files you posted CPU Burn-in README ------------------ What is CPU Burn-in? ------------------- CPU Burn-in v1.0 by Michal Mienik is the ultimate stability testing tool for overclockers. The program heats up any x86 CPU to the maximum possible operating...
by deadite
Fri Aug 15, 2008 9:42 am
Forum: UBCD V5 Announcements & Discussion
Topic: HDDerase on v5.04b beta HDD user password /help !
Replies: 15
Views: 74004

Sorry,

Hdderase v3.3 on v5.04b froze up on the booting screen so it won't run on my system.
by deadite
Fri Aug 15, 2008 9:23 am
Forum: UBCD V5 Announcements & Discussion
Topic: HDDerase on v5.04b beta HDD user password /help !
Replies: 15
Views: 74004

I have a computer which I'm having an issue with the IDE connectors on the MB... I've been trying to install Linux on it, but it always fails reading the disk at some point (the disk worked on other computers, I've used known good CD Drives and IDE cables that worked on other computers). So it is de...
by deadite
Wed Aug 13, 2008 9:39 pm
Forum: UBCD V5 Announcements & Discussion
Topic: could someone help build a batch updater for freedos?
Replies: 18
Views: 83342

OK, I revised the vbscript and will get the BASH script written later tonight ' *************************************************************************************** ' updateDosUBCD.vbs ' ' PURPOSE: ' This script extracts an UBCD ISO, updates dosubcd.igz, and creates an updated ISO file ' ' REQUIR...
by deadite
Wed Aug 13, 2008 7:05 pm
Forum: UBCD V5 Announcements & Discussion
Topic: could someone help build a batch updater for freedos?
Replies: 18
Views: 83342

I just wanted to check on this to make sure I have it correct. You want the variable for dosubcd.igz to be modified to look for dosubcd-<VERSION>.zip, extract the dosubcd.igz in that file, and then copy it to the extracted ISO? Consider it done. I will update the vbscript as well as put out a BASH s...
by deadite
Tue Aug 12, 2008 3:13 am
Forum: UBCD V5 Announcements & Discussion
Topic: CPUstress image major update
Replies: 11
Views: 127480

AMD Athlon 64 X2 Dual Core 4200+ 2GB DDR 800Mhz I downloaded your updated cpustres http://ubcd.110mb.com/download/cpustress/rev1/cpustres.gz, replaced \ubcd\boot\cpustres.gz, and updated \ubcd\menus\cpu.cfg with you code you posted (From an original UBCD50b4.iso) Whenever I launch the CPUStress test...
by deadite
Tue Aug 12, 2008 1:57 am
Forum: UBCD V5 Announcements & Discussion
Topic: could someone help build a batch updater for freedos?
Replies: 18
Views: 83342

OK, It'll prob take me some time to get a BASH Script together.... I don't have a Linux Box running at the moment, so I'll have to install one..
by deadite
Tue Aug 12, 2008 1:56 am
Forum: UBCD V5 Announcements & Discussion
Topic: could someone help build a batch updater for freedos?
Replies: 18
Views: 83342

hmm I just noticed a small caveat.... If you run the script more than once and the extracted UBCD folder or the new ISO exist, it will return a result other than 0 (ie: an error). So you can delete them everytime, or just comment out the Wscript.Quit when it checks for intRunError <> 0.
by deadite
Tue Aug 12, 2008 1:48 am
Forum: UBCD V5 Announcements & Discussion
Topic: could someone help build a batch updater for freedos?
Replies: 18
Views: 83342

Script

If you have questions, let me know... it should be straight forward to run though...

If you are running Linux let me know and I can rewrite it for Linux using PERL
by deadite
Tue Aug 12, 2008 1:18 am
Forum: UBCD V5 Announcements & Discussion
Topic: UBCD 5.0b4 Test Results
Replies: 2
Views: 18145

UBCD 5.0b4 Test Results

I just ran through UBCD5.0b4 on a test machine and noticed some errors, noticed a few out of date apps, know of a few programs not listed (Don't know if they were tested, dropped out, etc), and some general suggestions. AMD Athlon XP 2000+ 256 PC2700 RAM 1 Maxtor 60 GB HDD (Prim Master) 1 Maxtor 20 ...
by deadite
Mon Aug 11, 2008 8:11 pm
Forum: UBCD V5 Announcements & Discussion
Topic: Product XML Update Idea
Replies: 1
Views: 15046

Product XML Update Idea

I was working on a boot CD for a while, and deciding to scrap that idea because UBCD5.x has most of the same things I was working on (ie: the help menu's etc). Anyways, I wanted to help out on the new build and throw out an idea I had. Create an XML file to store on http://www.ultimatebootcd.com tha...
by deadite
Mon Aug 11, 2008 7:28 pm
Forum: UBCD V5 Announcements & Discussion
Topic: could someone help build a batch updater for freedos?
Replies: 18
Views: 83342

VBScript Updater

I had a free minute and put this little vbscript together that will update your ISO. Just copy and paste the script in a file called "updateDosUBCD.vbs", put the script in the same directory as your UBCD ISO, and your dosubcd.igz file, then double click on the vbscript. It will give you a ...