HFS: Hidden things: Difference between revisions

From rejetto wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:
You just have to know that they are there.
You just have to know that they are there.
* Holding SHIFT on start skips configuration loading
* Holding SHIFT on start skips configuration loading
* ~files.lst can be customized. create a text file ''filelist.tpl'' in the folder with ''hfs.exe'', then put this content
<pre>
%files%
[files]
%list%
[file]
http://%host%%encoded-folder%%item-url%
</pre>
edit this template to fit your needs.

Revision as of 20:31, 23 August 2006

Here is a list of features with no GUI. You just have to know that they are there.

  • Holding SHIFT on start skips configuration loading
  • ~files.lst can be customized. create a text file filelist.tpl in the folder with hfs.exe, then put this content
%files%

[files]
%list%

[file]
http://%host%%encoded-folder%%item-url%

edit this template to fit your needs.