Developer Tools


How to convert BAT to EXE properly

How to convert BAT to EXE properly

Why did I mention cheating in the title of the article? Because almost all converters do not do what you expect them to do. First of all, let's get this straight - who needs these batch files ...

How to compile JavaScript?

How to compile JavaScript?

Following the adoption of standards HTML5, JavaScript has found a second life. Previously, it used to create visual effects for dynamic HTML pages, but now it has used to create serious ...

How to run batch script without DOS window?

How to run batch script without DOS window?

Each batch file is always executed in the console window. Anyone who has seen the console can imagine that it does not look very friendly to modern users. This may cause some inconvenience in your ...

How to create autorun menu for CD/DVD?

How to create autorun menu for CD/DVD?

Autorun is a standard feature of the Microsoft Windows. The Autorun feature detects when a CD is inserted into the CD-ROM drive and runs an application based on the contents of the autorun.inf ...

What is the difference between .BAT and .EXE files?

What is the difference between .BAT and .EXE files?

Batch files are simply text files or small scripts that can be executed by the command line processor - "command.com", they were widely used in the DOS environment to automate common tasks. With the ...

How to convert VBS to EXE?

How to convert VBS to EXE?

Visual Basic Script is a very popular and powerful language for Windows administrators. Easy access to COM objects makes it suitable for developing full-fledged applications for Windows. But what ...