Thread: Kitchen OEMs
View Single Post
  #102 (permalink)  
Old 02-20-2007, 11:43 AM
master_shake's Avatar
master_shake
PPCGeeks Regular
Offline
 
Join Date: Nov 2006
Posts: 61
Reputation: 0
master_shake is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Quote:
Originally Posted by helmi_c
Quote:
Originally Posted by master_shake
I am having nothing but problems getting the initflashfiles.txt to copy my shortcuts to the programs folder.

It is in unicode format, but can't seem to get it working reliably.

Only ones I have gotten to copy are when name the folder, the shortcut, and the exe as the same exact name and with no spaces.

What could I be doing wrong?
for example initflashfiles.txt contain:

; ===== Running Programs =====
Directory("\Windows\Start Menu"):-File("Running Programs.lnk","\Windows\RunningPrograms.lnk")
;

the red line is exactly what the file name on ur OEM folder, if the original file is with space, then rename it without space for make it simple, the yellow one is free, u can name it anything u like... and make sure hv at least 1 free line at the end of the initflashfiles.txt

btw I've seen some of the oem pack on the ftp doesn't hv 1 line free at the end of the file. it will append/mix with the previous line by other OEM pack and that will make it not work.

does anyone try the MMS3.5.0.16 client and Streaming Player on apache yet?
Thank you very much!
I was not adding all the needed info.

Worked like a charm, except if I want to copy more then one shortcut:

; ===== Wisbar Advance 2 =====
Directory("\Windows\Start Menu"):-File("Wisbar Settings.lnk","\Windows\WisbarSettings.lnk")
Directory("\Windows\Start Menu"):-File("Wisbar.lnk","\Windows\Wisbar.lnk")
;

That is the actual text I used and it only copies the second shortcut, and not the first. I even swapped them and still only the second.

Thanks for your help, I am finally on my way to getting a perfect device!
Reply With Quote