Shell

Just starting out? Need help? Post your questions and find answers here.
oliv
User
User
Posts: 42
Joined: Sun Aug 24, 2003 10:11 am
Location: France

Shell

Post by oliv »

How can I make a shell like Litestep, is it possible ?
thanks
GPI
PureBasic Expert
PureBasic Expert
Posts: 1394
Joined: Fri Apr 25, 2003 6:41 pm

Re: Shell

Post by GPI »

oliv wrote:How can I make a shell like Litestep, is it possible ?
thanks
First: What is Litestep
Second: When you think, that i complete explain, who to write this: Why you don't ask, how can write a litestep for me?

Try it out and when you have a specific problem, come here again and ask clearlier.
oliv
User
User
Posts: 42
Joined: Sun Aug 24, 2003 10:11 am
Location: France

Post by oliv »

sorry
User avatar
aszid
Enthusiast
Enthusiast
Posts: 162
Joined: Thu May 01, 2003 8:38 pm
Location: California, USA
Contact:

Post by aszid »

i am actually familiar with litestep. it's a replacement shell for windows that takes the place of explorer (takes over the job of the startmenu, essentially)

i think that if you created a program that would let you run other programs, then all you would have to do is update the windows configuration to set your shell as the name of the exe you created. there's probably a lot more to it that just that... but that's as much as i know off the top of my head.
--Aszid--

Making crazy people sane, starting tomorrow.
Proteus
Enthusiast
Enthusiast
Posts: 113
Joined: Wed Sep 17, 2003 8:04 pm
Location: The Netherlands

Post by Proteus »

I actually tried to write a shell for Win98 once. It works, but It's not the most easy thing to do. Knowledge of the Windows API is very, VERY useful. :)
Max.
Enthusiast
Enthusiast
Posts: 225
Joined: Fri Apr 25, 2003 8:39 pm

Re: Shell

Post by Max. »

GPI wrote:
oliv wrote:How can I make a shell like Litestep, is it possible ?
thanks
First: What is Litestep
Second: When you think, that i complete explain, who to write this: Why you don't ask, how can write a litestep for me?

Try it out and when you have a specific problem, come here again and ask clearlier.

Relax. :roll:
Karbon
PureBasic Expert
PureBasic Expert
Posts: 2010
Joined: Mon Jun 02, 2003 1:42 am
Location: Ashland, KY
Contact:

Post by Karbon »

Yeah, you'd be writing a replacement for explorer - not a small task by any means!
-Mitchell
Check out kBilling for all your billing software needs!
http://www.k-billing.com
Code Signing / Authenticode Certificates (Get rid of those Unknown Publisher warnings!)
http://codesigning.ksoftware.net
Proteus
Enthusiast
Enthusiast
Posts: 113
Joined: Wed Sep 17, 2003 8:04 pm
Location: The Netherlands

Post by Proteus »

Oh, it can be a small task... You'd have to use a console though. :)

Anything that kinda looks and feels like the "normal" Windows shell WILL be a lot of work.
Doobrey
Enthusiast
Enthusiast
Posts: 218
Joined: Sat Apr 26, 2003 4:47 am
Location: Dullsville..population: me
Contact:

Post by Doobrey »

Proteus wrote:Anything that kinda looks and feels like the "normal" Windows shell WILL be a lot of work.
Nah, it`s damn easy to write code that crashes the computer at random intervals :wink:
User avatar
aszid
Enthusiast
Enthusiast
Posts: 162
Joined: Thu May 01, 2003 8:38 pm
Location: California, USA
Contact:

Post by aszid »

Doobrey wrote:
Proteus wrote:Anything that kinda looks and feels like the "normal" Windows shell WILL be a lot of work.
Nah, it`s damn easy to write code that crashes the computer at random intervals :wink:
yeah, but it would have to LOOK nice in the process!
--Aszid--

Making crazy people sane, starting tomorrow.
GPI
PureBasic Expert
PureBasic Expert
Posts: 1394
Joined: Fri Apr 25, 2003 6:41 pm

Re: Shell

Post by GPI »

Max. wrote:
GPI wrote:
oliv wrote:How can I make a shell like Litestep, is it possible ?
thanks
First: What is Litestep
Second: When you think, that i complete explain, who to write this: Why you don't ask, how can write a litestep for me?

Try it out and when you have a specific problem, come here again and ask clearlier.

Relax. :roll:
My english isn't good... I want to say, that he should think first a little bit about the problem. It sounds at the moment like so: "Hey i want to write a word. How can i do this?". It sounds as he never thougt about the problem to program a word. We had asked, how to make a automatic wordwarp, it would be a complete diffrent task.
oliv
User
User
Posts: 42
Joined: Sun Aug 24, 2003 10:11 am
Location: France

Post by oliv »

My english is bad to.
I don't want code, but documentation.
Proteus
Enthusiast
Enthusiast
Posts: 113
Joined: Wed Sep 17, 2003 8:04 pm
Location: The Netherlands

Post by Proteus »

aszid wrote:
Doobrey wrote:
Proteus wrote:Anything that kinda looks and feels like the "normal" Windows shell WILL be a lot of work.
Nah, it`s damn easy to write code that crashes the computer at random intervals :wink:
yeah, but it would have to LOOK nice in the process!
Don't forget usability! The random "Crash computer" feature alone won't sell. :)
oliv wrote:I don't want code, but documentation.
Who needs documentation? Just mess around until something works, and then ask yourself why it works. You'll learn a lot more that way. :D
Post Reply