Hi,
I have a ".vbs" file.
The contents of this file are
Set oISM = CreateObject("SAAuto12.ISWiProject")
oISM.OpenProject "C:\Trunk\Installer\VOIP Client.ism"
oISM.ProductVersion = "1.0.0"
'oISM.PackageCode = oISM.GenerateGUID()
'oISM.ProductCode = oISM.GenerateGUID()
oISM.SaveProject
oISM.CloseProject
Set oISM = Nothing
In this the Product Version in this script has to be taken by text file ".txt" the contents of which are are
1.0.0
How do I take it from the text file?
Thanks,
Sahana
I have a ".vbs" file.
The contents of this file are
Set oISM = CreateObject("SAAuto12.ISWiProject")
oISM.OpenProject "C:\Trunk\Installer\VOIP Client.ism"
oISM.ProductVersion = "1.0.0"
'oISM.PackageCode = oISM.GenerateGUID()
'oISM.ProductCode = oISM.GenerateGUID()
oISM.SaveProject
oISM.CloseProject
Set oISM = Nothing
In this the Product Version in this script has to be taken by text file ".txt" the contents of which are are
1.0.0
How do I take it from the text file?
Thanks,
Sahana