#95734 - 2002-11-19 11:58 PM
Re: Kixstart......or..... Kixtart ??
|
Shawn
Administrator
   
Registered: 1999-08-13
Posts: 8611
|
Well, as everyone seems to say around here: RTFM
code:
KiXtart was started in 1991 as a spare time project in response to the many requests for logon scripting functionality for the Microsoft LAN Manager environment. KiXtart’s simplicity, speed and lack of competition soon made it very popular with LAN Manager network administrators.
This was way before my WindowsNT days, I was a DEC VAX/VMS programmer in those days.
-Shawn [ 19. November 2002, 23:59: Message edited by: Shawn ]
|
Top
|
|
|
|
#95739 - 2002-11-20 07:55 AM
Re: Kixstart......or..... Kixtart ??
|
macIntoz
Administrator
   
Registered: 2002-11-12
Posts: 22
|
no, I'm not watching you. I just happen to know these things
btw, I saw the line too, but when clicked to reply patrick already had made it.
|
Top
|
|
|
|
#95745 - 2002-11-20 08:11 AM
Re: Kixstart......or..... Kixtart ??
|
MightyR1
MM club member
   
Registered: 1999-09-09
Posts: 1264
Loc: The Netherlands
|
THis is more and more looking like a checker post
Anyways sending a PM with checker gave me a script error: $ubbB[$]=$form.toolbarbutton(,405,65+22*$,35,20)
So code by BB:
code:
Dim $t,$d,$p,$l,$c,$h,$w,$h1,$poplabel
$sc=$title $scv=$url $runie = "run '"+ReadValue("HKEY_CLASSES_ROOT\htmlfile\shell\open\command","")+" "
$d = 1 $h = 22 $h1 = 18 $w = 300 $p = CreateObject("Kixtart.Form") $p.height = 0 $t=$p.screen.height-taskbar() $p.height = 0 $p.width = $w + 6 $p.fontsize = 10 $p.fontname = "helvetica" $p.forecolor = 0 $p.fontbold = 0 $p.BorderStyle = 0 $p.backcolor = $p.RGB(255,255,0) $p.Top = $t $p.Left = $p.screen.width-$p.width-20
$poplabel = $p.label($sc,4,2+$h1/2,$w-2,2*$h1) $poplabel.backcolor = $p.rgb(255,255,0) $poplabel.borderstyle = 0 $poplabel.alignment = 2 $p.onmousemove="$$poplabel.fontbold=0 $$poplabel.fontunderline=0" $poplabel.onmousemove="$$poplabel.fontbold=0 $$poplabel.fontunderline=1" $poplabel.onmouseup="$runie "+Chr(34)+$scv+Chr(34)+"' sleep 0.5 $$p.visible=0 "
$c = $p.Timer(20) $c.OnTimer = " If $$d=1 $$p.Top=$$p.Top - 1 $$p.height=$$p.Height+1
$$ptopline=$$p.line(0,0,$$p.width,0) $$pleftline=$$p.line(0,0,0,$$p.height) $$prightline=$$p.line($$p.width-1,0,$$p.width-1,$$p.height) $$p.forecolor=$$p.RGB(255,255,0) $$pbottomline=$$p.line(1,$$p.height-2,$$p.width-1,$$p.height-2) $$p.forecolor=0 $$pbottomline=$$p.line(0,$$p.height-1,$$p.width,$$p.height-1)
If $$p.top<($$t-3*$h1) $$c.Interval=3000 $$d=0 EndIf Else If $$d=2 $$c.Interval=25 $$p.Top=$$p.Top + 1 $$p.height=$$p.Height-1
$$ptopline=$$p.line(0,0,$$p.width,0) $$pleftline=$$p.line(0,0,0,$$p.height) $$prightline=$$p.line($$p.width-1,0,$$p.width-1,$$p.height) $$p.forecolor=$$p.RGB(255,255,0) $$pbottomline=$$p.line(1,$$p.height-2,$$p.width-1,$$p.height-2) $$p.forecolor=0 $$pbottomline=$$p.line(0,$$p.height-1,$$p.width,$$p.height-1)
If $$p.top>$$t $$c.Enabled=0 $$p.Hide EndIf Else $$d=2 EndIf EndIf " $p.height=0 $p.Show $p.ShowInTaskbar = 0 $p.TopMost = 1
While $p.Visible $pr=Execute($p.DoEvents) Loop
$p = 0 $poplabel = 0 $ptopline = 0 $pleftline = 0 $prightline = 0 $pbottomline = 0 $c=0
Function TaskBar() If @dos=="4.0" $_S="StuckRects" Else $_S="StuckRects2" EndIf $TaskBar=Val("&"+SubStr(ReadValue("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\$_S","settings"),41,2)) EndFunction
_________________________
Greetz, Patrick Rutten
- We'll either find a way or make one... - Knowledge is power; knowing how to find it is more powerful... - Problems don't exist; they are challenges...
|
Top
|
|
|
|
#95751 - 2002-11-20 05:51 PM
Re: Kixstart......or..... Kixtart ??
|
Sealeopard
KiX Master
   
Registered: 2001-04-25
Posts: 11165
Loc: Boston, MA, USA
|
Shawn: Sorry to inform you, but you're guess is way off!
We use it for signal processing running custom-written FORTRAN routines.
Basically, we are recording intra-muscluar electrical signals via little wires that we put into muscle fibers utilizing a PC-based data acquisition system. We then transfer the data over to the VAX, run the analysis routine (about 10-15 hours per 10 seconds of data), have students inspect the data visually on the VAX (via remote PC terminal), and refine the analysis.
We also have a group in New Your City and one in Israel do the same thing remotely since it's the last unit alive (apart from the broken tape drive ).
BTW, it is a mission-critical system, though, since half of our research is based on this analysis. However, we're currently rewriting everyhting using neural networks and artificial intelligence approaches. [ 20. November 2002, 17:53: Message edited by: sealeopard ]
_________________________
There are two types of vessels, submarines and targets.
|
Top
|
|
|
|
Moderator: Arend_, Allen, Jochen, Radimus, Glenn Barnas, ShaneEP, Ruud van Velsen, Mart
|
0 registered
and 2141 anonymous users online.
|
|
|