Quote:
Originally Posted by drellisdee
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")