Search found 8 matches
- 28 Feb 2012 15:19
- Forum: DOS Batch Forum
- Topic: Batch File to EXE and Hide Files
- Replies: 16
- Views: 18912
Re: Batch File to EXE and Hide Files
This program looks promising. I'm going to try it and give you some feedback. Thanks
- 27 Feb 2012 15:13
- Forum: DOS Batch Forum
- Topic: Batch File to EXE and Hide Files
- Replies: 16
- Views: 18912
Re: Batch File to EXE and Hide Files
That's what an install wrapper type of program would do too. Traditionally a bat to exe program just makes an executable out of a bat file - I hadn't been aware that modern ones wrap up folders and files too. I did find a program that includes files but when you run the exe it extracts the files in...
- 27 Feb 2012 10:41
- Forum: DOS Batch Forum
- Topic: Batch File to EXE and Hide Files
- Replies: 16
- Views: 18912
Re: Batch File to EXE and Hide Files
I see what you mean.
Any suggestions on how to make it so that the files are temporary ?
Thank you
Any suggestions on how to make it so that the files are temporary ?
Thank you
- 27 Feb 2012 00:39
- Forum: DOS Batch Forum
- Topic: Batch File to EXE and Hide Files
- Replies: 16
- Views: 18912
Re: Batch File to EXE and Hide Files
A quick note.
I don't want the files to ever be decompiled or unzipped.
I want the EXE to Remain whole.
Thanks Again
I don't want the files to ever be decompiled or unzipped.
I want the EXE to Remain whole.
Thanks Again
- 26 Feb 2012 12:42
- Forum: DOS Batch Forum
- Topic: Batch File to EXE and Hide Files
- Replies: 16
- Views: 18912
Re: Batch File to EXE and Hide Files
So how does the batch file install apps on the android device? You can create a self extracting archive file with everything inside. It installs the apps by doing the following command: adb install name.apk Then it installs the app onto the phone. I also have it check the Android OS version to veri...
- 26 Feb 2012 12:34
- Forum: DOS Batch Forum
- Topic: Batch File to EXE and Hide Files
- Replies: 16
- Views: 18912
Re: Batch File to EXE and Hide Files
Squashman wrote:Sounds like you need a different batch packager. The ones I have used in the past allow to include any additional resource files you need.
Do you mind sharing what program/s you have used to include the source files please.
Thank You
- 26 Feb 2012 01:38
- Forum: DOS Batch Forum
- Topic: Batch File to EXE and Hide Files
- Replies: 16
- Views: 18912
Re: Batch File to EXE and Hide Files
This allows you to install android apps, which are in .apk extensions using adb mode. I prompt users to select the app and then it installs it for them. I just dont want it to be a folder with all the dlls adb.exe for adb commands, the folders and apks etc. I want to combine them all into one exe. T...
- 25 Feb 2012 22:19
- Forum: DOS Batch Forum
- Topic: Batch File to EXE and Hide Files
- Replies: 16
- Views: 18912
Batch File to EXE and Hide Files
Hey guys I just registered and I am looking for a little help with a project that I am working on. I created a batch file design to install certain things onto an Android device. Then I converted into an EXE using Advance BAT to EXE Converter v2.50 Now everything works like its supposed to no probl...