Recent content by scitech

  1. S

    Licensing for portable publication

    Hi, We have created a exe using option “Create portable publication” . I have made license file on the USB. My issue is : If user copies the exe file to another USB and deltes the .license and .pref files. Then he uses htmlexe demo or trail version and creates new .license and .pref files for...
  2. S

    Can i use Activexcontrols?

    I am trying a javascript to open, read and write the files. The publication is IEPublication and i am using activexcontrols to get the functionality. I am able to open, read and write the files. Just wanted to check if Activexcontrols for javascripts are supported by htmlexe 4.1 and are there...
  3. S

    Checking if the file exists

    I tried built in FileExists function and it works. Now i want to read the file line by line and i tried built in function ReadLn function. As per the Delphi reference it takes 2 arguments( file handle and string). However if i try that within the script, i get an error. Apperantly it accepts...
  4. S

    Checking if the file exists

    Thanks for the link. Will try it out.
  5. S

    Checking if the file exists

    I am creating portable publication on USB and would like create/read/write using my own text file using scripts. I have gone through the section “How to read data from a text file”. I have following questions. Is there any way to check if the text file alreay exists ?What is the API for it? Can...
Back
Top