Search found 96 matches

by timle
Tue Nov 05, 2019 7:12 pm
Forum: General Discussion
Topic: GEt day of week from date string
Replies: 3
Views: 6011

Re: GEt day of week from date string

Thank you..what is the good way to learn Vb?
by timle
Mon Nov 04, 2019 8:54 pm
Forum: General Discussion
Topic: GEt day of week from date string
Replies: 3
Views: 6011

GEt day of week from date string

Hello,
How can I translate any given date to day of week
for example if 10302019 is wednesday then do something

%DayofWeek% get me today's date but I dont know how to get the back date

Thank you
by timle
Tue Oct 29, 2019 10:05 pm
Forum: Technical / Scripting
Topic: List files with exclusion
Replies: 6
Views: 4975

Re: List files with exclusion

Thank you I will try it, does it work if I want to exclude X and Y for example?
by timle
Tue Oct 29, 2019 6:03 pm
Forum: Technical / Scripting
Topic: List files with exclusion
Replies: 6
Views: 4975

List files with exclusion

Hello,
I have a folder containing these files:

text_a.pdf
text_b.pdf
text_d.pdf
text_x.pddf
how can I get a return of filelist excluding the X file.
I can sort and copy all files with out X to a folder and get filelist of that folder, but there should be a more efficient way of doing it

Thank you
by timle
Wed Oct 02, 2019 7:42 pm
Forum: General Discussion
Topic: everyday logon and print
Replies: 3
Views: 5345

Re: everyday logon and print

thank you
by timle
Tue Oct 01, 2019 10:23 pm
Forum: General Discussion
Topic: everyday logon and print
Replies: 3
Views: 5345

everyday logon and print

Hello,
I would like to at certain time of day open the same document and print. I can do that with script but It doesn't run if the computer is logoff

Thank you
by timle
Fri Jan 05, 2018 5:47 pm
Forum: Technical / Scripting
Topic: Antivirus scan
Replies: 1
Views: 2081

Antivirus scan

I have some EXE created with MS on the computer to run in the window task scheduler but today antivirus detection stop them from running saying in the risk column: "Heur.AdvML.B" and Risk type is: "Heuristic Virus". these are not new EXE they have been here for few years. Is there something that I c...
by timle
Tue Sep 05, 2017 4:01 pm
Forum: Scripts and Tips
Topic: Translate Julian date to local date
Replies: 6
Views: 10193

Re: Translate Julian date to local date

Awsome thank you
by timle
Tue Sep 05, 2017 6:57 am
Forum: Scripts and Tips
Topic: Translate Julian date to local date
Replies: 6
Views: 10193

Re: Translate Julian date to local date

This change from local date to Julian date. how can you convert from Julian to local

thank you
by timle
Mon Sep 04, 2017 3:13 am
Forum: Scripts and Tips
Topic: Translate Julian date to local date
Replies: 6
Views: 10193

Re: Translate Julian date to local date

my mistake when giving you the example. I have corrected it, it should be like below

231 corresponds to 231st day of the year which is August 19th
by timle
Thu Aug 31, 2017 9:34 pm
Forum: Scripts and Tips
Topic: Translate Julian date to local date
Replies: 6
Views: 10193

Translate Julian date to local date

hello,
would someone show me how to translate Julian date to local date

231 = 0819

thank you
by timle
Fri Jan 20, 2017 3:09 pm
Forum: Beginners
Topic: select wild card for files with dots
Replies: 4
Views: 5477

Re: select wild card for files with dots

interesting...thank you
by timle
Wed Jan 04, 2017 4:11 pm
Forum: Technical / Scripting
Topic: attachment with vbscript
Replies: 2
Views: 3124

Re: attachment with vbscript

works great !

thanks
by timle
Tue Jan 03, 2017 10:56 pm
Forum: Technical / Scripting
Topic: attachment with vbscript
Replies: 2
Views: 3124

attachment with vbscript

Sendmail is not working with exchange successfully since they have all the rule and relay server in place. I found vb script sample in this forum that will send email using outlook, which works good, but in the sample code, the attachment is hardcode in the function is there a way to make it into a ...
by timle
Sat Dec 31, 2016 12:48 pm
Forum: Beginners
Topic: select wild card for files with dots
Replies: 4
Views: 5477

Re: select wild card for files with dots

In my example, I have more dot than regular .ext if I have two files named : document_test.1.pdf and document_test.2.pdf and I want the script to find the first record , if it finds it it will email to someone IfFileexists>C:\PAYSTUBS\STUBS\*_.test.1.pdf MessageModal>found it else MessageModal>notfo...
Sign up to our newsletter for free automation tips, tricks & discounts