• Re: WINDOWS 2008 62 bit Server with Win XP

    From GREG YOUNGBLOOD@1:124/5013 to All on Thu Jan 31 19:12:06 2019
    Date: Sat, 03 Nov 2012 11:35:56 -0400
    From: GREG YOUNGBLOOD
    To: MICHAEL PURDY
    Subject: Re: WINDOWS 2008 62 bit Server with Win XP
    Newsgroups: win.server.program
    Message-ID: <1351960556.32.1351414164@winserver.com>
    References: <1351414164.32.1351363159@winserver.com>
    X-WcMsg-Attr: Rcvd
    X-Mailer: Wildcat! Interactive Net Server v7.0.454.5
    Lines: 50

    On 10/28/2012 3:49 AM, MICHAEL PURDY wrote to GREG YOUNGBLOOD:


    Hello Mike

    The system is running fine, for that matter so good I hate to say anything.

    Two questions though.

    I see on google their is many ways to run headless, what way would you
    suggest? I'm running Win XP on top of Win2008?

    Also, would you suggest running PX Express on Win 2008 or XP? I read were
    Fred installed it on the 64 bit OS but used a share CD drive off of a 32
    bit OS.

    What would you suggest?

    Thanks for your time

    Greg




    Greg

    I do a lot of commercial work with Virtualbox so if you have any issues
    then yell out.

    Some key points are:

    1. Run GUI Virtual Hosts as Headless to minimize memory and processor
    overhead

    2. Use Remote Desktop to access the Headless VM's

    3. If you install XP or 2000 in a VM make sure its just the OS + Service Packs and the required Wildcat! files don't clutter it up with other apps.

    4. Whilst you can use VBoxManage to expand Virtual Disks its always better with Windows O/S to have a larger partition from the beginning say 60GB+ rather than the default 10 to 20GB

    5. I am running Windows XP with Wins in a VM on my Fedora Linux Box to if you wanted to go the Linux route that will also work in terms of the underlying comms.

    Mike

    --- Platinum Xpress/Win/WINServer v3.1
    * Origin: Prison Board BBS Mesquite Tx //telnet.RDFIG.NET www. (1:124/5013)
  • From MICHAEL PURDY@1:124/5013 to All on Thu Jan 31 19:12:06 2019
    Date: Sat, 03 Nov 2012 19:45:05 -0400
    From: MICHAEL PURDY
    To: GREG YOUNGBLOOD
    Subject: Re: WINDOWS 2008 62 bit Server with Win XP
    Newsgroups: win.server.program
    Message-ID: <1351989905.32.1351960556@winserver.com>
    References: <1351960556.32.1351414164@winserver.com>
    X-WcMsg-Attr: Rcvd
    X-Mailer: Wildcat! Interactive Net Server v7.0.454.5
    Lines: 88

    Greg

    While your testing to see how things run I would keep it very simple!:

    1. Make sure you can remote desktop from Windows 2008 to the Windows XP VM
    2. Close down the XP VM
    3. Create a basic batch file like

    -- START XPVM.bat EXAMPLE:

    cd "c:\program files\oracle\virtualbox"
    vboxmanage startvm "Windows XP" --type headless

    -----

    Remember the VM Name is case sensitive so whatever you named it must be
    what follows STARTVM

    Run the batch file at the Command Prompt and you should see a successfully started message.

    If after a period of testing it all seems to run ok then you can experiment with more advanced HEADless approaches.

    I would try running PX in Windows XP so that if you would move to Windows8+
    you want need to solve new problems with each new Host OS.

    Mike





    On 11/3/2012 11:35 AM, GREG YOUNGBLOOD wrote to MICHAEL PURDY:

    On 10/28/2012 3:49 AM, MICHAEL PURDY wrote to GREG YOUNGBLOOD:


    Hello Mike

    The system is running fine, for that matter so good I hate to say anything.

    Two questions though.

    I see on google their is many ways to run headless, what way would you suggest? I'm running Win XP on top of Win2008?

    Also, would you suggest running PX Express on Win 2008 or XP? I read were Fred installed it on the 64 bit OS but used a share CD drive off of a 32
    bit OS.

    What would you suggest?

    Thanks for your time

    Greg




    Greg

    I do a lot of commercial work with Virtualbox so if you have any issues then yell out.

    Some key points are:

    1. Run GUI Virtual Hosts as Headless to minimize memory and processor
    overhead

    2. Use Remote Desktop to access the Headless VM's

    3. If you install XP or 2000 in a VM make sure its just the OS + Service Packs and the required Wildcat! files don't clutter it up with other
    apps.

    4. Whilst you can use VBoxManage to expand Virtual Disks its always
    better
    with Windows O/S to have a larger partition from the beginning say 60GB+ rather than the default 10 to 20GB

    5. I am running Windows XP with Wins in a VM on my Fedora Linux Box to if you wanted to go the Linux route that will also work in terms of the underlying comms.

    Mike


    --- Platinum Xpress/Win/WINServer v3.1
    * Origin: Prison Board BBS Mesquite Tx //telnet.RDFIG.NET www. (1:124/5013)
  • From GREG YOUNGBLOOD@1:124/5013 to All on Thu Jan 31 19:12:06 2019
    Date: Sun, 04 Nov 2012 08:11:01 -0400
    From: GREG YOUNGBLOOD
    To: MICHAEL PURDY
    Subject: Re: WINDOWS 2008 62 bit Server with Win XP
    Newsgroups: win.server.program
    Message-ID: <1352034661.32.1351989905@winserver.com>
    References: <1351989905.32.1351960556@winserver.com>
    X-WcMsg-Attr: Rcvd
    X-Mailer: Wildcat! Interactive Net Server v7.0.454.5
    Lines: 53

    Hello Mike

    While I was waiting for a reply I downloaded and am right now trying
    (V BOX HEADLESS TRAY) neet little program.

    I'll try PX on WinXP then!

    I do notice the 16 bit doors being a little laggy but maybe that will
    change some after I move this setup over to server with more power.

    I have tweaked everything I can think of in XP that I can think of.

    Thanks for all the help so far, laughing I may have more though.

    Greg



    On 11/3/2012 7:45 PM, MICHAEL PURDY wrote to GREG YOUNGBLOOD:

    Greg

    While your testing to see how things run I would keep it very simple!:

    1. Make sure you can remote desktop from Windows 2008 to the Windows
    XP VM
    2. Close down the XP VM
    3. Create a basic batch file like

    -- START XPVM.bat EXAMPLE:

    cd "c:\program files\oracle\virtualbox"
    vboxmanage startvm "Windows XP" --type headless

    -----

    Remember the VM Name is case sensitive so whatever you named it must be
    what follows STARTVM

    Run the batch file at the Command Prompt and you should see a
    successfully
    started message.

    If after a period of testing it all seems to run ok then you can
    experiment
    with more advanced HEADless approaches.

    I would try running PX in Windows XP so that if you would move to
    Windows8+
    you want need to solve new problems with each new Host OS.

    Mike

    --- Platinum Xpress/Win/WINServer v3.1
    * Origin: Prison Board BBS Mesquite Tx //telnet.RDFIG.NET www. (1:124/5013)
  • From MICHAEL PURDY@1:124/5013 to All on Thu Jan 31 19:12:06 2019
    Date: Sun, 04 Nov 2012 21:35:25 -0400
    From: MICHAEL PURDY
    To: GREG YOUNGBLOOD
    Subject: Re: WINDOWS 2008 62 bit Server with Win XP
    Newsgroups: win.server.program
    Message-ID: <1352082925.32.1352034661@winserver.com>
    References: <1352034661.32.1351989905@winserver.com>
    X-WcMsg-Attr: Rcvd
    X-Mailer: Wildcat! Interactive Net Server v7.0.454.5
    Lines: 78

    Greg

    You can run VB on a single core with 4G Memory but put simply that isn't
    the target platform

    The assumption is that you will be running on a server (not desktop) with
    max RAM and at least a Quad Core+. A dual core will work but you would be limited to a very small number of Virtual Machines even in headless mode.

    You also want to make sure your Host OS is using a physically separate
    Network Interface Card to the Virtual Machines. When you start sharing the host NIC with the VM's it slows things down and potentially causes odd
    Windows TCP Stack problems.

    When you have the server hardware in place you can then fine tune the
    Settings for each of your VM's to reduce overhead and lag.

    I suggest you experiment as much as possible before moving everything to a production environment.

    Mike

    On 11/4/2012 8:11 AM, GREG YOUNGBLOOD wrote to MICHAEL PURDY:

    Hello Mike

    While I was waiting for a reply I downloaded and am right now trying
    (V BOX HEADLESS TRAY) neet little program.

    I'll try PX on WinXP then!

    I do notice the 16 bit doors being a little laggy but maybe that will change some after I move this setup over to server with more power.

    I have tweaked everything I can think of in XP that I can think of.

    Thanks for all the help so far, laughing I may have more though.

    Greg



    On 11/3/2012 7:45 PM, MICHAEL PURDY wrote to GREG YOUNGBLOOD:

    Greg

    While your testing to see how things run I would keep it very simple!:

    1. Make sure you can remote desktop from Windows 2008 to the Windows
    XP VM
    2. Close down the XP VM
    3. Create a basic batch file like

    -- START XPVM.bat EXAMPLE:

    cd "c:\program files\oracle\virtualbox"
    vboxmanage startvm "Windows XP" --type headless

    -----

    Remember the VM Name is case sensitive so whatever you named it must be what follows STARTVM

    Run the batch file at the Command Prompt and you should see a
    successfully
    started message.

    If after a period of testing it all seems to run ok then you can
    experiment
    with more advanced HEADless approaches.

    I would try running PX in Windows XP so that if you would move to
    Windows8+
    you want need to solve new problems with each new Host OS.

    Mike


    --- Platinum Xpress/Win/WINServer v3.1
    * Origin: Prison Board BBS Mesquite Tx //telnet.RDFIG.NET www. (1:124/5013)
  • From GREG YOUNGBLOOD@1:124/5013 to All on Thu Jan 31 19:12:06 2019
    Date: Mon, 05 Nov 2012 03:55:13 -0400
    From: GREG YOUNGBLOOD
    To: MICHAEL PURDY
    Subject: Re: WINDOWS 2008 62 bit Server with Win XP
    Newsgroups: win.server.program
    Message-ID: <1352105713.32.1352082925@winserver.com>
    References: <1352082925.32.1352034661@winserver.com>
    X-WcMsg-Attr: Rcvd
    X-Mailer: Wildcat! Interactive Net Server v7.0.454.5
    Lines: 39

    Morning Mike

    Right now it is on a single core xeon e server IBM but I will be moving it
    to a Dell Quad core poweredge server with 16 gigs of ram so I should be
    good to go there.

    The last thing I did last night was move the VM to another nic card so I
    will be testing that today and tomorrow.

    Thanks for the tips though, I fell a little better knowing I'm going in
    the right direction.

    Greg

    You can run VB on a single core with 4G Memory but put simply that
    isn't the target platform

    The assumption is that you will be running on a server (not desktop)
    with
    max RAM and at least a Quad Core+. A dual core will work but you
    would be
    limited to a very small number of Virtual Machines even in headless
    mode.

    You also want to make sure your Host OS is using a physically separate Network Interface Card to the Virtual Machines. When you start
    sharing the
    host NIC with the VM's it slows things down and potentially causes odd Windows TCP Stack problems.

    When you have the server hardware in place you can then fine tune the Settings for each of your VM's to reduce overhead and lag.

    I suggest you experiment as much as possible before moving everything
    to a
    production environment.

    Mike

    --- Platinum Xpress/Win/WINServer v3.1
    * Origin: Prison Board BBS Mesquite Tx //telnet.RDFIG.NET www. (1:124/5013)
  • From MICHAEL PURDY@1:124/5013 to All on Thu Jan 31 19:12:06 2019
    Date: Mon, 05 Nov 2012 04:03:56 -0400
    From: MICHAEL PURDY
    To: GREG YOUNGBLOOD
    Subject: Re: WINDOWS 2008 62 bit Server with Win XP
    Newsgroups: win.server.program
    Message-ID: <1352106236.32.1352105713@winserver.com>
    References: <1352105713.32.1352082925@winserver.com>
    X-WcMsg-Attr: Rcvd
    X-Mailer: Wildcat! Interactive Net Server v7.0.454.5
    Lines: 56

    Greg

    Your definitely on the right path.

    I think for anyone with a requirement to run legacy Operating Systems or
    8/16 bit application it is the best course to follow rather than looking
    for hacks or emulation software.

    Time permitting it would be worth you documenting your experience as it
    could assist other legacy door users and perhaps should be a tech note in Hectors knowledge base.

    Mike

    On 11/5/2012 3:55 AM, GREG YOUNGBLOOD wrote to MICHAEL PURDY:

    Morning Mike

    Right now it is on a single core xeon e server IBM but I will be moving it to a Dell Quad core poweredge server with 16 gigs of ram so I should be good to go there.

    The last thing I did last night was move the VM to another nic card so I will be testing that today and tomorrow.

    Thanks for the tips though, I fell a little better knowing I'm going in
    the right direction.

    Greg

    You can run VB on a single core with 4G Memory but put simply that
    isn't the target platform

    The assumption is that you will be running on a server (not desktop)
    with
    max RAM and at least a Quad Core+. A dual core will work but you
    would be
    limited to a very small number of Virtual Machines even in headless
    mode.

    You also want to make sure your Host OS is using a physically separate Network Interface Card to the Virtual Machines. When you start
    sharing the
    host NIC with the VM's it slows things down and potentially causes odd Windows TCP Stack problems.

    When you have the server hardware in place you can then fine tune the Settings for each of your VM's to reduce overhead and lag.

    I suggest you experiment as much as possible before moving everything
    to a
    production environment.

    Mike


    --- Platinum Xpress/Win/WINServer v3.1
    * Origin: Prison Board BBS Mesquite Tx //telnet.RDFIG.NET www. (1:124/5013)
  • From GREG YOUNGBLOOD@1:124/5013 to All on Thu Jan 31 19:12:06 2019
    Date: Mon, 05 Nov 2012 09:16:02 -0400
    From: GREG YOUNGBLOOD
    To: MICHAEL PURDY
    Subject: Re: WINDOWS 2008 62 bit Server with Win XP
    Newsgroups: win.server.program
    Message-ID: <1352124962.32.1352106236@winserver.com>
    References: <1352106236.32.1352105713@winserver.com>
    X-WcMsg-Attr: Rcvd
    X-Mailer: Wildcat! Interactive Net Server v7.0.454.5
    Lines: 88

    Hello Mike

    I again have to say thanks!

    When I'm done I'll leave a note here on how I went about setting up Win
    2008 Server 64 bit OS and the the Virtualbox Win XP 32 bit OS step by
    step.

    Smile and of couse I have to give credit where credit is due!

    Thanks again.

    Greg

    On 11/5/2012 4:03 AM, MICHAEL PURDY wrote to GREG YOUNGBLOOD:

    Greg

    Your definitely on the right path.

    I think for anyone with a requirement to run legacy Operating Systems
    or
    8/16 bit application it is the best course to follow rather than
    looking
    for hacks or emulation software.

    Time permitting it would be worth you documenting your experience as it could assist other legacy door users and perhaps should be a tech note
    in
    Hectors knowledge base.

    Mike

    On 11/5/2012 3:55 AM, GREG YOUNGBLOOD wrote to MICHAEL PURDY:

    Morning Mike

    Right now it is on a single core xeon e server IBM but I will be
    moving it
    to a Dell Quad core poweredge server with 16 gigs of ram so I
    should be
    good to go there.

    The last thing I did last night was move the VM to another nic card
    so I
    will be testing that today and tomorrow.

    Thanks for the tips though, I fell a little better knowing I'm
    going in
    the right direction.

    Greg

    You can run VB on a single core with 4G Memory but put simply
    that
    isn't the target platform

    The assumption is that you will be running on a server (not
    desktop)
    with
    max RAM and at least a Quad Core+. A dual core will work but
    you
    would be
    limited to a very small number of Virtual Machines even in
    headless
    mode.

    You also want to make sure your Host OS is using a physically
    separate
    Network Interface Card to the Virtual Machines. When you start
    sharing the
    host NIC with the VM's it slows things down and potentially
    causes odd
    Windows TCP Stack problems.

    When you have the server hardware in place you can then fine
    tune the
    Settings for each of your VM's to reduce overhead and lag.

    I suggest you experiment as much as possible before moving
    everything
    to a
    production environment.

    Mike



    --- Platinum Xpress/Win/WINServer v3.1
    * Origin: Prison Board BBS Mesquite Tx //telnet.RDFIG.NET www. (1:124/5013)
  • From RUBEN FIGUEROA@1:124/5013 to All on Thu Jan 31 19:12:06 2019
    Date: Thu, 08 Nov 2012 13:43:46 -0400
    From: RUBEN FIGUEROA
    To: All
    Subject: Re: WINDOWS 2008 62 bit Server with Win XP
    Newsgroups: win.server.program
    Message-ID: <1352401217.32.0@winserver.com>
    X-Mailer: Wildcat! Interactive Net Server v7.0.454.5
    Lines: 69

    To me that would be invaluable. Running on Windows Server 2003 and
    unwilling to upgrade machine and OS unless I can run my legacy doors. I
    have a number of elderly users who come here just to play my door games,
    the card versions, of all types, using JNS card games.

    I am better than the average user but I am not proficient in any of
    what you both have been writing (headless, what's next) about. Though I
    can follow directions/instructions. It is how I learn much of what I
    have learned.




    Greg

    Your definitely on the right path.

    I think for anyone with a requirement to run legacy Operating Systems or 8/16 bit application it is the best course to follow rather than looking
    for hacks or emulation software.

    Time permitting it would be worth you documenting your experience as it could assist other legacy door users and perhaps should be a tech note in Hectors knowledge base.

    Mike

    On 11/5/2012 3:55 AM, GREG YOUNGBLOOD wrote to MICHAEL PURDY:

    Morning Mike

    Right now it is on a single core xeon e server IBM but I will be moving
    it
    to a Dell Quad core poweredge server with 16 gigs of ram so I should be good to go there.

    The last thing I did last night was move the VM to another nic card so I will be testing that today and tomorrow.

    Thanks for the tips though, I fell a little better knowing I'm going in the right direction.

    Greg

    You can run VB on a single core with 4G Memory but put simply that
    isn't the target platform

    The assumption is that you will be running on a server (not desktop)
    with
    max RAM and at least a Quad Core+. A dual core will work but you
    would be
    limited to a very small number of Virtual Machines even in headless
    mode.

    You also want to make sure your Host OS is using a physically separate Network Interface Card to the Virtual Machines. When you start
    sharing the
    host NIC with the VM's it slows things down and potentially causes odd Windows TCP Stack problems.

    When you have the server hardware in place you can then fine tune the Settings for each of your VM's to reduce overhead and lag.

    I suggest you experiment as much as possible before moving everything
    to a
    production environment.

    Mike


    --- Platinum Xpress/Win/WINServer v3.1
    * Origin: Prison Board BBS Mesquite Tx //telnet.RDFIG.NET www. (1:124/5013)
  • From BOBBY TODD@1:124/5013 to All on Thu Jan 31 19:12:12 2019
    Date: Sat, 07 Dec 2013 18:29:41 -0400
    From: BOBBY TODD
    To: GREG YOUNGBLOOD
    Subject: Re: WINDOWS 2008 62 bit Server with Win XP
    Newsgroups: win.server.program
    Message-ID: <1386458981.32.1351960556@winserver.com>
    References: <1351960556.32.1351414164@winserver.com>
    X-WcMsg-Attr: Rcvd
    X-Mailer: Wildcat! Interactive Net Server v7.0.454.5
    Lines: 71

    Greg, I have everything running here under Server 2008 Enterprise 32-bit without any issues that I can tell of so far.

    Even have Symantec Endpoint Protection 12.x, Small Business Edition,
    running on the same box as I've had bad virus attacks in the past that
    have destroyed ENTIRE systems to the point of reinstall. Knock on wood, I install that and have not had any issues. SEP seems to block out unwanted SVCHOST.EXE traffic without any problem and without affecting the BBS operations.

    On 11/3/2012 11:35 AM, GREG YOUNGBLOOD wrote to MICHAEL PURDY:

    On 10/28/2012 3:49 AM, MICHAEL PURDY wrote to GREG YOUNGBLOOD:


    Hello Mike

    The system is running fine, for that matter so good I hate to say
    anything.

    Two questions though.

    I see on google their is many ways to run headless, what way would you suggest? I'm running Win XP on top of Win2008?

    Also, would you suggest running PX Express on Win 2008 or XP? I read
    were
    Fred installed it on the 64 bit OS but used a share CD drive off of a 32
    bit OS.

    What would you suggest?

    Thanks for your time

    Greg




    Greg

    I do a lot of commercial work with Virtualbox so if you have any
    issues
    then yell out.

    Some key points are:

    1. Run GUI Virtual Hosts as Headless to minimize memory and processor
    overhead

    2. Use Remote Desktop to access the Headless VM's

    3. If you install XP or 2000 in a VM make sure its just the OS +
    Service
    Packs and the required Wildcat! files don't clutter it up with other
    apps.

    4. Whilst you can use VBoxManage to expand Virtual Disks its always
    better
    with Windows O/S to have a larger partition from the beginning say
    60GB+
    rather than the default 10 to 20GB

    5. I am running Windows XP with Wins in a VM on my Fedora Linux Box
    to if
    you wanted to go the Linux route that will also work in terms of the underlying comms.

    Mike


    --- Platinum Xpress/Win/WINServer v3.1
    * Origin: Prison Board BBS Mesquite Tx //telnet.RDFIG.NET www. (1:124/5013)
  • From GREG YOUNGBLOOD@1:124/5013 to All on Thu Jan 31 19:12:12 2019
    Date: Tue, 10 Dec 2013 08:48:36 -0400
    From: GREG YOUNGBLOOD
    To: BOBBY TODD
    Subject: Re: WINDOWS 2008 62 bit Server with Win XP
    Newsgroups: win.server.program
    Message-ID: <1386683316.32.1386458981@winserver.com>
    References: <1386458981.32.1351960556@winserver.com>
    X-WcMsg-Attr: Rcvd
    X-Mailer: Wildcat! Interactive Net Server v7.0.454.5
    Lines: 21


    Greg, I have everything running here under Server 2008 Enterprise 32-bit without any issues that I can tell of so far.

    Hello Bob

    What were you replying to virtualBOX or everything including 16 bit
    doors running on Windows 2008 32 bit?

    I have tried Windows Vista 32 bit, Windows 2008 32 Bit Windows 7 32 bit
    so far none of them run 16 bit doors other then Windows XP 32 bit &
    Windows 2003 & 2003R2

    As for VirtualBOX I have ran Wildcat Winserver on Windows 2008 32
    &64bit & Windows 2012 Server 64 bit.

    Greg



    --- Platinum Xpress/Win/WINServer v3.1
    * Origin: Prison Board BBS Mesquite Tx //telnet.RDFIG.NET www. (1:124/5013)
  • From BOBBY TODD@1:124/5013 to All on Thu Jan 31 19:12:12 2019
    Date: Fri, 13 Dec 2013 17:05:35 -0400
    From: BOBBY TODD
    To: GREG YOUNGBLOOD
    Subject: Re: WINDOWS 2008 62 bit Server with Win XP
    Newsgroups: win.server.program
    Message-ID: <1386972335.32.1386683316@winserver.com>
    References: <1386683316.32.1386458981@winserver.com>
    X-WcMsg-Attr: Rcvd
    X-Mailer: Wildcat! Interactive Net Server v7.0.454.5
    Lines: 11


    Hello Bob

    What were you replying to virtualBOX or everything including 16 bit
    doors running on Windows 2008 32 bit?

    The latter in this case.



    --- Platinum Xpress/Win/WINServer v3.1
    * Origin: Prison Board BBS Mesquite Tx //telnet.RDFIG.NET www. (1:124/5013)
  • From GREG YOUNGBLOOD@1:124/5013 to All on Thu Jan 31 19:12:12 2019
    Date: Sat, 14 Dec 2013 07:32:10 -0400
    From: GREG YOUNGBLOOD
    To: BOBBY TODD
    Subject: Re: WINDOWS 2008 62 bit Server with Win XP
    Newsgroups: win.server.program
    Message-ID: <1387024330.32.1386972335@winserver.com>
    References: <1386972335.32.1386683316@winserver.com>
    X-WcMsg-Attr: Rcvd
    X-Mailer: Wildcat! Interactive Net Server v7.0.454.5
    Lines: 23



    Hello Bob

    What were you replying to virtualBOX or everything including 16 bit
    doors running on Windows 2008 32 bit?

    The latter in this case.




    Hello Bob

    Your saying that 16 bit doors like Barren Realms Elite or Lord runs on
    your Windows Server 2008 32 bit system?


    Greg



    --- Platinum Xpress/Win/WINServer v3.1
    * Origin: Prison Board BBS Mesquite Tx //telnet.RDFIG.NET www. (1:124/5013)
  • From BOBBY TODD@1:124/5013 to All on Thu Jan 31 19:12:12 2019
    Date: Tue, 17 Dec 2013 11:05:54 -0400
    From: BOBBY TODD
    To: GREG YOUNGBLOOD
    Subject: Re: WINDOWS 2008 62 bit Server with Win XP
    Newsgroups: win.server.program
    Message-ID: <1387296354.32.1387024330@winserver.com>
    References: <1387024330.32.1386972335@winserver.com>
    X-WcMsg-Attr: Rcvd
    X-Mailer: Wildcat! Interactive Net Server v7.0.454.5
    Lines: 16

    Your saying that 16 bit doors like Barren Realms Elite or Lord runs on
    your Windows Server 2008 32 bit system?

    I've gotten Legend of the Red Dragon to run on that setup in the past,
    yes. I am trying to get Legend of the Red Dragon up and running now,
    but for some reason it doesn't look like the batch files are getting
    called.

    Also, do you have the door driver installed for WINserver by any chance?
    That might be an issue, too.





    --- Platinum Xpress/Win/WINServer v3.1
    * Origin: Prison Board BBS Mesquite Tx //telnet.RDFIG.NET www. (1:124/5013)
  • From GREG YOUNGBLOOD@1:124/5013 to All on Thu Jan 31 19:12:12 2019
    Date: Tue, 17 Dec 2013 14:24:56 -0400
    From: GREG YOUNGBLOOD
    To: BOBBY TODD
    Subject: Re: WINDOWS 2008 62 bit Server with Win XP
    Newsgroups: win.server.program
    Message-ID: <1387308296.32.1387296354@winserver.com>
    References: <1387296354.32.1387024330@winserver.com>
    X-WcMsg-Attr: Rcvd
    X-Mailer: Wildcat! Interactive Net Server v7.0.454.5
    Lines: 29


    Your saying that 16 bit doors like Barren Realms Elite or Lord run
    your Windows Server 2008 32 bit system?

    I've gotten Legend of the Red Dragon to run on that setup in the past,
    yes. I am trying to get Legend of the Red Dragon up and running now,
    but for some reason it doesn't look like the batch files are getting
    called.

    Also, do you have the door driver installed for WINserver by any chance? That might be an issue, too.


    Hello Bobby

    I have Windows 2008 Server 32 bit installed on one of my rack server
    and none of the 16 bit doors work, I will download win2008 right from
    Microsoft and do a fresh install and try it again though.

    I'll get back with you.

    Thanks

    Greg




    --- Platinum Xpress/Win/WINServer v3.1
    * Origin: Prison Board BBS Mesquite Tx //telnet.RDFIG.NET www. (1:124/5013)
  • From BOBBY TODD@1:124/5013 to All on Thu Jan 31 19:12:12 2019
    Date: Tue, 17 Dec 2013 15:45:44 -0400
    From: BOBBY TODD
    To: GREG YOUNGBLOOD
    Subject: Re: WINDOWS 2008 62 bit Server with Win XP
    Newsgroups: win.server.program
    Message-ID: <1387313144.32.1387308296@winserver.com>
    References: <1387308296.32.1387296354@winserver.com>
    X-WcMsg-Attr: Rcvd
    X-Mailer: Wildcat! Interactive Net Server v7.0.454.5
    Lines: 26

    On 12/17/2013 2:24 PM, GREG YOUNGBLOOD wrote to BOBBY TODD:



    I have Windows 2008 Server 32 bit installed on one of my rack server

    and none of the 16 bit doors work, I will download win2008 right from

    Microsoft and do a fresh install and try it again though.



    I'll get back with you.



    Thanks



    Greg



    Sure thing. Oh, and you DO know that I am the same person that maintains
    the WINServer version of Attitude Assessment, right? :)
    --- Platinum Xpress/Win/WINServer v3.1
    * Origin: Prison Board BBS Mesquite Tx //telnet.RDFIG.NET www. (1:124/5013)