Message Area
Casually read the BBS message area using an easy to use interface. Messages are categorized exactly like they are on the BBS. You may post new messages or reply to existing messages! You are not logged in. Login here for full access privileges. |
Previous Message | Next Message | Back to Mystic BBS <-- <--- | Return to Home Page |
|
||||||
From | To | Subject | Date/Time | |||
Static | Terry Rankin | Re: Pimpwars keeps deleting my DOOR.SYS file? |
January 6, 2018 11:16 PM * |
|||
On 01/06/18, Terry Rankin said the following... TR> D:\DOORS\bnu\bnu TR> Turns out that the lower case version resolved to this: TR> D:\DOORnnu What's happening there is that the batch file is being dynamically generated by the Linux shell script, and your shell echo appears to be defaulting to processing escape characters. "\b" tells it to insert a backspace rather than the literal characters listed. Normally you have to call echo with the -e switch to make it do this. Calling echo with -E should turn this off if it's on by default. Alternatively you can escape any backslashes that would otherwise be picked up as escape characters. eg: D:\DOORS\\bnu\\bnu \D and \B don't do anything because no such escape characters exist, but it also doesn't hurt to escape the backslash anyway for consistency's sake. --- Mystic BBS v1.12 A38 2018/01/01 (Linux/64) * Origin: Subcarrier BBS (1:249/400) |
||||||
|
Previous Message | Next Message | Back to Mystic BBS <-- <--- | Return to Home Page |
Execution Time: 0.0758 seconds If you experience any problems with this website or need help, contact the webmaster. VADV-PHP Copyright © 2002-2024 Steve Winn, Aspect Technologies. All Rights Reserved. Virtual Advanced Copyright © 1995-1997 Roland De Graaf. |