Search found 2 matches

by mydigitalbutter
13 Nov 2024 20:33
Forum: DOS Batch Forum
Topic: UNZIP anywhere in 200 bytes, embedded (XP and onwards)
Replies: 1
Views: 353

UNZIP anywhere in 200 bytes, embedded (XP and onwards)

  ZIP self extractors are anywhere from 20kb to 300kb, so I wanted something a bit more portable. There are two versions of the script. Version one, unzips into the current directory Set z=CreateObject("Shell.Application") Set x=CreateObject("Scripting.FileSystemObject") v=x.GetFile(WScript.Argument...
by mydigitalbutter
11 Aug 2024 17:05
Forum: DOS Batch Forum
Topic: Prevent linefeed while piping (Batch FindAndReplace)
Replies: 0
Views: 19158

Prevent linefeed while piping (Batch FindAndReplace)

Hi, first time poster.

Is there any method to prevent this script from appending an extra linefeed while piping to a new file without introducing any other limitations.

https://www.dostips.com/DtCodeBatchFile ... AndReplace