Hi, can anybody tell why the following script does not work anymore in Origin7SR4? It worked some months ago. Has it anything to do with the variable %Y? I also tried to pack the Buttons mannually and could not place the OPK files in the c:\origin7\ directory. Has this something to do with the user directories???
dll -a Opack Opack; opack.saveFolderInfo=1; // save your directory structure opack.getFileNames(%YHPOImport\HPOImport.txt); opack.pack(); dll -r opack;
The file HPOButtons.txt contains the text: HPOButtons\HPOImport.opk HPOImport.ini HPOImport.bmp HPOImport.ogs
quote:Has this something to do with the user directories???
I suspect so because there is nothing wrong with your script as long as the files are in %Y. Fix your User path first (see my reply to your other post) and try again.