On Saturday, January 6, 2018 at 10:40:04 AM UTC-5, Nicholas Boel wrote:
> Hello Terry,
>
> On Sat Jan 06 2018 06:24:36, Terry Rankin wrote to Terry Rankin:
>
> TR> ok. More on this. :)
>
> TR> So I'm using Darryl Perry's method (Awesome job btw!)
> TR> http://cyberia.darktech.org/dispfile.php?textfile=gfiles/mystic/dosdoo
> TR> rs-howto.txt&title=How+To+Add+DOS+doors+to+Raspberry+Pi+Mystic
>
> TR> My doors.sh script call looks like this:
> TR> ## Pimpwars
> TR> PIMP)
> TR> echo "@echo off" > ${gobat}
> TR> echo "D:" >> ${gobat}
> TR> echo "D:\DOORS\bnu\bnu" >> ${gobat}
> TR> echo "CD \DOORS\PIMPWARS" >> ${gobat}
> TR> echo "CALL PIMPWARS.EXE E:\TEMP${NODE}\DOOR.SYS ${NODE}" >>
> TR> ${gobat}
> TR> ;;
>
> TR> My menu command (Menu (doors))
> TR> Command: (D3) Exec DOOR32 program
> TR> Data: /home/bbs/doors/qemu/doors.sh PIMP %3 /DOS
>
> Looks like you're trying to give Pimpwars a DOOR32.SYS when it's looking for
a
> DOOR.SYS. Your Mystic command should probably be (DD) instead of D3.
>
> TR> Like I said, works with LoRD and Dungeon Master and others.
> TR> Difference between LoRD and Pimp Wars is LorD has a START.BAT script
> TR> and a config that defines where the drop files reside.
>
> TR> For pimpwars you just have to pass that into as a parameter like so:
> TR> CALL PIMPWARS.EXE E:\TEMP${NODE}\DOOR.SYS ${NODE}
> TR> Which resolves to this if logged onto node #1
> TR> CALL PIMPWARS.EXE E:\TEMP1\DOOR.SYS 1
>
> DOOR.SYS is not a DOOR32.SYS. Two completely different entities.
>
> Regards,
> Nick
>
> ... "Не знаю. Я здесь только работаю."
Yes, the D3 DOOR32 menu option is a confusing name because this option actual
creates several "door type" files. It creates all of the following each time
its executed: CHAIN.TXT door32.SYS DOOR.SYS DORINFO1.DEF
I have a bad feeling it might just be some oddness with "qemu". Its neem
throwing some crazy errors like: get_cluster_count_for_directory: Assertion
`mapping->mode & MODE_DELETED' failed. Aborted
Wondering if there is anything I should add to my qemu script (Within
doors.sh):
qemu-system-i386 \
-localtime \
-drive file='/home/bbs/doors/qemu/freedos.img',index=0,format=raw,media=disk \
-drive file=fat:rw:/home/bbs,index=1,format=raw,media=disk \
-drive file=fat:rw:/mystic,index=2,format=raw,media=disk \
-boot c \
-display none \
-serial telnet::${portnum},server,nowait,nodelay \
-m 256 > /dev/null 2>&1 &
Thanks.
--- SoupGate-Win32 v1.05
* Origin: Agency HUB, Dunedin - New Zealand | FidoUsenet Gateway (3:770/3)
|