PuppyLinux : RoxFileSelectorInstall

PuppyLinuxMainPage :: Categories :: PageIndex :: RecentChanges :: RecentlyCommented :: Login/Register
To install,

Shell script 1 /root/Choices/MIME-types/text
#! /usr/bin/wish

wm transient .
wm frame .
wm withdraw .

catch { exec pwd } path
set path "$argv0/../app_start"
set l [split $path /]
set n [lsearch $l ..]
for {} {$n != -1} {} {
	if {$n != -1} {
		set a [lrange $l 0 [expr "$n-2"]]
		set l [concat $a [lrange $l [expr "$n+1"] end]]
	}
	set n [lsearch $l ..]
}

set cmd " catch { exec [join $l /] \"[lindex $argv 0]\" } oops "
eval $cmd
if {$oops != ""} {
	tk_messageBox -message "$cmd \n[lindex $argv 0] result: $oops" -type ok
	puts $oops
}
destroy .


CategoryApplicationPreinstalled

There are no comments on this page. [Add comment]

Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by Wikka Wakka Wiki 1.1.6.0
Page was generated in 0.1891 seconds