home *** CD-ROM | disk | FTP | other *** search
- Remove Line:dline @NotePad@ $sline(@NotePad@,1).ln
- Insert Line:iline @NotePad@ $sline(@NotePad@,1).ln $$?="What do you want to add?"
- -
- New File::loop | set %temp $$?="Save Changes to File? (y/n)" | if ((%temp != y) && (%temp != n)) { goto loop } | if (%temp == y) { savebuf $lines(@NotePad@,0) @NotePad@ $$?="Enter a filename:" | window -c @NotePad@ | notepad } | if (%temp == n) { window -c @NotePad@ | notepad } | halt
- Save File:savebuf $lines(@NotePad@,0) @NotePad@ $$?="Enter a filename:"
- Open File
- .*.txt:clear @NotePad@ | set %temp $dir="Enter Text file to edit:" $mircdir*.txt | /loadbuf 1- $+ $lines(%temp) @NotePad@ %temp
- .*.ini:clear @NotePad@ | set %temp $dir="Enter INI file to edit:" $mircdir*.ini | /loadbuf 1- $+ $lines(%temp) @NotePad@ %temp
- .*.doc:clear @NotePad@ | set %temp $dir="Enter DOC file to edit:" $mircdir*.doc | /loadbuf 1- $+ $lines(%temp) @NotePad@ %temp
- .*.rtf:clear @NotePad@ | set %temp $dir="Enter RTF file to edit:" $mircdir*.rtf | /loadbuf 1- $+ $lines(%temp) @NotePad@ %temp
- .*.log:clear @NotePad@ | set %temp $dir="Enter LOG file to edit:" $mircdir*.log | /loadbuf 1- $+ $lines(%temp) @NotePad@ %temp
- .*.bio:clear @NotePad@ | set %temp $dir="Enter BIO file to edit:" $mircdir*.bio | /loadbuf 1- $+ $lines(%temp) @NotePad@ %temp
- .*.*:clear @NotePad@ | set %temp $dir="Enter Any file to edit:" $mircdir*.* | /loadbuf 1- $+ $lines(%temp) @NotePad@ %temp