| Windows Batch |
| Index.cmd Creates an HTML index of your music collection. (See aml below) |
| Uppercase.cmd A module that coverts the contents of a given variable to uppercase. |
| |
Tips:
I always use a common standard in each script for the variables.
The A_Variable format lets me see quickly that it's a variable,
and lets me kill all the variables in one whack at the end.
ex:for /f "tokens=1 delims==" %%i in ('set A_') do set %%i=
You could also be more selective such as A_LINK_1, A_LINK_2
and then kill just A_LINK_ leaving the rest of A_ alone.
|
| |
| Examples |
| AML Ard's Music Library |
| |
| Grab |
README.GRAB.txt the information file.
GRAB.cmd the main scripts.
GRAB_INPUT.vbs the vbscript aquiring the input.
GRAB_FORM.html the html form.
GRAB.css the .css file.
Google search for wget win32. Grab is dependent on Wget!
|
| |
| Legal |
Use what ever code you want when ever your want for free!
If you feel like linking back to me, that would be cool,
if not, I really couldn't care less as long as I helped
in some way. So do what ever you like.
|
| |
| |
| If you would like to mail, send it to:
simon at delrinian dot com |