The DOS Batch Guide - library extension requests

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
penpen
Expert
Posts: 2009
Joined: 23 Jun 2013 06:15
Location: Germany

The DOS Batch Guide - library extension requests

#1 Post by penpen » 13 Apr 2016 10:13

I couldn't find a Topic where i could post that to, so i've created this topic.
(And i think there are some topics/results, that should be added, too.)

I've created a new 64 bytes batch-quine "quine64.bat":

Code: Select all

set "x=cmd/v:on/c"echo set "x=^!x:%%=%%%%^!""&echo %%x%%"
%x%
(Tested on Win8.1.)

To ensure that ANSI is used, echo is off, extensions are enabled and delayed expansion is disabled,
you should start it (sample: from "Z:\") using:

Code: Select all

Z:\>cmd/a/q/e:on/v:off/cquine.bat


penpen (Ulf Schneider)

Edit1: I hope the title is ok.
Last edited by penpen on 13 Apr 2016 10:20, edited 1 time in total.

penpen
Expert
Posts: 2009
Joined: 23 Jun 2013 06:15
Location: Germany

Re: The DOS Batch Guide - library extension requests

#2 Post by penpen » 13 Apr 2016 10:17

For example the result of this topic should be added, too:
Create nul and all ascii characters with only batch

penpen

npocmaka_
Posts: 516
Joined: 24 Jun 2013 17:10
Location: Bulgaria
Contact:

Re: The DOS Batch Guide - library extension requests

#3 Post by npocmaka_ » 13 Apr 2016 10:38

As I understand the title topic you are aiming an update here - http://www.dostips.com/DtTipsQuine.php (and the other pages outside the forum)


A lot of these pages are old already and I don't know if they are supported anymore.A lot of thing could be improved there.

penpen
Expert
Posts: 2009
Joined: 23 Jun 2013 06:15
Location: Germany

Re: The DOS Batch Guide - library extension requests

#4 Post by penpen » 13 Apr 2016 11:00

Well, i only thought about an update here (at dostips).
To change the pages outside would be a nice bonus, but i wouldn't even hope for this.
Although i don't know how they are interconnected and how much work it would be.

penpen

Squashman
Expert
Posts: 4486
Joined: 23 Dec 2011 13:59

Re: The DOS Batch Guide - library extension requests

#5 Post by Squashman » 13 Apr 2016 11:17

None of the moderators have access to update the main website that I know of. I think Peter is the only one who can.

foxidrive
Expert
Posts: 6031
Joined: 10 Feb 2012 02:20

Re: The DOS Batch Guide - library extension requests

#6 Post by foxidrive » 13 Apr 2016 19:30

penpen wrote:Well, i only thought about an update here (at dostips).
To change the pages outside would be a nice bonus, but i wouldn't even hope for this.
Although i don't know how they are interconnected and how much work it would be.

penpen


The moderators can move messages/threads and change thread titles - what did you have in mind penpen, was it rearranging the threads?

penpen
Expert
Posts: 2009
Joined: 23 Jun 2013 06:15
Location: Germany

Re: The DOS Batch Guide - library extension requests

#7 Post by penpen » 14 Apr 2016 05:39

I meant, what npocmaka_ has written but without the part in parentheses (although that would be nice).
But according to Squashman and you, i think the only one who could do that is Peter (==site-admin?).

Maybe then we could use this as a proposal collection for Peter, if he reads this from time to time:
So he don't has to read all topics, and also the probability to read over interesting things is lower.

Alternatively you may close/delete this topic, if you have no need for something like this.


penpen

Post Reply