Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 71483
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T19:53:41+00:00 2026-05-10T19:53:41+00:00

I want a small (< 30MB) standalone Windows executable (a single file) that creates

  • 0

I want a small (< 30MB) standalone Windows executable (a single file) that creates a window which asks the user for the location of a directory and then launches a different program in that directory.

This executable has to run on XP, Vista, Server 2003, and Server 2008 versions of Windows in 32-bits and 64 bits on x86-64 architecture as well as Itanium chips.

It would be spectacular if we only had to build it once in order to run it on all these platforms, but that is not a requirement. This is for a proprietary system, so GPL code is off-limits.

What is the fastest way to put this together?

These are some things I’m looking into, so if you have info about their viability, I’m all about it:

  • Perl/Tk using perl2exe to get the binary.
  • Ruby with wxruby
  • Learn MFC programming and do it the right way like everybody else.
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-10T19:53:42+00:00Added an answer on May 10, 2026 at 7:53 pm

    What about a WSH script? It won’t be an exe, right, but to ask for a folder I don’t see the need for an exe file, much less a 30Mb one…

    A 1Kb script, save it as whatever name you like with vbs extension and run it. This, in case it’s not clear, asks you for a folder name and then runs calc.exe from the system32 subdirectory. You can of course do a lot better than this in 2 or 4 Kb.

    Set WshShell = WScript.CreateObject('WScript.Shell') win = InputBox('Please type your Windows folder location.') If Right(win,1) <> '\' Then   win = win & '\' End If WshShell.Run win & 'system32\calc.exe' 

    To add a Folder Browser dialog instead of an InputBox, check this out.

    Clear benefits are:

    • Simplicity (well, VB is ugly, but you can use JScript if you prefer), no need to compile it!
    • Compatibility, works on every windows machine I have available (from 98 onwards)
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 64k
  • Answers 64k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • added an answer Take a look here. I believe I've changed some things… May 11, 2026 at 10:42 am
  • added an answer You can use an HTTP Module, however, to use it… May 11, 2026 at 10:42 am
  • added an answer Here's a solution which uses some LINQ plus dahlbyk's idea:… May 11, 2026 at 10:42 am

Related Questions

I want a small (< 30MB) standalone Windows executable (a single file) that creates
On my website I want a small flash banner which the user can activate
I want to write a small program that should print something like testing CPU...
I have a small problem with a script. I want to have a default
In my C++ program I want to parse a small piece of XML, insert
I've a small project that I want to share with a few others on
I have a small project I want to try porting to Python 3 -
I've written a small hello world test app in Silverlight which i want to
I have a small problem with how should i think a... problem. I want
I've build a small web-service in PHP. I want to control the number of

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.