home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Acorn User 11
/
AUCD11B.iso
/
LANGUAGES
/
WraithSet
/
AwkStuff
/
Awkify
/
Tools
/
setawk
< prev
Wrap
Text File
|
1999-02-07
|
298b
|
8 lines
| Set current awk program
| Action is consistent with runtype for awk files
if "<TMP$PATH>" = "" OR "<TMP$LEAF>" = "" then echo Save the file first
if "<TMP$PATH>" = "" OR "<TMP$LEAF>" = "" then obey
set Awk$Prog <TMP$PATH>.<TMP$LEAF>
settype <Awk$Prog> awk
echo current awk program is <TMP$LEAF>