Maxz Pro, How to Run Windows Applications Simultaneously Various One Click,- Requires a lot of applications to be used every day? Should
do click one by one to your own applications? If you feel bored doing so,
perhaps there should be an update. The author tries to offer one of the old
features of Windows that you could possibly forget, namely Batch.
What is a batch?
A script from Windows contains a variety of commands to be
executed on the command line. On the basis, in this script actually be applied
directly to the command prompt (CMD) yours on Windows. But not all of them
together, you can add some logic functions and operations in this file. Suppose
looping function (for), branching (if - else) and others. The function of this
feature is none other so you can quickly do the job repeated automatically.
Let's just check the internet connection or call your everyday applications.
Batch file on windows can be seen from some of its existence, which is as
follows:
- .bat, file existence is able to run on all
versions of Windows. Where the latter, the file will be directly run on the
Windows command prompt.
- .cmd, as well as .bat file. But there is a
difference, in some older versions of Windows will not be able to do the
reading on this file.
- .btm, this file is used is limited only to the
Windows server environment.
On occasion, the authors share about how to call multiple
applications via a batch file. This will increase the effectiveness of your
time rather than having to do the same a few clicks when opening the computer.
Creating a Batch File
You would have to make it to call for your own applications.
You do not need to install other applications to make it, just use Notepad or
WordPad in Windows yours.
In the script writer automate the application of Steam and
Sublime Text. You can only do automation in other applications. Of these
scripts can be explained:
Echo off
This command is used to not display the command prompt
window when the command is executed.
cd "C: \ Program Files (x86) \ Steam"
Command is performed to make the shift directory. To invoke
another application, you must change the directory where the application is
installed.
Start Steam.exe
Is the command used to invoke the application based on the
existing directory on the previous command?
Exit
Sometimes the default view is not as attractive as compared
to customize their doing. On the use of Batch, you can replace it with
attractive icons. For the selection of icons you can use the default icon of
the application or use another icon that you get. From here the author began to
create a shortcut to the batch, how to right click select New - Shortcut. If
the steps you have done, right click on the shortcut. Of the several options
available, you must select Properties. In the Properties window, change the
target at the location where you saved the .bat file belongs to you earlier.
Artikel keren lainnya:
Belum ada tanggapan untuk "How to Run Windows Applications Simultaneously Various One Click"
Posting Komentar