% % direct to factory chuuter operations % this route is bypassed by configuration settings done (see Bin\Arching.txt) % step through any incomplete configuration % _Arching.Configured { % % proceed to account page using auto-login, % any incorrect will invoke question of sold % } { % % need to fulfill the configuration testing wherever it left off % % check localhost test not yet performed, or no copied support files % test localhost by checking existence some object there % { "No localhost" !Config.Message "LeftCar.html" oflocal exists dup !Arching.Locally not ? % % check Work writable test not yet performed % "Work not writable" !Config.Message false !Arching.UpWrite "Work\chuutz.stk" oflocal dup del exists ? "Work\chuutz.stk" oflocal dup "testing" exch write exists not ? true !Arching.UpWrite % % check no working NodeJS present yet by waiting for stake from gloservt % "NodeJS not installed" !Config.Message "C:\Program Files\nodejs" direxists not ? true !Arching.NodeJs % % check sms routing comes through from owner phone % "Sms not thru" !Config.Message _Twi.Command -2 left *smsrpull false !Arching.SmsThru &"_" _Arching.TwidSpec "??????????_" slice ^3) dup log# !wilder ofconn empty nextfile { % % that spec does not exist locally % } { % % that does exist locally, sms coming through % true !Arching.SmsThru } ifelse filing) _Arching.SmsThru not ? % % check cloud web area registered to owner in account % by navigating to the (exe-stamp)/(command sms number).html % true !Arching.Clouded /* % % check Photoshop installed and password correct for network connection % "Photoshop not running" !Config.Message *pshprung _Photoshop zero ? "Photoshop no remote connection" !Config.Message true !Arching.Pshop % % Photoshop is not running, start it % true !Arching.Pshop */ % % check now fully configured % true !Arching.Configured % % end of temporary configuration settings % true ? } loop } ifelse