Search found 78 matches

by rfpd
08 Jan 2011 18:33
Forum: DOS Batch Forum
Topic: Batch Antivirus
Replies: 2
Views: 3775

Re: Batch Antivirus

just for curiosity
by rfpd
08 Jan 2011 12:42
Forum: DOS Batch Forum
Topic: Batch Antivirus
Replies: 2
Views: 3775

Batch Antivirus

Is it possible to make an antivirus in batch? I saw that Antivirus scan regestry how do we know if regestry is infected or not?
by rfpd
30 Dec 2010 05:34
Forum: DOS Batch Forum
Topic: I have a Slew of these kinds of registry keys
Replies: 2
Views: 5114

Re: I have a Slew of these kinds of registry keys

That's impossible the keys on regestry start with HK not HR
by rfpd
28 Dec 2010 09:45
Forum: DOS Batch Forum
Topic: Help with Batch / VBScript
Replies: 20
Views: 18705

Re: Help with Batch / VBScript

Sorry but i have one last question is it possible for this replace in all files of the computer (except Windows files).
by rfpd
28 Dec 2010 09:42
Forum: DOS Batch Forum
Topic: Help with Batch / VBScript
Replies: 20
Views: 18705

Re: Help with Batch / VBScript

thx guys i used aGerman code thanks anyways ghostmachine.
by rfpd
28 Dec 2010 09:38
Forum: DOS Batch Forum
Topic: Help with Batch / VBScript
Replies: 20
Views: 18705

Re: Help with Batch / VBScript

ghost where do i put the code
by rfpd
28 Dec 2010 08:28
Forum: DOS Batch Forum
Topic: Help with Batch / VBScript
Replies: 20
Views: 18705

Re: Help with Batch / VBScript

thx a lot aGerman. But can i put it for replace multiple files?

Code: Select all

@echo off &setlocal
cscript //nologo "replacer.vbs" "*.txt"
pause


But that doesn't work. Thanks in advance.
by rfpd
28 Dec 2010 06:07
Forum: DOS Batch Forum
Topic: Find pattern with AWK
Replies: 10
Views: 10127

Re: Find pattern with AWK

First i didn't say i assume anything here, i was just saying that the post was old and the post owner maybe already find a way or he doesn't need this code anymore dude, there are already a few things you are assuming here. 1) that the OP has already found a way. 2) that the OP doesn't need the cod...
by rfpd
28 Dec 2010 06:03
Forum: DOS Batch Forum
Topic: Help with Batch / VBScript
Replies: 20
Views: 18705

Re: Help with Batch / VBScript

Thanks aGerman. But imagin we have files:

-the one to be replace.bat
-replacer.vbs
-other.bat

It's possible to the file "other.bat" drag "the one to be replace.bat" and drop into "replacer.vbs"?

Ps: The vbs replaces hey for bye but if i put HeY that doesn't replace.
by rfpd
27 Dec 2010 17:35
Forum: DOS Batch Forum
Topic: Help with Batch / VBScript
Replies: 20
Views: 18705

Re: Help with Batch / VBScript

vbscript: 'fix.vbs findWhat = Array("…", "Ά", "Έ") replaceWith = Array("...", "'A", "'E") For Each arg In WScript.Arguments Set Doc = GetObject(arg) Doc.Application.Visible = True For i = 0 To UBound(findWhat) Doc.Range(0, Doc.Application.S...
by rfpd
27 Dec 2010 13:02
Forum: DOS Batch Forum
Topic: Help with Batch / VBScript
Replies: 20
Views: 18705

Re: Help with Batch / VBScript

aGerman thanks but what i really whant is that the vbs replaces on the file no on the cmd only. Because what i want to do it's a batch that replaces strings in another batchs and multiple search
by rfpd
27 Dec 2010 10:45
Forum: DOS Batch Forum
Topic: Add to a file
Replies: 8
Views: 8938

Re: Add to a file

good job chicken soup it works
by rfpd
27 Dec 2010 10:40
Forum: DOS Batch Forum
Topic: Find pattern with AWK
Replies: 10
Views: 10127

Re: Find pattern with AWK

First i didn't say i assume anything here, i was just saying that the post was old and the post owner maybe already find a way or he doesn't need this code anymore
by rfpd
27 Dec 2010 10:30
Forum: DOS Batch Forum
Topic: Help with Batch / VBScript
Replies: 20
Views: 18705

Re: Help with Batch / VBScript

sorry i explain very bad but what i was asking was a batch code that drags and drops other files into a vbs.
by rfpd
27 Dec 2010 05:53
Forum: DOS Batch Forum
Topic: How to use Windows .bat to edit contents of a file
Replies: 8
Views: 11890

Re: How to use Windows .bat to edit contents of a file

i couldn't find looll but i think they save that kind of things in the regestry.