Quote:
Originally Posted by Sharkie405
I'm having trouble getting this to work. The MortScript OEM I have doesn't put it in the Program Files directory. I'm assuming that's the problem or part of it. I've added these lines to the initflashfiles.dat:
Code:
root:-Directory("Program Files")
Directory("\Program Files"):-Directory("MortScript")
Directory("\Program Files\MortScript"):-File("Autorun.exe","\Windows\Autorun.exe")
Directory("\Program Files\MortScript"):-File("MortScript.exe"."\Windows\MortScript.exe")
Directory("\Program Files\MortScript"):-File("Mortzip.dll","\Windows\Mortzip.dll")
Directory("\Program Files\MortScript"):-File("setup.dll","\Windows\setup.dll")
Directory("\Windows\Start Menu\Programs\System Tools"):-File("MortScript.lnk","\Windows\MortScript.lnk")
, but Mortscript still doesn't show up in my Program File directory. Anyone know why?
Also, I've put your .mscr in an EXT folder just after my Programs Tab EXT with and app.dat like this:
Code:
root:- Directory("Program Files")
Directory("\Program Files"):- Directory("Programs Tab")
Directory("\Program Files\Programs Tab"):-File("ShowHidePT.mscr","\Windows\ShowHidePT.mscr")
Directory("\Windows\StartUp"):-File("ShowHidePT.mscr","\Windows\ShowHidePT.mscr")
minus the spaces after :- . If I don't remove the spaces for the sake of the post they show up as
Is that right as well?
|
You wouldnt want to add the script to your startup directory, it would run every time you restarted...try this EXT...I havent tried it but it should work...Also, if mortscript.exe isnt in \Program Files\Mortscript, you can just adjust the location the script...and I install the mortscript cab through the config_operator.txt during customization...