answersLogoWhite

0

kjio

^ couldn't you be more creative? xD

User Avatar

Wiki User

11y ago

What else can I help you with?

Related Questions

How can you open a separate program with Batch files and then close that program with Batch?

Batch file that opens a program waits 5 seconds then closes that program. For some reason I cannot get this batch to perform the open portion, wait, then the close portion in .... startup batch file hangs up on second command.


How do you change the priority of a process?

Close the process. Then, re-open it as an application with a batch file: Start "program name" [no extension] /high "Location of Program".


Is there a way to close one program automatically anytime a certain other program is launched?

Yes, using a batch file like this one: @echo off killtask /IM programyouwanttoclose.exe /F C:\Program Files\Programyouwannaopen\programyouwannaopen.exe Then you run the program using this batch file instead of the usual link / exe Regards, Andrea Fattori Yes, using a batch file like this one: @echo off killtask /IM programyouwanttoclose.exe /F C:\Program Files\Programyouwannaopen\programyouwannaopen.exe Then you run the program using this batch file instead of the usual link / exe Regards, Andrea Fattori Yes, using a batch file like this one: @echo off killtask /IM programyouwanttoclose.exe /F C:\Program Files\Programyouwannaopen\programyouwannaopen.exe Then you run the program using this batch file instead of the usual link / exe Regards, Andrea Fattori


What is the difference between exit and close commands?

In computing, the "exit" command is typically used to terminate a program or a process, while the "close" command is used to shut down a file or a resource that is being used within a program. When you use the "exit" command, you are ending the entire program, whereas the "close" command is specifically used to release a specific file or resource that was previously opened or accessed. Essentially, "exit" is for ending the program, while "close" is for closing individual components within the program.


Why does your batch file close every time?

If a batch file closes every time, it may have a problem. It might close after a certain period of time, or if it has remains inactive for a certain period of time.


When making a batch file how can one disable the close box?

If you are talking about the little red "X" mark on the batch window and you want to disable it so someone cannot close it, then there is no possible way to do that. The batch file scripts are very simple and cannot go as far as to disable a close button. Anyway, the person can easily exit the batch with the Ctrl + C combination. Plus, if that feature is allowed in batch files, you can run a lot of nasty stuff in there as the user cannot stop it, so that's not a option for your virus.


Why does this batch file closes whenever you type in a command that has a symbol or space in it how do you fix this?

A batch file will close when it reaches the last line of code or an error.


Can you edit a HTML File using Notepad?

You can use notepad to open the source code file again. Open the folder it is in. Right click on it and pick Open With and choose Notepad. If you are using Internet Explorer, you can go to the View menu and pick View Source and it will open it in Notepad. When you make your changes, save the notepad document. Don't close it in case you want to make further changes. Return to the browser and refresh the page and the changes will be updated


Which keys are used to terminate a batch file?

The Ctrl + C combination. You an also use the Ctrl + Alt + Del combination, start Task Manager, and close the batch file from there.


How do you close brccmctl program?

Brccmctl.exe is a program associated with a Brother printer. To close the program, go to the computer's Task Manager and select ctrl + alt+ del.


How do you disable the close button in a fake PC virus created in notepad?

you have to open command prompt and then write: shutdown -a and then you press enter and it will stop


What do you type in to use HTML tags?

Notepad / wordpad. open and close all tags, or the coding may go awry. <opentag> </endtag>