You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
iexpress
About this tag
The iexpress tag on WindowsForum.com covers discussions about Microsoft's IExpress tool, a command-line utility used to create self-extracting executable packages from script files, such as VBS or batch scripts. Topics include troubleshooting IExpress when building EXEs that extract and launch JAR files, as well as workarounds for pinning VBS scripts to the Windows 10/11 taskbar. Users share methods for automating tasks, handling legacy applications, and addressing security considerations in modern Windows builds. The tag is relevant for power users and IT professionals seeking to package scripts into standalone executables or overcome Windows UI limitations.
For many Windows enthusiasts and power users, Visual Basic Script (VBS) remains a reliable method for automating repetitive tasks, launching legacy apps, or orchestrating system routines. Yet, even as Windows 11 and Windows 10 introduce fresh UI paradigms and increased security, the mundane act...
automation
batch file
icons
iexpress
power users
powershell
script launcher
scripting
security best practices
shortcut creation
shortcut pinning
system routines
taskbar
vbscript
windows
windows 10
windows 11
windows security
I am trying to make an EXE file that will extract it's contents, put them in their proper DIR, then run the main startup file(fileOne.jar). You can see how I do so by watching this video --> Link Removed <--, or read this
But every time I create one, it gives me an error:
Link Removed
What...