Path: chuka.playstation.co.uk!scea!peter_alau@playstation.sony.com From: matth@bellatlantic.net (Matthew Hulett) Newsgroups: scea.yaroze.programming.codewarrior Subject: Re: What are these??? Date: Sun, 14 Jun 1998 15:57:54 GMT Organization: SCEA News Server Lines: 17 Message-ID: <3583f17a.53808024@news.scea.sony.com> References: <35838f65.2360293@news.scea.sony.com> NNTP-Posting-Host: client-151-198-130-92.bellatlantic.net X-Newsreader: Forte Free Agent 1.11/32.235 >When I compiled one of the tutorials It created two files tuto0.PSE >tuto0.PXE what are these??? My memory is a bit fuzzy, ti's been awhile since I studied CW... The .PXE file is your final executable. Since there are no associated graphics or other files to go with the text program, you can just download that directly with PsComUtil and run it. CW uses extension SIO for batch files for programs that have multiple files to download. I assume the .PSE is an intermediate object file that is compiled from the source code, but has not been linked with other files in the project grouping into a final executable yet. I suspect I will be educated more thoroughly by others when they read this post... -Matt