| Author |
Message |
Songo
Guest
|
Posted:
Thu Jan 13, 2005 9:17 am Post subject:
DOS replacement |
|
|
Hi All,
Just wondering if anyone have build an Embedded version of XP to replace DOS
with TCP/IP support?
I have a 16bit app that require I still have to support but don't want the
hassle of a full XP build.
Are there any templates for Non GUI build floating around?
Thank you
Song |
|
| Back to top |
|
 |
KM
Guest
|
Posted:
Thu Jan 13, 2005 9:24 am Post subject:
Re: DOS replacement |
|
|
Songo,
Look at the XPe documentation (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/xpehelp/html/startpage.asp) for:
- Minlogon
- CMD Shell
- Dos and WIndows Support
- Application COmpability Core
- TCP/IP related components
But please keep in mind that your image will likely be more than 30 (up to 64Mb) in size.
KM
| Quote: | Hi All,
Just wondering if anyone have build an Embedded version of XP to replace DOS
with TCP/IP support?
I have a 16bit app that require I still have to support but don't want the
hassle of a full XP build.
Are there any templates for Non GUI build floating around?
Thank you
Song |
|
|
| Back to top |
|
 |
Songo
Guest
|
Posted:
Thu Jan 13, 2005 9:37 am Post subject:
Re: DOS replacement |
|
|
Thank you KM
I will have a scan through that.
I was quiet impress with the introductory video presentation of how to put
together the first build. It looked very easy, however, it's a different
story when you actually go and do one yourself.
Cheerio
"KM" wrote:
| Quote: | Songo,
Look at the XPe documentation (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/xpehelp/html/startpage.asp) for:
- Minlogon
- CMD Shell
- Dos and WIndows Support
- Application COmpability Core
- TCP/IP related components
But please keep in mind that your image will likely be more than 30 (up to 64Mb) in size.
KM
Hi All,
Just wondering if anyone have build an Embedded version of XP to replace DOS
with TCP/IP support?
I have a 16bit app that require I still have to support but don't want the
hassle of a full XP build.
Are there any templates for Non GUI build floating around?
Thank you
Song
|
|
|
| Back to top |
|
 |
Slobodan Brcin (eMVP)
Guest
|
Posted:
Thu Jan 13, 2005 7:56 pm Post subject:
Re: DOS replacement |
|
|
Hi Songo,
You mean real DOS application? You a quick question for you that might save you some time: Does it work on XP Professional?
| Quote: | Are there any templates for Non GUI build floating around?
You put Minlogon macro component in your empty project and resolve its dependencies. |
Regards,
Slobodan
PS:
You can make very small image but you must make sure that only necesary parts of network support are installed.
"Songo" <Songo@discussions.microsoft.com> wrote in message news:9FA399B4-3B82-4D16-B24C-1B619591D511@microsoft.com...
| Quote: | Hi All,
Just wondering if anyone have build an Embedded version of XP to replace DOS
with TCP/IP support?
I have a 16bit app that require I still have to support but don't want the
hassle of a full XP build.
Are there any templates for Non GUI build floating around?
Thank you
Song |
|
|
| Back to top |
|
 |
Songo
Guest
|
Posted:
Fri Jan 14, 2005 5:45 am Post subject:
Re: DOS replacement |
|
|
Yes a real dos application, POS retail.
Yes it works on XP Pro.
We resorted to use Lantastic in the old days because DOS and Network are two
words that never appear in the same sentence :)
I need just a barebones OS with TCP/IP support and a mapped drive and
receipt printing.
"Slobodan Brcin (eMVP)" wrote:
| Quote: | Hi Songo,
You mean real DOS application? You a quick question for you that might save you some time: Does it work on XP Professional?
Are there any templates for Non GUI build floating around?
You put Minlogon macro component in your empty project and resolve its dependencies.
Regards,
Slobodan
PS:
You can make very small image but you must make sure that only necesary parts of network support are installed.
"Songo" <Songo@discussions.microsoft.com> wrote in message news:9FA399B4-3B82-4D16-B24C-1B619591D511@microsoft.com...
Hi All,
Just wondering if anyone have build an Embedded version of XP to replace DOS
with TCP/IP support?
I have a 16bit app that require I still have to support but don't want the
hassle of a full XP build.
Are there any templates for Non GUI build floating around?
Thank you
Song
|
|
|
| Back to top |
|
 |
KM
Guest
|
Posted:
Fri Jan 14, 2005 6:37 am Post subject:
Re: DOS replacement |
|
|
Songo,
| Quote: | I need just a barebones OS with TCP/IP support and a mapped drive and
receipt printing.
|
A few quick tips:
Beside Minlogon and CMD consider NTFS compression.
Don't use TAP output to build your image but rather include necessary components manually.
Turn off TD AutoResolve Dependencies option.
For the heavy Dos and Windows Support component disable as many resources (Dlls, Exes) as you can. Testing your app would be an
answer what files to leave.
--
Regards,
KM, BSquare Corp.
| Quote: | "Slobodan Brcin (eMVP)" wrote:
Hi Songo,
You mean real DOS application? You a quick question for you that might save you some time: Does it work on XP Professional?
Are there any templates for Non GUI build floating around?
You put Minlogon macro component in your empty project and resolve its dependencies.
Regards,
Slobodan
PS:
You can make very small image but you must make sure that only necesary parts of network support are installed.
"Songo" <Songo@discussions.microsoft.com> wrote in message news:9FA399B4-3B82-4D16-B24C-1B619591D511@microsoft.com...
Hi All,
Just wondering if anyone have build an Embedded version of XP to replace DOS
with TCP/IP support?
I have a 16bit app that require I still have to support but don't want the
hassle of a full XP build.
Are there any templates for Non GUI build floating around?
Thank you
Song
|
|
|
| Back to top |
|
 |
|
|
|
|