J
jfradley
Good moring,
I currently have a Ramboot XPE OS that loads off of CD.
I've included another XPE OS on this CD that will be
installed on the harddrive. I've writen three batch files
that do partition/clean install, update/archive previous,
and swap versions between current and previous. That all
works great.
However, my boss wants a GUI not command line. So, I was
wondering what you guys are using.
At first I thought about using a .NET langauge (because
it's all I know) but that would mean including the .NET
framework on my Ramboot OS, which would incease the load
into memory time by alot. Then I looked a little into
scripting langauges like vbscript and jscript, butcouldn't
findany real info on GUIs.
I compiled a simple win32 C++ app and that ran. But I
don't know C++ very well and would have to learn it quik.
Any thoughts on what to use?
Joe
I currently have a Ramboot XPE OS that loads off of CD.
I've included another XPE OS on this CD that will be
installed on the harddrive. I've writen three batch files
that do partition/clean install, update/archive previous,
and swap versions between current and previous. That all
works great.
However, my boss wants a GUI not command line. So, I was
wondering what you guys are using.
At first I thought about using a .NET langauge (because
it's all I know) but that would mean including the .NET
framework on my Ramboot OS, which would incease the load
into memory time by alot. Then I looked a little into
scripting langauges like vbscript and jscript, butcouldn't
findany real info on GUIs.
I compiled a simple win32 C++ app and that ran. But I
don't know C++ very well and would have to learn it quik.
Any thoughts on what to use?
Joe