Hallo Anna,
hab' noch etwas rumprobiert.
Mit:
<html>
<head>
<SCRIPT LANGUAGE="JavaScript">
<!---
function ExecBatch()
{
document.location.href="test.bat";
};
//-->
</SCRIPT>
</head>
<body>
<a href="#" OnClick="ExecBatch()">test.bat</a>
</body>
</html>
Und:
ECHO Test-bat
C:\Textpad\Txtpad32.exe C:\Textpad\Filelist.txt
pause
ruft die Batch tatsächlich den Textpad mit der Datei Filelist.txt auf.
Eventuell mußt Du für W95 noch die Zuweisung zu document.location.href
noch aus window.location.href oder dgl. richtigbiegen.
Die Sicherheitsabfrage bleibt natürlich.
Klaus