Search found 1 match

by Ben Bailey
21 Jul 2012 20:04
Forum: DOS Batch Forum
Topic: When is Batch Code Considered Spam?
Replies: 2
Views: 2582

When is Batch Code Considered Spam?

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>