View Single Post
  #3547 (permalink)  
Old 08-13-2010, 12:52 PM
william_fold's Avatar
william_fold
Regular 'Geeker
Offline
Location: NE Ohio
 
Join Date: Oct 2008
Posts: 314
Reputation: 1775
william_fold is halfway to VIP status based on repwilliam_fold is halfway to VIP status based on repwilliam_fold is halfway to VIP status based on repwilliam_fold is halfway to VIP status based on repwilliam_fold is halfway to VIP status based on repwilliam_fold is halfway to VIP status based on repwilliam_fold is halfway to VIP status based on repwilliam_fold is halfway to VIP status based on repwilliam_fold is halfway to VIP status based on repwilliam_fold is halfway to VIP status based on repwilliam_fold is halfway to VIP status based on rep
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: [Kitchen] WVGA Touch Pro 2 Collaboration

Quote:
Originally Posted by Sharkie405 View Post
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...
Attached Files
File Type: rar ToggleProgramsTab.rar (18.1 KB, 5 views) Click for barcode!
__________________
[Kitchen] WVGA Touch Pro 2 Collaboration http://forum.ppcgeeks.com/showthread.php?t=118553
My Manila Packages http://www.mediafire.com/ManilaPackages

Last edited by william_fold; 08-13-2010 at 12:58 PM.
Reply With Quote
This post has been thanked 1 times.