Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

I have finished a simple userform Excel application, and I'm going to now zip the Excel sheet to be an executable file (.exe).

I wish to add a cmd line when making the .exe to make the zipped .xls stay hidden and one of the OS files listed as a parameter for the command line be installed in the program files path.

How do I do this?

share|improve this question
2  
I don't understand the goal of this. – Tom Wijsman Oct 11 '11 at 14:32
I tried to edit this better, but please verify that I got what you wanted right. It's a little confusing on what you want to do. – Lance Roberts Oct 11 '11 at 14:33
"and one of the OS files listed as a parameter for the command line be installed in the program files path." ??? – m0skit0 Oct 11 '11 at 14:39
2  
Real hackers use Hello Kitty C++ Adventure to write their malicious code. – kobaltz Oct 11 '11 at 15:29
.bat maybe? Or powershell script, if that's available... – AndrejaKo Oct 11 '11 at 15:35

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.