Search found 64 matches
- Tue Jun 16, 2015 5:04 pm
- Forum: General Discussion
- Topic: What happens when my subscription expired?
- Replies: 3
- Views: 6537
Re: What happens when my subscription expired?
When your subscription expires your software will de-activate and you will not be able to use it. Well, I didnt know about this when I purchase it at that time... :( I bought the professional version not the subscription version. Isn't there is two type, one is a subscription based and the other on...
- Sat Jun 13, 2015 3:05 am
- Forum: General Discussion
- Topic: What happens when my subscription expired?
- Replies: 3
- Views: 6537
What happens when my subscription expired?
The title speak for itself.
I want to know what happens when my subscription expired?
I dont intend to extend my subscription before it expire.
I intend maybe to resubscribe it a couple of months later after it expired, since currently I'm not using it for anything in particular.
Thank you.
I want to know what happens when my subscription expired?
I dont intend to extend my subscription before it expire.
I intend maybe to resubscribe it a couple of months later after it expired, since currently I'm not using it for anything in particular.
Thank you.
- Mon May 25, 2015 10:25 am
- Forum: General Discussion
- Topic: Read all urls in ie and write to a file
- Replies: 5
- Views: 9310
Re: Read all urls in ie and write to a file
What if I want to change it to get all the urls in google chrome or firefox and write it into a file, any idea how I could do that?
Can anyone show me how its done, thank you.
Can anyone show me how its done, thank you.
- Mon Feb 02, 2015 9:06 am
- Forum: Technical / Scripting
- Topic: How to set File Version and Product Version in EXE
- Replies: 7
- Views: 12030
Re: How to set File Version and Product Version in EXE
The link above no longer works.Marcus Tettmar wrote:You could use something like this:
http://www.the-software-box.com/changeversion.aspx
BTW, any method to change file information such as description, copyright, product name etc?
Thank you.
I would prefer an easy method. Thank you.
- Mon Sep 22, 2014 11:27 pm
- Forum: General Discussion
- Topic: Macro Scheduler 14.1.04 Available
- Replies: 11
- Views: 17327
Re: Macro Scheduler 14.1.04 Available
Thank you, your code works fine, and I only need to put these 2 files libeay32.dll and libssl32.dll in the same folder as the compiled exe, so that I dont need to install openssl.
- Fri Sep 12, 2014 4:09 am
- Forum: General Discussion
- Topic: Macro Scheduler 14.1.04 Available
- Replies: 11
- Views: 17327
Re: Macro Scheduler 14.1.04 Available
Nope it still won't work give me "Current version is 404 Error connecting to host" now.
- Thu Sep 11, 2014 5:41 pm
- Forum: General Discussion
- Topic: Macro Scheduler 14.1.04 Available
- Replies: 11
- Views: 17327
Re: Macro Scheduler 14.1.04 Available
The above script no longer works, I receive "Current version is 302 HTTP/1.1 302 Found".
Anyone know why?
Anyone know why?
- Wed Aug 06, 2014 7:22 am
- Forum: General Discussion
- Topic: Retrieve mail attachment from gmail using CDO
- Replies: 1
- Views: 5525
Retrieve mail attachment from gmail using CDO
Anyone have a simple example on how to retrieve mail and mail attachment from gmail using CDO?
Thank you.
Thank you.
- Mon Jun 02, 2014 8:39 pm
- Forum: General Discussion
- Topic: Final Concern with EXE before I buy
- Replies: 12
- Views: 16100
Re: Final Concern with EXE before I buy
I'm not into image recognition much but I found a simple method of getting the job done. 1) When running image recognition, may I suggest setting the screem resolution and colour the same as the test pc. It work for me. 2) A 32bit colour setting isnt much different with a 24bit colour setting(thats ...
- Thu May 15, 2014 3:01 pm
- Forum: General Discussion
- Topic: Macro Scheduler 14.1.04 Available
- Replies: 11
- Views: 17327
Re: Macro Scheduler 14.1.04 Available
Thanks Marcus, I prefer using a file instead of registry. :D Here's my final working script, in case anyone need it. ReadLn>msversion.txt,1,curVer HTTPRequest>http://www.mjtnet.com/ver_only.htm,,GET,,strNewVer Trim>curVer,curVer MessageModal>Current version is %curVer% If>curVer<>strNewVer MessageMo...
- Mon May 12, 2014 10:10 am
- Forum: General Discussion
- Topic: Macro Scheduler 14.1.04 Available
- Replies: 11
- Views: 17327
Re: Macro Scheduler 14.1.04 Available
Any help here?
I only want to retrieve the version info from the picture attached.
Thanks
I only want to retrieve the version info from the picture attached.
Thanks
- Sat May 10, 2014 2:12 pm
- Forum: General Discussion
- Topic: Macro Scheduler 14.1.04 Available
- Replies: 11
- Views: 17327
Re: Macro Scheduler 14.1.04 Available
I use this method below but I dont know whats wrong with my code. :( IfFileExists>C:\MSVersion.html DeleteFile>C:\MSVersion.html Endif IfFileExists>C:\MSExist.txt DeleteFile>C:\MSExist.txt Endif HTTPRequest>http://www.mjtnet.com/downloads.htm,C:\MSVersion.html,GET,,HTMLResponse ReadFile>C:\MSVersion...
- Fri May 09, 2014 7:23 pm
- Forum: General Discussion
- Topic: Macro Scheduler 14.1.04 Available
- Replies: 11
- Views: 17327
Re: Macro Scheduler 14.1.04 Available
Hi Marcus, Is there a script to check whether a new version is available, I usually use a batch file with wget to compare the trial versions from http://www.mjtnet.com/software/mssetup.exe and http://www.mjtnet.com/software/msched.zip against the versions in my hard disk folder, if difference, will ...
- Fri May 09, 2014 5:17 am
- Forum: Beginners
- Topic: Encrypt/Decrypt File
- Replies: 3
- Views: 5221
Re: Encrypt/Decrypt File
Thanks Marcus, I modify the code and it works as below [Setting] Parameter1=test.txt Test1=C:\Program Files\Test\notepad.exe Test2=C:\Program Files\Test\calc.exe EncryptFile //Create a password Let>mypassword=this is a secret //Some text to encrypt ReadFile>c:\file.txt,strText //encrypt the string c...
- Thu May 08, 2014 6:49 pm
- Forum: Beginners
- Topic: Encrypt/Decrypt File
- Replies: 3
- Views: 5221
Encrypt/Decrypt File
Hi, anyone have a simple example of a encrypt file and decrypt file example using MS(not vbscript)?
Basically, I want to encrypt a file containing settings, so that when I need to read the settings, I just decrypt the file either in disk or in memory(I wonder if this is even possible?).
Thanks.
Basically, I want to encrypt a file containing settings, so that when I need to read the settings, I just decrypt the file either in disk or in memory(I wonder if this is even possible?).
Thanks.