Thread: Cab Making
View Single Post
  #21 (permalink)  
Old 04-10-2010, 05:17 AM
codybear's Avatar
codybear
VIP Member
Offline
Location: Arizona
 
Join Date: Dec 2008
Posts: 1,863
Reputation: 2145
codybear is a VIPcodybear is a VIPcodybear is a VIPcodybear is a VIPcodybear is a VIPcodybear is a VIPcodybear is a VIPcodybear is a VIPcodybear is a VIPcodybear is a VIPcodybear is a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Cab Making

You could use autohotkeyce to create an install file basically.
AHKCE = 100 times more powerful than mortscript, and its still in beta!!

You would only need to do something along the following lines:
Code:
IfExist file you want to delete here, look at autohotkey help file for syntax
   FileDelete, again, look at autohotkey help file for syntax

FileInstall, use this to tell the script what to install, and where. 

Exit
Then, when you use the correct syntax for fileinstall, and compile the script (which can be done right on your device), it'll actually include the files to be installed in that exe that is created.


Edit: you can also look in the documentation section of autohotkey.com for syntax.
Search the site for autohotkeyce and you'll find the thread with the port.
__________________
I spend most of my time at MobileUnderground.
(Now offering free FTP space to Developers & ROM Chefs willing to support their product at M.U. - Exclusivity not required! Also the home of the original Chefs' Corner, Cab Central, and more!)
My wm6.5 Vogue FAQ (Soon to be at M.U.)
Reply With Quote
This post has been thanked 1 times.