Help for this page

Select Code to Download


  1. 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
    
  2. or download this
     Input-File:
     -------------
    ...
         <filler              >
         <field name="fbpos"  />
    </datensatz>
    
  3. or download this
     Inputfile:
     -------------
    ...
         <filler              pack="X4" />
         <field name="fbpos"  pack="A7" />
    </datensatz>
    
  4. or download this
     Inputfile:
     -------------
    ...
        ]]>
        </special>
    </record>
    
  5. or download this
    <job id="PERLandVBS">
    
    ...
                my @t = localtime;
                wshprint (sprintf("%02d", $t[2]) .  ":" . sprintf("%02d", 
    +$t[1]) . ":" . sprintf("%02d", $t[0]) . " ". join ("", @_) );
            }