Section One BBS

Welcome, Guest.


Subject: BullsEye path limitations? Date: Tue May 17 2022 05:14 pm
From: Digital Man To: Belly

  Re: BullsEye path limitations?
  By: Belly to Digital Man on Tue May 17 2022 05:22 pm

 >   Re: BullsEye path limitations?
 >   By: Digital Man to Belly on Tue May 17 2022 09:31 am
 >
 >  > Try copying the file to your "ctrl" directory and run "?typeasc
 >  > tw2002tw.ans
 >
 > I just gave that a try. Unchanged behavior:
 >
 > ;exec ?typeasc tw2002tw.ans  <- immediate return to menu
 > ;eval console.printfile("tw2002tw.ans")  <- displays the file

I guess the next thing I would do is add a couple log() calls to exec/typeasc.js
:

else { // added opening brace
        log(format("Calling console.printfile(%s, %s)", f.name, mode));
        console.printfile(f.name, mode);
} // added closing brace

And then see what is logged when you try to use typeasc.js to display that file.
-- 
                                            digital man (rob)

Rush quote #35:
Static on your frequency, electrical storm in your veins
Norco, CA WX: 70.9°F, 58.0% humidity, 12 mph SSE wind, 0.00 inches rain/24hrs

---
 ■ SynchronetVertrauen Home of Synchronet [vert/cvs/bbs].synchro.net

Previous Message       Next Message
In Reply To: BullsEye path limitations? (Belly)
Replies: BullsEye path limitations? (Belly)