The above file has mysteriously appeared in my C/: directory. I dont' know what it is or does or is. At the time I noticed it, I was deleting some old game files.
Not a big deal; I'm just curious.
It hasn't been picked up as spyware etc.
Thanks
Incidentally, could anyone give me a brief and simple definition of what these bat files are for?
Delme Ms-Dos Batch File
Started By cozzielex, Apr 28 2010 12:30 AM
5 replies to this topic
#1
Posted 28 April 2010 - 12:30 AM
#2 Re: Delme Ms-Dos Batch File
Posted 28 April 2010 - 12:51 AM
cozzielex, on 28 April 2010 - 12:30 AM, said:
The above file has mysteriously appeared in my C/: directory. I dont' know what it is or does or is. At the time I noticed it, I was deleting some old game files. Not a big deal; I'm just curious. It hasn't been picked up as spyware etc.
Thanks
Incidentally, could anyone give me a brief and simple definition of what these bat files are for?
Thanks
Incidentally, could anyone give me a brief and simple definition of what these bat files are for?
http://www.google.co...l=&oq=&gs_rfai=
Right-click that file, choose Edit, will open in Notepad, then Copy the text and Paste in a reply here, I'd like to see what it is supposed to do. Del is a command and will delete things. Otherwise, DON'T DOUBLE-CLICK.
#3 Re: Delme Ms-Dos Batch File
Posted 28 April 2010 - 01:18 AM
Thanks Berton,
it seems I was right for once. I had just deleted the game Ghost Recon (using revo uninstaller).
The contents are below as per instructions; would it be safe to delete as as I have deleted the main and all subsidiary files.
Thaky you for fout help.
@echo off
:Repeat
del C:\PROGRA~1\REDSTO~1\GHOSTR~1\Uninstal.exe
if exist C:\PROGRA~1\REDSTO~1\GHOSTR~1\Uninstal.exe goto Repeat
rmdir C:\PROGRA~1\REDSTO~1\GHOSTR~1
@cls
it seems I was right for once. I had just deleted the game Ghost Recon (using revo uninstaller).
The contents are below as per instructions; would it be safe to delete as as I have deleted the main and all subsidiary files.
Thaky you for fout help.
@echo off
:Repeat
del C:\PROGRA~1\REDSTO~1\GHOSTR~1\Uninstal.exe
if exist C:\PROGRA~1\REDSTO~1\GHOSTR~1\Uninstal.exe goto Repeat
rmdir C:\PROGRA~1\REDSTO~1\GHOSTR~1
@cls
#4 Re: Delme Ms-Dos Batch File
Posted 28 April 2010 - 03:44 AM
cozzielex, on 28 April 2010 - 01:18 AM, said:
Thanks Berton,
it seems I was right for once. I had just deleted the game Ghost Recon (using revo uninstaller).
The contents are below as per instructions; would it be safe to delete as as I have deleted the main and all subsidiary files.
Thaky you for fout help.
@echo off
:Repeat
del C:\PROGRA~1\REDSTO~1\GHOSTR~1\Uninstal.exe
if exist C:\PROGRA~1\REDSTO~1\GHOSTR~1\Uninstal.exe goto Repeat
rmdir C:\PROGRA~1\REDSTO~1\GHOSTR~1
@cls
it seems I was right for once. I had just deleted the game Ghost Recon (using revo uninstaller).
The contents are below as per instructions; would it be safe to delete as as I have deleted the main and all subsidiary files.
Thaky you for fout help.
@echo off
:Repeat
del C:\PROGRA~1\REDSTO~1\GHOSTR~1\Uninstal.exe
if exist C:\PROGRA~1\REDSTO~1\GHOSTR~1\Uninstal.exe goto Repeat
rmdir C:\PROGRA~1\REDSTO~1\GHOSTR~1
@cls
#5 Re: Delme Ms-Dos Batch File
Posted 28 April 2010 - 08:12 AM
Thanks Berton for your time and trouble. I've learned a lesson from this, fortunately not the hard way, and that is not to double click such files without knowing what they are. Before you told me not to do that, I had done so, but luckily got away with it. And thanks for showing me how to discover the contents.
All the best
Peter
All the best
Peter
#6 Re: Delme Ms-Dos Batch File
Posted 28 April 2010 - 03:09 PM
You're welcome.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users












