Please add version number to download file

General Macro Scheduler discussion

Moderators: Dorian (MJT support), JRL

Post Reply
mo
Junior Coder
Posts: 49
Joined: Thu Aug 21, 2003 11:02 pm

Please add version number to download file

Post by mo » Fri Nov 14, 2003 1:38 am

Hello,

I wonder if we can persuade you to add the version id to the download file? I download to a MS directory with a couple of past versions always kept just in case, but all your versions are named the same. This means I need to create a new folder for each new version. And I always forget to do this until after I have started the download process only to find that nowhere on the notice or on the file is the version number to be found.

Help us out here, please.
Best Wishes!
mo

Lumumba

Post by Lumumba » Fri Nov 14, 2003 11:56 am

GetDate>Date
Hour>hh
Min>mm
Sec>ss

Let>MySrcPath=C:
Let>MyDestPath=D:
Let>MySrcFile=Filename.txt
Let>MyDestFile=%Date%-%hh%%mm%%ss%-%MySFile%

CopyFile>%MySrcPath%\%MySrcFile%,%MyDestPath%\%MyDestFile%

mo
Junior Coder
Posts: 49
Joined: Thu Aug 21, 2003 11:02 pm

Post by mo » Fri Nov 14, 2003 12:04 pm

Thanks L.

This suggests that it would be more economical for the world if the user base each set up such a thing over the supplier setting it up once.

I don't think I have one other program that upgrades regularly or even irregularly that does not include the version number as part of the file name. It's standard procedure, and while I am not one that says everything that is standard procedure is the best thing to do, in this case It makes a lot of sense...think about reinstalls, etc.
Best Wishes!
mo

Lumumba

Post by Lumumba » Fri Nov 14, 2003 12:06 pm

Ooops,
reviewed and corrected (+ add. test message)

GetDate>Date
Hour>hh
Min>mm
Sec>ss

Let>MySrcPath=C:
Let>MyDestPath=D:
Let>MySrcFile=Filename.txt
Let>MyDestFile=%Date%-%hh%%mm%%ss%-%MySrcFile%

MessageModal>>OriginalFile: %MySrcFile%%CRLF%ArchivedFile: %MyDestFile%

CopyFile>%MySrcPath%\%MySrcFile%,%MyDestPath%\%MyDestFile%

User avatar
support
Automation Wizard
Posts: 1450
Joined: Sat Oct 19, 2002 4:38 pm
Location: London
Contact:

Post by support » Fri Nov 14, 2003 4:56 pm

We will consider adding the version number to the registered file. We will have to keep the demo download filename consistent to avoid breaking links on 3rd party sites however.
MJT Net Support
[email protected]

User avatar
Bob Hansen
Automation Wizard
Posts: 2475
Joined: Tue Sep 24, 2002 3:47 am
Location: Salem, New Hampshire, US
Contact:

Post by Bob Hansen » Fri Nov 14, 2003 5:20 pm

Good request and a Sensible Solution :D

Subsequent edit:
Original frightening picture in signature removed by popular request.
Last edited by Bob Hansen on Fri Nov 14, 2003 7:04 pm, edited 2 times in total.
Hope this was helpful..................good luck,
Bob
A humble man and PROUD of it!

User avatar
support
Automation Wizard
Posts: 1450
Joined: Sat Oct 19, 2002 4:38 pm
Location: London
Contact:

Post by support » Fri Nov 14, 2003 5:56 pm

The pic is funny, but I'd appreciate it if you could avoid using it in your sig or some of these long threads would get rather cumbersome and it could become a bit overwhelming!
MJT Net Support
[email protected]

Lumumba

Post by Lumumba » Fri Nov 14, 2003 6:47 pm

Gosh. I've totaly missed the point. Maybe I should go to bed in the early morning ... :oops:

Post Reply
cron
Sign up to our newsletter for free automation tips, tricks & discounts