• Re: yes, i did the unthin

    From Matthew Munson@1:218/109 to Ruben Figueroa on Sun Jul 17 07:24:00 2016
    Ruben Figueroa wrote to Robert Wolfe <=-

    I also resubscribed for the WinServer 7. Everything worked fine until
    I tried my 16bit doors. None of them worked. They all worked when I
    was running WinServer on a Windows 2003 server, but I had installed the new WinServer onto a Windows 7/32bit computer. Long story short I had
    to NetWork Wildcat using the Windows Server 2003 as a workstation.
    Then ran wcOnline, and configured for my users to telnet into that server/workstation and now the games all work.

    Apparently Santronics uses MicroSoft VDD to run these games, but
    MicroSoft quit supporting VDD a long time ago. Any new OS starting I think with Vista will not run your 16bit door games.

    I am thinking of just running a doorgame server on the board or run an old operating system.
    I like the interface on the web end that is why I made the purchase. Maybe it is a bucket list item for me to try out their product. I am also considering giving up playing a MMO to make the cost neutral.

    I think running GameSrv on my end might be the best idea.



    ... I shop at the class gap. It's called the petit bourgeoisie.
    --- MultiMail/Win32 v0.49
    * Origin: Inland Utopia (1:218/109)
  • From RUBEN FIGUEROA@1:116/18 to Matthew Munson on Sat Jul 23 09:16:32 2016
    Ruben Figueroa wrote to Robert Wolfe <=-

    I also resubscribed for the WinServer 7. Everything worked fine until I tried my 16bit doors. None of them worked. They all worked when I was running WinServer on a Windows 2003 server, but I had installed the

    new WinServer onto a Windows 7/32bit computer. Long story short I had to NetWork Wildcat using the Windows Server 2003 as a workstation. Then ran wcOnline, and configured for my users to telnet into that server/workstation and now the games all work.

    Apparently Santronics uses MicroSoft VDD to run these games, but MicroSoft quit supporting VDD a long time ago. Any new OS starting I think with Vista will not run your 16bit door games.

    I am thinking of just running a doorgame server on the board or run an old operating system.
    I like the interface on the web end that is why I made the purchase. Maybe i

    is a bucket list item for me to try out their product. I am also considering

    giving up playing a MMO to make the cost neutral.

    I think running GameSrv on my end might be the best idea.



    ... I shop at the class gap. It's called the petit bourgeoisie.
    --- MultiMail/Win32 v0.49
    * Origin: Inland Utopia (1:218/109)
    I networked my WinServer and have wcOline running on Windows 2003
    server where there is a shared drive off the WinServer machine for wc5
    and my door games. All is working, but it took some effort to get it
    right. Networking WinServer was not hard, the hard part was geting the
    games working on that shared drive where before they knew to go to
    drive d: and now the shared folder is W: So I had to take all the
    drive desginations out of the batch files and configuration file of
    each game.

    --- Wildcat! v7.0.454.5 (May 15 2016), Editor Mod v2.0
    * Origin: Neptune's Lair * Memphis TN * winserver.org (1:116/18)
  • From Matthew Munson@1:218/109 to Ruben Figueroa on Sat Jul 23 08:38:56 2016
    I networked my WinServer and have wcOline running on Windows 2003
    server where there is a shared drive off the WinServer machine for wc5
    and my door games. All is working, but it took some effort to get it right. Networking WinServer was not hard, the hard part was geting the games working on that shared drive where before they knew to go to
    drive d: and now the shared folder is W: So I had to take all the
    drive desginations out of the batch files and configuration file of
    each game.
    There is another idea, is I could use Amazon hosting, but I dont know
    how costly it would be to run Windows server 2003 on it.
    --- Platinum Xpress/Win/WINServer v3.0pr5
    * Origin: Inland Utopia (1:218/109)
  • From mark lewis@1:3634/12.73 to RUBEN FIGUEROA on Sat Jul 23 14:19:10 2016

    23 Jul 16 09:16, you wrote to Matthew Munson:

    I networked my WinServer and have wcOline running on Windows 2003
    server where there is a shared drive off the WinServer machine for wc5
    and my door games. All is working, but it took some effort to get it right. Networking WinServer was not hard, the hard part was geting
    the games working on that shared drive where before they knew to go to drive d: and now the shared folder is W: So I had to take all the
    drive desginations out of the batch files and configuration file of
    each game.

    the way to handle this without having to remove the drive designations is to map that drive on the host as well as the others... in this way /all/ machines would have the same W: drive... we used to do this in our start up scripts like
    this...

    @echo off
    net use W: \\wrksta1\disk1
    net use X: \\wrksta1\disk2
    net use Y: \\wrksta2\disk1
    net use Z: \\wrksta3\disk1


    it was much easier to do this this way than to try to figure out how to map a locally shared drive on the local sharing system in a GUI...


    )\/(ark

    Always Mount a Scratch Monkey

    ... When an old person dies, a library is lost.
    ---
    * Origin: (1:3634/12.73)
  • From Zazz@1:124/5014 to Matthew Munson on Sun Jul 24 17:57:52 2016
    There is another idea, is I could use Amazon hosting, but I dont know
    how costly it would be to run Windows server 2003 on it.

    I have no idea.

    Ruben Figueroa
    Mystic Prison Board Sysop
    telnet://pb.darktech.org:24
    Web: www.rdfig.net

    --- Mystic BBS v1.12 A30 (Windows)
    * Origin: Mystic Prison Board*Mesquite Tx*pb.darktech.org:24 (1:124/5014)
  • From Zazz@1:124/5014 to mark lewis on Sun Jul 24 17:59:18 2016
    the way to handle this without having to remove the drive designations
    is to map that drive on the host as well as the others... in this way /all/ machines would have the same W: drive... we used to do this in our start up scripts like this...

    @echo off
    net use W: \\wrksta1\disk1
    net use X: \\wrksta1\disk2
    net use Y: \\wrksta2\disk1
    net use Z: \\wrksta3\disk1


    Thanks Mark.

    Ruben Figueroa
    Mystic Prison Board Sysop
    telnet://pb.darktech.org:24
    Web: www.rdfig.net

    --- Mystic BBS v1.12 A30 (Windows)
    * Origin: Mystic Prison Board*Mesquite Tx*pb.darktech.org:24 (1:124/5014)
  • From Robert Wolfe@1:116/17 to Zazz on Mon Jul 25 03:00:36 2016
    Zazz wrote to mark lewis:

    start up scripts like this...

    @echo off
    net use W: \\wrksta1\disk1
    net use X: \\wrksta1\disk2
    net use Y: \\wrksta2\disk1
    net use Z: \\wrksta3\disk1


    You might want to add a /persistent:yes at the end of each of those lines.


    Greetings, Robert Wolfe

    ... "Keyboard? How quaint!" - Scotty

    --- MBSE BBS v1.0.6.5 (GNU/Linux-ARM)
    * Origin: Bridge Over River Pi * http://pi.rivernet.us (1:116/17)
  • From RUBEN FIGUEROA@1:124/5013 to ROBERT WOLFE on Mon Jul 25 08:56:14 2016
    Zazz wrote to mark lewis:

    start up scripts like this...

    @echo off
    net use W: \\wrksta1\disk1
    net use X: \\wrksta1\disk2
    net use Y: \\wrksta2\disk1
    net use Z: \\wrksta3\disk1


    You might want to add a /persistent:yes at the end of each of those lines.


    Thanks Robert!
    --- Platinum Xpress/Win/WINServer v3.0pr5
    * Origin: Prison Board BBS Mesquite Tx //telnet.RDFIG.NET www. (1:124/5013)
  • From Robert Wolfe@1:116/17 to RUBEN FIGUEROA on Mon Jul 25 21:12:30 2016
    RUBEN FIGUEROA wrote to ROBERT WOLFE:

    You might want to add a /persistent:yes at the end of each of those
    lines.

    Thanks Robert!

    Sure thing! :)

    Thank you for replying. Was not even sure that Fido was getting out beyond ony
    Wildcat! system from the Pi board :)


    Greetings, Robert Wolfe

    ... "Build a watch in 179 easy steps" by C. Forsberg.

    --- MBSE BBS v1.0.6.5 (GNU/Linux-ARM)
    * Origin: Bridge Over River Pi * http://pi.rivernet.us (1:116/17)
  • From Zazz@1:124/5014 to Robert Wolfe on Mon Jul 25 21:28:00 2016
    Thank you for replying. Was not even sure that Fido was getting out beyond ony
    Wildcat! system from the Pi board :)

    Sure got here. I've been tempted to buy a Pi board, but I know nothing of Linux OS's Played with Ubuntu but from the GUI end of things. I would need
    a kindergarten book of instruction (;-O

    Ruben Figueroa
    Mystic Prison Board Sysop
    telnet://pb.darktech.org:24
    Web: www.rdfig.net

    --- Mystic BBS v1.12 A30 (Windows)
    * Origin: Mystic Prison Board*Mesquite Tx*pb.darktech.org:24 (1:124/5014)
  • From Robert Wolfe@1:116/17 to Zazz on Tue Jul 26 12:49:44 2016
    Zazz wrote to Robert Wolfe:

    Sure got here. I've been tempted to buy a Pi board, but I know nothing of Linux OS's Played with Ubuntu but from the GUI end of things. I would need
    a kindergarten book of instruction (;-O

    In that case, any Linux+ study materials would fit that bill just nicely :)


    Greetings, Robert Wolfe

    ... An Elephant; A Mouse built to government specifications.

    --- MBSE BBS v1.0.6.5 (GNU/Linux-ARM)
    * Origin: Bridge Over River Pi * http://pi.rivernet.us (1:116/17)
  • From Shawn Highfield@1:229/452 to ZAZZ on Tue Jul 26 14:07:35 2016
    Quoting Zazz to Robert Wolfe <=-

    Sure got here. I've been tempted to buy a Pi board, but I know
    nothing of Linux OS's Played with Ubuntu but from the GUI end of
    things. I would need a kindergarten book of instruction (;-O

    Honestly, the distro for the pi is sooooo easy to use, you wouldn't know
    it was linux. THey did a great job of getting an easy to use debian install that will do what you want almost out of the box.

    Shawn
    ___ Blue Wave/DOS v2.30

    --- Mystic BBS/QWK v1.12 A30 (Raspberry Pi)
    * Origin: Tiny's BBS - tinysbbs.com (1:229/452)
  • From Robert Wolfe@1:116/17 to Shawn Highfield on Tue Jul 26 22:17:44 2016
    Shawn Highfield wrote to ZAZZ:

    Honestly, the distro for the pi is sooooo easy to use, you wouldn't know it was linux. THey did a great job of getting an easy to use debian install
    that will do what you want almost out of the box.

    You referring to NOOBS, Raspbian or both? :)


    Greetings, Robert Wolfe

    ... "Luke... Luke... Use the MOUSE, Luke" - Obi Wan Gates

    --- MBSE BBS v1.0.6.5 (GNU/Linux-ARM)
    * Origin: Bridge Over River Pi * http://pi.rivernet.us (1:116/17)
  • From Shawn Highfield@1:229/452 to ROBERT WOLFE on Wed Jul 27 06:49:05 2016
    Quoting Robert Wolfe to Tiny <=-

    You referring to NOOBS, Raspbian or both? :)

    I didn't realize noobs was a distro of linux. ;) So I was referring to Raspbian. Ordering up another couple of pi's this morning one for Andrea to replace an aging failing laptop, and one for her friends living room to
    watch tv shows on.

    My custom wood case is almost carved. It's taking longer because I'm
    using nothing but my jack knife to do it with. (Including hollering the
    wood) - Having a blast with this stuff.

    Shawn


    ... Sometimes when it's quiet, you can hear the brain cells die.
    ___ Blue Wave/DOS v2.30

    --- Mystic BBS/QWK v1.12 A30 (Raspberry Pi)
    * Origin: Tiny's BBS - tinysbbs.com (1:229/452)
  • From Darryl Perry@1:106/324 to Shawn Highfield on Wed Jul 27 08:09:24 2016
    On 07/27/16, Shawn Highfield said the following...

    Quoting Robert Wolfe to Tiny <=-

    You referring to NOOBS, Raspbian or both? :)

    I didn't realize noobs was a distro of linux. ;) So I was referring to Raspbian. Ordering up another couple of pi's this morning one for
    Andrea to replace an aging failing laptop, and one for her friends
    living room to watch tv shows on.

    NOOBs is actually a collection of different linux distros. One of those that is included in the distro is Raspian. I don't know what version of raspian
    it is tho. It also include, from what I remember, Arch linux, Pidora, and
    some other things like OSMC or RISCOS.

    "No matter where you go, there you are!" - Buckaroo Bonzai

    --- Mystic BBS v1.12 A30 (Raspberry Pi)
    * Origin: Cyberia BBS | Cyberia.Darktech.Org | Kingwood, TX (1:106/324)
  • From Zazz@1:124/5014 to Shawn Highfield on Wed Jul 27 09:49:35 2016
    Honestly, the distro for the pi is sooooo easy to use, you wouldn't
    know it was linux. THey did a great job of getting an easy to use
    debian install that will do what you want almost out of the box.


    Thanks Shawn, that is encouraging. I just might gamble on that.

    Ruben Figueroa
    Mystic Prison Board Sysop
    telnet://pb.darktech.org:24
    Web: www.rdfig.net

    --- Mystic BBS v1.12 A30 (Windows)
    * Origin: Mystic Prison Board*Mesquite Tx*pb.darktech.org:24 (1:124/5014)
  • From Zazz@1:124/5014 to Robert Wolfe on Wed Jul 27 09:50:52 2016
    You referring to NOOBS, Raspbian or both? :)


    You see that is what I mean. NOOBS is what a term for newbie, I would have
    to look even that up.

    Ruben Figueroa
    Mystic Prison Board Sysop
    telnet://pb.darktech.org:24
    Web: www.rdfig.net

    --- Mystic BBS v1.12 A30 (Windows)
    * Origin: Mystic Prison Board*Mesquite Tx*pb.darktech.org:24 (1:124/5014)
  • From Zazz@1:124/5014 to Darryl Perry on Wed Jul 27 09:52:48 2016
    NOOBs is actually a collection of different linux distros. One of those that is included in the distro is Raspian. I don't know what version of raspian it is tho. It also include, from what I remember, Arch linux, Pidora, and some other things like OSMC or RISCOS.

    Now I know what NOOBS is (:-)

    Ruben Figueroa
    Mystic Prison Board Sysop
    telnet://pb.darktech.org:24
    Web: www.rdfig.net

    --- Mystic BBS v1.12 A30 (Windows)
    * Origin: Mystic Prison Board*Mesquite Tx*pb.darktech.org:24 (1:124/5014)
  • From Darryl Perry@1:106/324 to Zazz on Wed Jul 27 12:31:25 2016
    On 07/27/16, Zazz said the following...

    NOOBs is actually a collection of different linux distros. One of th that is included in the distro is Raspian. I don't know what version raspian it is tho. It also include, from what I remember, Arch linux Pidora, and some other things like OSMC or RISCOS.

    Now I know what NOOBS is (:-)

    Yes, but the name stands for New Out Of Box Software.

    "No matter where you go, there you are!" - Buckaroo Bonzai

    --- Mystic BBS v1.12 A30 (Raspberry Pi)
    * Origin: Cyberia BBS | Cyberia.Darktech.Org | Kingwood, TX (1:106/324)
  • From RUBEN FIGUEROA@1:124/5013 to DARRYL PERRY on Wed Jul 27 17:32:56 2016
    On 07/27/16, Zazz said the following...

    NOOBs is actually a collection of different linux distros. One of
    th
    that is included in the distro is Raspian. I don't know what
    version
    raspian it is tho. It also include, from what I remember, Arch
    linux
    Pidora, and some other things like OSMC or RISCOS.

    Now I know what NOOBS is (:-)

    Yes, but the name stands for New Out Of Box Software.

    I guess I've been out on the farm too long.
    --- Platinum Xpress/Win/WINServer v3.0pr5
    * Origin: Prison Board BBS Mesquite Tx //telnet.RDFIG.NET www. (1:124/5013)
  • From Robert Wolfe@1:116/17 to Shawn Highfield on Thu Jul 28 19:55:00 2016
    Shawn Highfield wrote to ROBERT WOLFE:

    I didn't realize noobs was a distro of linux. ;) So I was referring to Raspbian. Ordering up another couple of pi's this morning one for Andrea to
    replace an aging failing laptop, and one for her friends living room to watch tv shows on.

    Well, NOOBS is a Raspbian installer, not a disto in and of itself.

    My custom wood case is almost carved. It's taking longer because I'm using nothing but my jack knife to do it with. (Including hollering the wood) - Having a blast with this stuff.

    Always fun, this hobby is :)

    Greetings, Robert Wolfe

    ... A dirty book is rarely dusty.

    --- MBSE BBS v1.0.6.5 (GNU/Linux-ARM)
    * Origin: Bridge Over River Pi * http://pi.rivernet.us (1:116/17)
  • From Robert Wolfe@1:116/17 to Zazz on Thu Jul 28 19:55:36 2016
    Zazz wrote to Robert Wolfe:

    You referring to NOOBS, Raspbian or both? :)


    You see that is what I mean. NOOBS is what a term for newbie, I would
    have
    to look even that up.

    In this case, NOOBS is an acronym for :

    New
    Out
    Of
    Box
    Setup


    Greetings, Robert Wolfe

    ... "640K ought to be enough for anybody." Bill Gates '81

    --- MBSE BBS v1.0.6.5 (GNU/Linux-ARM)
    * Origin: Bridge Over River Pi * http://pi.rivernet.us (1:116/17)
  • From Robert Wolfe@1:116/17 to Darryl Perry on Thu Jul 28 20:04:02 2016
    Darryl Perry wrote to Shawn Highfield:

    NOOBs is actually a collection of different linux distros. One of those that
    is included in the distro is Raspian. I don't know what version of raspian
    it is tho. It also include, from what I remember, Arch linux, Pidora, and some other things like OSMC or RISCOS.

    Actually, only Raspian seems to be the only option available on the NOOBS installation program now.


    Greetings, Robert Wolfe

    ... At a store: In God we trust; all others pay cash.

    --- MBSE BBS v1.0.6.5 (GNU/Linux-ARM)
    * Origin: Bridge Over River Pi * http://pi.rivernet.us (1:116/17)
  • From Flavio Bessa@4:801/189 to Matthew Munson on Fri Jul 29 22:57:16 2016
    Matthew Munson wrote to Ruben Figueroa <=-

    There is another idea, is I could use Amazon hosting, but I dont know
    how costly it would be to run Windows server 2003 on it.

    Amazon offers the Windows Server 2003 VM for free for a year.

    After that it charges you based on volume - Last month I payed
    around 5 USD.



    ---
    .-----________________--_ ________.--'-`--.____ Hugs from Flavio Bessa \____==================_) \_'===================' Syzo of Saturn's Orbit
    - -|__|-.______|=====/ `---' Netmail 4:801/189.1
    Live long ` ∙._ _ _ _~~~~~| fcbessa@gmail.com
    and prosper... `-.__________,' Always UnionNET Addicted!


    ... Cena UnionNet: Kikinha tomando Tchotcha-tchola... -FB-

    ---
    * Origin: Brain Storm BBS * http://www.bsbbs.com.br * Recife,BR (4:801/189)
  • From RUBEN FIGUEROA@1:124/5013 to ROBERT WOLFE on Fri Jul 29 09:03:32 2016
    Zazz wrote to Robert Wolfe:

    You referring to NOOBS, Raspbian or both? :)


    You see that is what I mean. NOOBS is what a term for newbie, I would have
    to look even that up.

    In this case, NOOBS is an acronym for :

    New
    Out
    Of
    Box
    Setup

    Thanks Robert.
    --- Platinum Xpress/Win/WINServer v3.0pr5
    * Origin: Prison Board BBS Mesquite Tx //telnet.RDFIG.NET www. (1:124/5013)
  • From Matthew Munson@1:218/109 to Flavio Bessa on Fri Jul 29 21:36:34 2016
    Amazon offers the Windows Server 2003 VM for free for a year.

    After that it charges you based on volume - Last month I payed
    around 5 USD.
    It would be interesting to run the bbs on Amazon VCS.
    --- Platinum Xpress/Win/WINServer v3.0pr5
    * Origin: Inland Utopia (1:218/109)
  • From Robert Wolfe@1:261/20 to Ruben Figueroa on Sat Jul 30 14:29:46 2016
    You might want to add a /persistent:yes at the end of each of thos


    Thanks Robert!
    --- Platinum Xpress/Win/WINServer v3.0pr5
    * Origin: Prison Board BBS Mesquite Tx //telnet.RDFIG.NET www.

    You're welcome :) Again :)

    --- ViaMAIL!/WC v2.00
    * Origin: Neptune's Lair II ■ Memphis TN ■ wildcat4.winserver.org (1:261/20)
  • From Flavio Bessa@4:801/189 to Matthew Munson on Thu Aug 4 12:21:46 2016
    Matthew Munson wrote to Flavio Bessa <=-

    Amazon offers the Windows Server 2003 VM for free for a year.

    After that it charges you based on volume - Last month I payed
    around 5 USD.

    It is... I never have to worry again about hard drives, backups...

    An even the Windows interface is fairly reachable.




    ---
    .-----________________--_ ________.--'-`--.____ Hugs from Flavio Bessa \____==================_) \_'===================' Syzo of Saturn's Orbit
    - -|__|-.______|=====/ `---' Netmail 4:801/189.1
    Live long ` ∙._ _ _ _~~~~~| fcbessa@gmail.com
    and prosper... `-.__________,' Always UnionNET Addicted!


    ... "Eu tinha descobrido esse macete num livro do SC2000" -MP

    ---
    * Origin: Brain Storm BBS * http://www.bsbbs.com.br * Recife,BR (4:801/189)