[Neoscript-development] neoscript script.ini,1.8,1.9
Brought to you by:
mjgreen
From: <mor...@us...> - 2002-08-31 08:30:42
|
Update of /cvsroot/neoscript/neoscript In directory usw-pr-cvs1:/tmp/cvs-serv836 Modified Files: script.ini Log Message: fixed a small error in startup script Index: script.ini =================================================================== RCS file: /cvsroot/neoscript/neoscript/script.ini,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** script.ini 31 Aug 2002 08:26:28 -0000 1.8 --- script.ini 31 Aug 2002 08:30:39 -0000 1.9 *************** *** 10,14 **** n8= load -pn npopups.ini | load -pc cpopups.ini n9= if (%persconf !== true) { echo 4Thank You for choosing Neo Script. We will now configure the script to your personal preferences ! n10= personalsetup | mp3setup | set %persconf true } n11=} n12= --- 10,14 ---- n8= load -pn npopups.ini | load -pc cpopups.ini n9= if (%persconf !== true) { echo 4Thank You for choosing Neo Script. We will now configure the script to your personal preferences ! n10= personalsetup | mp3setup | set %persconf true | echo 4Personal Script Setup Complete! } n11=} n12= |