- or download this
#Simple Invocation, the database exists:
txt2mdb.wsf XXSUM.XDS c:\temp\xxum.mdb "EK" c:\satnt\xxsum.e
...
#if the name of the empty database differs from the recordSpec:
txt2mdb.wsf OLAP_1 neu:OLAP:c:\temp\xxum.mdb O1 c:\satnt\olap.txt
- or download this
Input-File:
-------------
...
<filler >
<field name="fbpos" />
</datensatz>
- or download this
Inputfile:
-------------
...
<filler pack="X4" />
<field name="fbpos" pack="A7" />
</datensatz>
- or download this
Inputfile:
-------------
...
]]>
</special>
</record>
- or download this
<job id="PERLandVBS">
...
my @t = localtime;
wshprint (sprintf("%02d", $t[2]) . ":" . sprintf("%02d",
+$t[1]) . ":" . sprintf("%02d", $t[0]) . " ". join ("", @_) );
}