I have a "private sub Commandx_click() created
In this Vb script (amongst other things),I create a "filename" comprising a name&filedate.
I need to create a bat file that will let me run the compression prog LHA using the created filename.
eg: lha a "filename" *.*
Is their a way I can create and export that last bit of code as a text file (which could easily be renamed),or as a direct bat file which I can run by shelling out.
(For whatever reason I cant run LHA in the Vbscript and yes it is in the windows path)
Hope thats clear.
Any ideas will help
Thanx
In this Vb script (amongst other things),I create a "filename" comprising a name&filedate.
I need to create a bat file that will let me run the compression prog LHA using the created filename.
eg: lha a "filename" *.*
Is their a way I can create and export that last bit of code as a text file (which could easily be renamed),or as a direct bat file which I can run by shelling out.
(For whatever reason I cant run LHA in the Vbscript and yes it is in the windows path)
Hope thats clear.
Any ideas will help
Thanx