- 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
- or download this
use Common;
use Output;
...
while ( $record = <STDIN> )
{
etc...
- 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
- or download this
This part goes in your general part of the vb file:>>>
...
WaitForSingleObject pHandle, INFINITE
CloseHandle pHandle
End If