Quote:
Originally Posted by boggsie
Well, now this sounds interesting. I apprecaite the feedback AND the encouragement.
Example: 1-Calc Lite
The default initflashes.txt for 1-Calc Lite copies while renaming the program shortcut from
SOURCE: \Windows\Program.1-Calc.lnk
TARGET: \Windows\Start Menu\Programs\1-Calc Lite.lnk
Code:
Directory("\Windows\Start Menu\Programs"):-File("1-Calc Lite.lnk", "\Windows\Program.1-Calc.lnk")
So, without going into PPCGeeks_OEM.RAR, I am trying to override this particular action. Do I do this by moving the item? If so, what is the syntax for moving an item via initflashes.txt
SOURCE: \Windows\Start Menu\Programs\1-Calc Lite.lnk
TARGET: \Windows\Start Menu\Programs\Accessories\1-Calc Lite.lnk
Code:
Directory("\Windows\Start Menu\Programs\Accessories"):-File("1-Calc Lite.lnk", "\Windows\Program.1-Calc.lnk")
|
exactly.
Quote:
I guess you could also just redirect the initial item and then delete the one created by the PPCGeeks_OEM.rar? In this case, what would be the syntax for deleting an item?
|
sadly, there isn't a syntax for removing a file using initflashfiles.txt. You'll have to come up with an alternate solution (I can think of 2).
Of course, a syntax could always be added...