Batch File Problem

I have a batch file:

echo off
cls
echo Windows Virus Recovery Console
prompt [Windows Virus Recovery Console: $p>]
cmd

The problem is, when I run it, I get a file named > instead of it at the end of the prompt. What’s wrong?

Try the following…

echo off
cls
echo Windows Virus Recovery Console
prompt [Windows Virus Recovery Console: $p$g]
cmd

27 years of working with computers, and 24 years working with MS-DOS got me a few things… :wink:

command disguised as virus…