delete access.log (solution) automated or with prompts

 
Post new topic   Reply to topic    Aprelium Forum Index -> General Questions
View previous topic :: View next topic  
Author Message
Spud2004
-


Joined: 12 Sep 2004
Posts: 29

PostPosted: Mon Sep 19, 2022 3:40 pm    Post subject: delete access.log (solution) automated or with prompts Reply with quote

Why are lines double spaced?
Code:
rem create shortcut to this code as c:\abyss\deletelog.bat

@echo off
cd /d %~dp0
@cls

abyssws.exe --stop
erase log\access.log
start abyssws.exe
exit

choice /M "Stop server"
if errorlevel = 2 goto startserver
abyssws.exe --stop

choice /M "Erase log"
if errorlevel 2 goto startserver
erase log\access.log

:startserver
choice /M "Start server"
if errorlevel = 2 exit
start abyssws.exe
Back to top View user's profile Send private message
admin
Site Admin


Joined: 03 Mar 2002
Posts: 1295

PostPosted: Wed Sep 28, 2022 9:33 pm    Post subject: Re: delete access.log (solution) automated or with prompts Reply with quote

Spud2004,

This is probably related to the CSS page used by the forum. Does it need fixing?
_________________
Follow @abyssws on Twitter
Subscribe to our newsletter
_________________
Forum Administrator
Aprelium - https://aprelium.com
Back to top View user's profile Send private message
Spud2004
-


Joined: 12 Sep 2004
Posts: 29

PostPosted: Wed Sep 28, 2022 9:51 pm    Post subject: Reply with quote

I guess some people like double spacing or something to do with the font.
No big thing.
Back to top View user's profile Send private message
Horizon
-


Joined: 18 Feb 2022
Posts: 54

PostPosted: Thu Sep 29, 2022 11:36 am    Post subject: Re: delete access.log (solution) automated or with prompts Reply with quote

admin wrote:
Spud2004,

This is probably related to the CSS page used by the forum. Does it need fixing?

You didn't ask this to me, but I do think that the code blocks shouldn't have text spacing the same as normal text.

Ideally it should have nowrap or a 'pre' line wrapping, a monospace font & the line/paragraph spacing should be like the Windows Notepad (not like Microsoft Word).

The rest of the CSS is OK I think.
Back to top View user's profile Send private message
admin
Site Admin


Joined: 03 Mar 2002
Posts: 1295

PostPosted: Thu Nov 10, 2022 10:10 pm    Post subject: Reply with quote

Spud2004 wrote:
I guess some people like double spacing or something to do with the font.
No big thing.


You're right. The CSS of the BODY mandates a 150% line height which explains what you see in some areas of the forum.
_________________
Follow @abyssws on Twitter
Subscribe to our newsletter
_________________
Forum Administrator
Aprelium - https://aprelium.com
Back to top View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Aprelium Forum Index -> General Questions All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB phpBB Group