Start command

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I there anyway of stopping the following command from the command line or within a batch / cmd file

start c:
 
it might help to know where it's running from, but in a
batch file, use a text editor (like notepad) and either
put "rem" (without the quotes) in front of the line or
just delete the line. if it's running from inside another
program, it may be a little more difficult to delete.
-----Original Message-----
I there anyway of stopping the following command from the
command line or within a batch / cmd file.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top