(VB6 & DOS) I have a batch file but I would rather have the VB interface.
I'm not to sure how this batch file works (basicly it is contacting another co's server and transfering files) but I believe it is through java. I control it via the command window. Will it be hard or even possible to convert to vb?
Code:
echo off
rem set JDK_BIN=D:\jdk\bin\
SET CLASSPATH=D:\blahxf\java;D:\Blahxf\lib\email.jar;D:\Blahxf\lib\jnet.jar;D:\Blahxf\lib\foo.jar
SET CLASSPATH=%CLASSPATH%;D:\Blahxf\lib\jsse.jar;D:\Blahxf\lib\jcert.jar
JAVA -Xms8M com.Blah.interfaces.pms1way.BlahClient -S Y
Thanks
Michael