View Single Post
  #5 (permalink)  
Old 01-01-2009, 07:41 PM
rstoyguy's Avatar
rstoyguy
SuperNoob
Offline
Threadstarter
Location: Wichita, KS
 
Join Date: Jan 2008
Posts: 6,309
Reputation: 23264
rstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation level
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Custom OEM Requests ...Get them here! Updated: 11/16/08

Quote:
Originally Posted by drellisdee View Post
I was using oemizer but know how to use the initialflash files but didn't know if you could create a new directory any way other than an xml. Thanks for the help
Here is the command in initflashfiles.txt that makes a directory:

Code:
 
 
Directory("\Program Files\"):-Directory("Kevtris 2")
Or if you just copy a file and the directory doesn't exist, windows will create it for you. So you don't even need to really worry about the above command:
Code:
 
Directory("\Program Files\Kevtris 2"):-File("Kevtris.exe","\windows\000-Kevtris.exe")
__________________
If this post was helpfull, let me know by clicking Thanks!