https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3024
--- Comment #4 from Jörg Mayer <jmayer@xxxxxxxxx> 2008-11-05 02:10:58 PDT ---
The following example uses sh script syntax as I don't know about bat-files:
mxcopy.bat:
for i in $(DISSECTOR_FILES); do
xcopy ... $i ...
done
Is someting like that doable? If not: Is there another script language
that is acceptable to require on a developer's machine, like javascript?
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.