Downloads:
3,294
Downloads of v 4.11:
1,389
Last Update:
27 Dec 2017
Package Maintainer(s):
Software Author(s):
- Brandon Dargo
Tags:
dargo advanced bat exe converter programming dos command prompt batch admin- Software Specific:
- Software Site
- Software License
- Software Docs
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Advanced BAT to EXE Converter (Install)
This is not the latest version of Advanced BAT to EXE Converter (Install) available.
- 1
- 2
- 3
4.11 | Updated: 27 Dec 2017
- Software Specific:
- Software Site
- Software License
- Software Docs
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
3,294
Downloads of v 4.11:
1,389
Maintainer(s):
Software Author(s):
- Brandon Dargo
Advanced BAT to EXE Converter (Install) 4.11
This is not the latest version of Advanced BAT to EXE Converter (Install) available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Brandon Dargo. The inclusion of Brandon Dargo trademark(s), if any, upon this webpage is solely to identify Brandon Dargo goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Are Exempted or Have Failed
Not All Tests Have Passed
Validation Testing Passed
Verification Testing Exemption:
Tested ok locally
Scan Testing Resulted in Flagged:
This package was submitted (and approved) prior to automated virus scanning integration into the package moderation processs.
We recommend clicking the "Details" link to make your own decision on installing this package.
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Advanced BAT to EXE Converter (Install), run the following command from the command line or from PowerShell:
To upgrade Advanced BAT to EXE Converter (Install), run the following command from the command line or from PowerShell:
To uninstall Advanced BAT to EXE Converter (Install), run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download advanced-bat-to-exe-converter --internalize --version=4.11 --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade advanced-bat-to-exe-converter -y --source="'INTERNAL REPO URL'" --version="'4.11'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade advanced-bat-to-exe-converter -y --source="'INTERNAL REPO URL'" --version="'4.11'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install advanced-bat-to-exe-converter
win_chocolatey:
name: advanced-bat-to-exe-converter
version: '4.11'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'advanced-bat-to-exe-converter' do
action :install
source 'INTERNAL REPO URL'
version '4.11'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller advanced-bat-to-exe-converter
{
Name = "advanced-bat-to-exe-converter"
Version = "4.11"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'advanced-bat-to-exe-converter':
ensure => '4.11',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved by moderator mwallner on 26 Jan 2018.
Advanced BAT to EXE Converter is the best choice to compile your Batch Files to .EXE for distributing commercially. Advanced BAT to EXE Converter not only encrypts your code, but also creates an actual native Windows .EXE program. These .EXE do not require any pre-installed software to function and can be digitally signed.
Even the most complex batch files can be instantly converted to executables with the included Intelli-Parse technology. This reduces development time by making sure your EXE works exactly as the original batch file does. You can embed your Company name and Copyright information to build your online reputation. Use the "Include Version Info" feature when compiling your project.
Advanced BAT to EXE Converter is the easiest and fastest way to develop and sell your own Windows apps! There are many batch file examples that use unique extra commands included within the compiler.
.BAT to .EXE Benefits:
- Users of your batch file scripts cannot view/change your code after it is encrypted by the compiler.
- Any actions performed by the script can be kept secret.
- Feature to run your scripts "Invisible" in the background without the batch file console window showing.
- One of the powerful new commands can Launch any Windows program completely Invisible.
** Executables compiled with Advanced BAT to EXE Converter will run on all Windows versions from Windows98 to Win10 64bit.**
Check out the Frequently Asked Questions section.
Advanced BAT to EXE Converter unique features:
- Allows Mouse Input for your batch files
- Built in editor.
- Select executable icon for a professional appearance.
- Encrypts batch file source to keep your code secret.
- You can set EXE product version and company info properties.
- Includes Advanced Extended Batch File Commands unavailable in normal batch files. There are many example batch files that utilize these extended commands.
- Invisible Mode will launch the batch file completely silent. Users will not know any program was launched.
- Embed and Encrypt additional dependency files (images, sounds, .exe)
- Useful for creating installation packages.
- Helps automate repetitive tasks.
- Generated .EXE are stand-alone files that do not require any .DLL or .NET framework to run.
- Works on all Windows 98/ME/2000/XP/2008/Vista/Win7/Win8.1/Win10 32+64bit compatible.
- MSDOS compile option.
All of the advanced commands are available in both the FREE and PRO ($89.95) version.
Advanced BAT to EXE Converter has been updated often since 2003. We have spent thousands of hours developing the only batch file compiler that will work for all complex batch files.
No adware or bloatware in this free software download!
#NoEnv
#NoTrayIcon
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
WinWaitActive, Installing Advanced BAT to EXE Converter , , 600
WinActivate
Send !a
Send !n
Send !n
WinWaitActive, Advanced BAT to EXE Converter v4.11 , , 300
WinActivate
Send !{F4}
WinWaitActive, Application Installed , , 300
WinActivate
Send {SPACE}
Log in or click on link to see number of positives.
- advanced-bat-to-exe-converter.4.11.nupkg (89ea1af91eb1) - ## / 60
- advancedbattoexeconverter.exe (718e638164e2) - ## / 66
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
Advanced BAT to EXE Converter (Install) 4.61.0 | 471 | Tuesday, June 18, 2024 | Approved | |
Advanced BAT to EXE Converter (Install) 4.23 | 831 | Monday, May 24, 2021 | Approved | |
Advanced BAT to EXE Converter (Install) 4.11 | 1389 | Wednesday, December 27, 2017 | Approved | |
Advanced BAT to EXE Converter (Install) 4.09 | 571 | Thursday, July 13, 2017 | Approved |
Copyright © 2003-2017 Brandon Dargo
Ground Rules:
- This discussion is only about Advanced BAT to EXE Converter (Install) and the Advanced BAT to EXE Converter (Install) package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Advanced BAT to EXE Converter (Install), or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.