More...
Products
Social Connection
Are you looking for...
- VBScript to EXE Compiler
- MIDI to WAV MP3 Converter
- How to record Spotify music
- How to record Rhapsody stream?
- Audio Logger
- Vista Sound Recorder
- Record streaming audio
- How to transpose music?
- Record Skype Calls
- WAV Recorder
- How to slow down music
- How to record music from MySpace?
- Voice Recorder
- FLAC converter MP3
- Convert FLAC to M4A
Execution ModeEach batch file is always executed in the console window. This may cause inconvenience at work. Especially when the script uses passwords and you will not want to show them to users. To do this, Quick Batch File Compiler provide two modes of compilation. Console - normal mode in which the script is executed in a console window and you can monitor the execution of commands. In this mode, the user can enter data and acknowledge requests from applications. Ghost - this mode is designed for unattended install. It allows you to hide program's window. In this case the script is running in normal mode and you can redirect data through stdin / stdout. Because the window is invisible, it imposes restrictions on used commands. You can not use commands that require input from console such as PAUSE. Execution mode can be selected in the Settings window of the project before compilation. |