Last active
October 25, 2016 09:56
-
-
Save digitalfun/87e3e9e936cdb1343752 to your computer and use it in GitHub Desktop.
Create HTML-Helpfile for sfk-commands. Original/Source: <http://sourceforge.net/p/swissfileknife/discussion/542475/thread/19bd79e7/>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @echo off | |
| sfk -html %1 %2 >>sfkhelp.html | |
| sfk echo " " >>sfkhelp.html |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @echo off | |
| sfk echo -spat "<html><body><pre>\n" >sfkhelp.html | |
| sfk -html >>sfkhelp.html | |
| sfk echo " " >>sfkhelp.html | |
| call sub-make-html.bat filefind | |
| call sub-make-html.bat alias | |
| call sub-make-html.bat bin-to-src | |
| call sub-make-html.bat color | |
| call sub-make-html.bat crlf-to-lf | |
| call sub-make-html.bat deblank | |
| call sub-make-html.bat delete | |
| call sub-make-html.bat deplist | |
| call sub-make-html.bat detab | |
| call sub-make-html.bat dupfind | |
| call sub-make-html.bat echo | |
| call sub-make-html.bat filter | |
| call sub-make-html.bat find | |
| call sub-make-html.bat fromclip -h | |
| call sub-make-html.bat ftp | |
| call sub-make-html.bat ftpserv -h | |
| call sub-make-html.bat grep | |
| call sub-make-html.bat hexdump | |
| call sub-make-html.bat hextobin | |
| call sub-make-html.bat inst | |
| call sub-make-html.bat join | |
| call sub-make-html.bat lf-to-crlf | |
| call sub-make-html.bat list | |
| call sub-make-html.bat md5 | |
| call sub-make-html.bat md5check | |
| call sub-make-html.bat md5gento | |
| call sub-make-html.bat mkcd | |
| call sub-make-html.bat patch | |
| call sub-make-html.bat pathfind | |
| call sub-make-html.bat reflist | |
| call sub-make-html.bat remcr | |
| call sub-make-html.bat replace | |
| call sub-make-html.bat run | |
| call sub-make-html.bat runloop | |
| call sub-make-html.bat scantab | |
| call sub-make-html.bat snapto | |
| call sub-make-html.bat split | |
| call sub-make-html.bat stat | |
| call sub-make-html.bat strings | |
| call sub-make-html.bat head | |
| call sub-make-html.bat tail | |
| call sub-make-html.bat text-join-lines | |
| call sub-make-html.bat copy | |
| call sub-make-html.bat sync | |
| call sub-make-html.bat partcopy | |
| call sub-make-html.bat mkdir | |
| call sub-make-html.bat deltree | |
| call sub-make-html.bat hex | |
| call sub-make-html.bat dec | |
| call sub-make-html.bat chars | |
| call sub-make-html.bat printloop | |
| call sub-make-html.bat sort | |
| call sub-make-html.bat count | |
| call sub-make-html.bat linelen | |
| call sub-make-html.bat httpserv -h | |
| call sub-make-html.bat wget | |
| call sub-make-html.bat webrequest | |
| call sub-make-html.bat tcpdump | |
| call sub-make-html.bat udpdump | |
| call sub-make-html.bat udpsend | |
| call sub-make-html.bat ip | |
| call sub-make-html.bat script | |
| call sub-make-html.bat sleep | |
| call sub-make-html.bat pause -h | |
| call sub-make-html.bat tee | |
| call sub-make-html.bat tofile | |
| call sub-make-html.bat toterm | |
| call sub-make-html.bat loop | |
| call sub-make-html.bat cd | |
| call sub-make-html.bat getcwd | |
| call sub-make-html.bat require | |
| call sub-make-html.bat make-random-file | |
| call sub-make-html.bat fuzz | |
| call sub-make-html.bat sample | |
| call sub-make-html.bat view | |
| call sub-make-html.bat toclip -h | |
| call sub-make-html.bat env | |
| call sub-make-html.bat version | |
| call sub-make-html.bat ascii | |
| call sub-make-html.bat help select | |
| call sub-make-html.bat help options | |
| call sub-make-html.bat help patterns | |
| call sub-make-html.bat help chain | |
| call sub-make-html.bat help shell | |
| call sub-make-html.bat help unicode | |
| call sub-make-html.bat help colors | |
| call sub-make-html.bat help xe | |
| call sub-make-html.bat ask |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment