ok so i got this
dialog FileServer {
title "File Server"
size -1 -1 160 120
option dbu
tab "File Server", 1, -2 -2 159 119
text "Trigger", 2, 21 20 18 7, tab 1
button "Accept", 3, 30 102 37 12, tab 1
button "Reset", 4, 79 102 37 12, tab 1
text "Fserve Directory", 5, 3 33 43 8, tab 1
text "Welcome File(Not Required)", 6, 0 49 67 8, tab 1
edit "!", 8, 69 19 70 10, tab 1
edit "", 9, 69 33 69 10, tab 1
edit "", 10, 69 48 70 10, tab 1
}
and got it running with this
/f4 /dialog -m FileServer FileServer
now i need to configure the dialog so that each text imput becomes a variable and and accept will save the variable and the reset will clear it
plz just finish this and ill be happy!