Help for this page

Select Code to Download


  1. or download this
    (path to perl.exe) (path to perl file)file.pl < (inputfile with path) 
    +> (outputfile with path)
    
    ...
    ' You can do sPath = AddBackSlash(App.Path)&"batchfile.bat"
    ' to create the proper path in vb
    
  2. or download this
    use Common;
    use Output;
    ...
    while ( $record = <STDIN> )
    {
    etc...
    
  3. or download this
    perl -I(path to dir. of modules) (path to script)\script.pl < (path to
    + inputfile)\inputfile.txt > (path to outputfile)\outputfile.txt
    
  4. or download this
    
    This part goes in your general part of the vb file:>>>
    ...
         WaitForSingleObject pHandle, INFINITE
         CloseHandle pHandle
    End If