Search found 96 matches
- Tue Nov 05, 2019 7:12 pm
- Forum: General Discussion
- Topic: GEt day of week from date string
- Replies: 3
- Views: 6796
Re: GEt day of week from date string
Thank you..what is the good way to learn Vb?
- Mon Nov 04, 2019 8:54 pm
- Forum: General Discussion
- Topic: GEt day of week from date string
- Replies: 3
- Views: 6796
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
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
- Tue Oct 29, 2019 10:05 pm
- Forum: Technical / Scripting
- Topic: List files with exclusion
- Replies: 6
- Views: 6692
Re: List files with exclusion
Thank you I will try it, does it work if I want to exclude X and Y for example?
- Tue Oct 29, 2019 6:03 pm
- Forum: Technical / Scripting
- Topic: List files with exclusion
- Replies: 6
- Views: 6692
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
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
- Wed Oct 02, 2019 7:42 pm
- Forum: General Discussion
- Topic: everyday logon and print
- Replies: 3
- Views: 6043
Re: everyday logon and print
thank you
- Tue Oct 01, 2019 10:23 pm
- Forum: General Discussion
- Topic: everyday logon and print
- Replies: 3
- Views: 6043
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
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
- Fri Jan 05, 2018 5:47 pm
- Forum: Technical / Scripting
- Topic: Antivirus scan
- Replies: 1
- Views: 2407
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...
- Tue Sep 05, 2017 4:01 pm
- Forum: Scripts and Tips
- Topic: Translate Julian date to local date
- Replies: 6
- Views: 11578
Re: Translate Julian date to local date
Awsome thank you
- Tue Sep 05, 2017 6:57 am
- Forum: Scripts and Tips
- Topic: Translate Julian date to local date
- Replies: 6
- Views: 11578
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
thank you
- Mon Sep 04, 2017 3:13 am
- Forum: Scripts and Tips
- Topic: Translate Julian date to local date
- Replies: 6
- Views: 11578
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
231 corresponds to 231st day of the year which is August 19th
- Thu Aug 31, 2017 9:34 pm
- Forum: Scripts and Tips
- Topic: Translate Julian date to local date
- Replies: 6
- Views: 11578
Translate Julian date to local date
hello,
would someone show me how to translate Julian date to local date
231 = 0819
thank you
would someone show me how to translate Julian date to local date
231 = 0819
thank you
- Fri Jan 20, 2017 3:09 pm
- Forum: Beginners
- Topic: select wild card for files with dots
- Replies: 4
- Views: 6108
Re: select wild card for files with dots
interesting...thank you
- Wed Jan 04, 2017 4:11 pm
- Forum: Technical / Scripting
- Topic: attachment with vbscript
- Replies: 2
- Views: 3444
Re: attachment with vbscript
works great !
thanks
thanks
- Tue Jan 03, 2017 10:56 pm
- Forum: Technical / Scripting
- Topic: attachment with vbscript
- Replies: 2
- Views: 3444
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 ...
- Sat Dec 31, 2016 12:48 pm
- Forum: Beginners
- Topic: select wild card for files with dots
- Replies: 4
- Views: 6108
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...