home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1996 May
/
PCW596.iso
/
internet
/
browser
/
slnot
/
slipknot.sc_
/
slipknot.sc
Wrap
INI File
|
1995-10-22
|
1KB
|
57 lines
[slipcommand]
n=11
l1=case $1 in
l2=-g) echo xxx working >slipknot.status
l3=./.slipgeturl "$2" &
l4=echo $! >slipknot.proc ;;
l5=-k) kill -9 `cat slipknot.proc`
l6=kill -9 `cat slipknot.proc2` ;;
l7=-s) cat slipknot.status ;;
l8=*) echo Bad argument
l9=esac
l10=echo OK
l11=exit
[slipcommand2-4-2]
n=13
l1=case $1 in
l2=-g) echo xxx working >slipknot.status
l3=./.slipgeturl -g "$2" "$3" "$4" "$5" "$6" &
l4=echo $! >slipknot.proc ;;
l5=-gio) ./.slipgeturl -gio "$2" "$3" "$4" "$5" "$6" &
l6=echo $! >slipknot.proc ;;
l7=-k) kill -9 `cat slipknot.proc`
l8=kill -9 `cat slipknot.proc2` ;;
l9=-s) cat slipknot.status ;;
l10=*) echo Bad argument
l11=esac
l12=echo OK
l13=exit
[lynx]
n=4
l1=%PROG% -dump -source "$1" >slipknot.tmp &
l2=echo $! >slipknot.proc2
l3=wait
l4=echo xxx $? done >slipknot.status
[lynx2-4-2]
n=9
l1=echo a >slipknot.err
l2=case $1 in
l3=-g) %PROG% -source -dump -noredir -error_file=slipknot.err $2 $3 $4 $5 >slipknot.tmp & ;;
l4=-gio) %PROG% -source -dump -noredir -error_file=slipknot.err < $2 $3 $4 $5 >slipknot.tmp & ;;
l5=*) %PROG% -source -dump -noredir -error_file=slipknot.err $2 $3 $4 $5 >slipknot.tmp & ;;
l6=esac
l7=echo $! >slipknot.proc2
l8=wait
l9=(cat slipknot.err ; echo xxx $? done) >slipknot.status
[www]
n=4
l1=%PROG% -n -source "$1" >slipknot.tmp &
l2=echo $! >slipknot.proc2
l3=wait
l4=echo xxx $? done >slipknot.status