Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

TCMD 21 Upgrade

Aug
1,914
68
Looking forward to the day when the cost of the TCMD 21 Upgrade will be $49.95 Canadian.

upload_2017-9-27_16-43-46.png


Not the fault of JP Software, but the fault of the economy.

Joe
 
Here's a little .BTM to see what the current cost for the Take Command 21 Upgrade is for Canadians;
Code:
@setlocal
@echo off
::https://en.wikipedia.org/wiki/Lynx_(web_browser)
lynx -dump https://sites.fastspring.com/jpsoft/instant/takecommand > clip:
set UpgradePrice=%@execstr[findstr /c:"Take Command 21 Upgrade" < clip:]
set UpgradePrice=%@word[-1,%UpgradePrice]
echo %_isodate %_time %UpgradePrice >> c:\utils\tcmdcad.txt
tail c:\utils\tcmdcad.txt
endlocal

Currently, $49.95 USD is $64.62 CAD

Joe
 
Back
Top