DaNoob
Sep 25 2004, 03:03 AM
Maybe Im just to stupid, but i couldnt find that on the guide.
id like to integrate 2 kinds of software into my bootable dvd: winxp and 98se (cd-images) and some bootqable diskettes. how can i do that?
Is it possible to integrate 2 winxp, for example sp2 and sp1?
thx
Zharif
Sep 25 2004, 03:10 AM
Yes, it is!
View this topic
http://www.911cd.net/forums/index.php?showtopic=31and follow cworks links.
Or... use search function (all forums - more than30 days).
YouŽll find many answers
DaNoob
Sep 25 2004, 05:38 AM
Ah, wonderful. now i know how to create the menu

but there one thing id like to change. Is it possilbe to skip the logo of cdshell?
DaNoob
Sep 25 2004, 07:42 AM
ah yeah and is it possible to use the german kind of date? (dd.mm.yyyy) I always get §month or something elso wrong. the only way is to set a space , but 24. 9. 2004 doesnt look very good
d4vr0s
Sep 25 2004, 08:08 AM
It looks like ugly code to me, but here's what I've got working:
CODE
print "$DateDay"
print "."
print "$DateMonth"
print "."
print "$DateYear"
DaNoob
Sep 26 2004, 02:00 PM
but how do i get this to the right border? print r "$time" print r "$dateday" causes losing the number for date at all....