When is Batch Code Considered Spam?

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Locked
Message
Author
Ben Bailey
Posts: 1
Joined: 21 Jul 2012 19:52

When is Batch Code Considered Spam?

#1 Post by Ben Bailey » 21 Jul 2012 20:04

Is Batch Code that shows a sample of the output Spam?

I thought Spam was email advertising?

Code: Select all

C:\test>type lisa.bat
@echo off
for /F "delims=" %%i in (lisa.txt) do echo %%



C:\test>
C:\test>lisa.bat
one
line
at
a
time

C:\test>
Last edited by Ben Bailey on 21 Jul 2012 21:12, edited 1 time in total.

Liviu
Expert
Posts: 470
Joined: 13 Jan 2012 21:24

Re: When is Batch Code Considered Spam?

#2 Post by Liviu » 21 Jul 2012 20:52

Spamming is not the only reason to ban/purge. The word you are looking for is "trolling" - such as posting the same nonsense days in a row under different nym's.

Code: Select all

@setlocal enabledelayedexpansion&(set/p?=<"%~f0")&echo !?:~13,1!!?:~20,2! !?:~13,1!!?:~29,1!!?:~4,1!!?:~4,1!!?:~20,1! ;-)

Ed Dyreen
Expert
Posts: 1569
Joined: 16 May 2011 08:21
Location: Flanders(Belgium)
Contact:

Re: When is Batch Code Considered Spam?

#3 Post by Ed Dyreen » 22 Jul 2012 11:19

'
banned Ben Bailey aka billrich

Locked