Search found 45 matches

by ADP_MAN
Tue Feb 19, 2019 3:16 pm
Forum: Technical / Scripting
Topic: MoveFile and SWIFT
Replies: 4
Views: 3976

Re: MoveFile and SWIFT

Thanks for your replies!

Dom
by ADP_MAN
Tue Feb 05, 2019 10:18 pm
Forum: Technical / Scripting
Topic: MoveFile and SWIFT
Replies: 4
Views: 3976

MoveFile and SWIFT

Hi All, I am currently using MacroScheduler to help control file movement when working with the financial application "SWIFT". When transmitting certain files, I first have the files delivered to a "temporary emission" folder. From there, depending on if the server is the main or backup server, the ...
by ADP_MAN
Wed Oct 24, 2018 8:22 pm
Forum: Technical / Scripting
Topic: Only Want Last 2 Digits of Year
Replies: 2
Views: 1981

Re: Only Want Last 2 Digits of Year

This worked - thanks!
by ADP_MAN
Wed Oct 24, 2018 2:49 pm
Forum: Technical / Scripting
Topic: Only Want Last 2 Digits of Year
Replies: 2
Views: 1981

Only Want Last 2 Digits of Year

Hi All,

If I have the date "2018" what command can I use to just give me the result "18". Apologies in advance if this is an easy one, but I am having trouble figuring it out.

Thanks,
AM
by ADP_MAN
Wed Mar 15, 2017 7:44 pm
Forum: Scripts and Tips
Topic: Removing Attachment from Email
Replies: 2
Views: 6861

Re: Removing Attachment from Email

I'll give this a shot - thanks!

ADP
by ADP_MAN
Fri Mar 10, 2017 9:14 pm
Forum: Scripts and Tips
Topic: Removing Attachment from Email
Replies: 2
Views: 6861

Removing Attachment from Email

Hi All, I am running a Win 7 Enterprise machine, with MS Office 2013. I am looking to run a script that monitors a specific email folder in Outlook, waits for emails to hit the folder, then saves the attachment on the email to a specific folder on the network. Is this possible without using VB? Than...
by ADP_MAN
Thu Oct 27, 2016 6:49 pm
Forum: Technical / Scripting
Topic: Simple Question About IfFileExists
Replies: 3
Views: 4603

Re: Simple Question About IfFileExists

Hi JRL,

I did manage to find some commonality and it worked. Thanks for the suggestion.

ADP
by ADP_MAN
Thu Oct 27, 2016 2:57 pm
Forum: Technical / Scripting
Topic: Simple Question About IfFileExists
Replies: 3
Views: 4603

Simple Question About IfFileExists

Hi All, Simple question I'm hoping someone can help me with. I'm monitoring a folder and if a file appears, I would like that to trigger something (for my example just a MessageModal). I'm using the following: Label>Start IfFileExists>C:\00 - TEST 2\*.* Wait>3 //SEND TRUE MESSAGE MessageModal>Hello!...
by ADP_MAN
Tue Jun 02, 2015 5:41 pm
Forum: Technical / Scripting
Topic: xml parsing v13
Replies: 1
Views: 2037

xml parsing v13

Hello,

Just curious if it was possible to parse XML files in v13? If so would i use the readFile option?

Thanks.
by ADP_MAN
Fri May 29, 2015 2:44 pm
Forum: Beginners
Topic: Can You Run Multiple Macros?
Replies: 2
Views: 7072

Re: Can You Run Multiple Macros?

Thats what I thought.

Thanks!
Dom
by ADP_MAN
Wed May 27, 2015 9:32 pm
Forum: Beginners
Topic: Can You Run Multiple Macros?
Replies: 2
Views: 7072

Can You Run Multiple Macros?

Hi All, I have a very basic question but I cant seem to find an answer for it online. I want to run two macros at the same time on a machine. With my macro already writtem, I click on the icon tray in the bottom right corner of my screen. From there I double clicked on the MS icon which opens a new ...
by ADP_MAN
Tue May 12, 2015 7:51 pm
Forum: Technical / Scripting
Topic: Date not updating?
Replies: 2
Views: 3053

Re: Date not updating?

Ok - I didnt have the date calculation inside my checking loop, so it was never able to get the new information.

Thanks!
Dom
by ADP_MAN
Tue May 12, 2015 2:36 pm
Forum: Technical / Scripting
Topic: Date not updating?
Replies: 2
Views: 3053

Date not updating?

Hi All, I would like to add a date to the file name and I'm using the simple script: Day>Day Month>Month Year>Year Let>todayDate=%Year%%Month%%Day% . . . . MoveFile>T:\temp\file.txt,T:\temp\file_%todayDate%.txt I've never had an issue when the script was "launched" as an .exe from a program. In this...
by ADP_MAN
Thu May 07, 2015 5:43 pm
Forum: Technical / Scripting
Topic: CopyFile using Variable
Replies: 6
Views: 5148

Re: CopyFile using Variable

Marcus - it worked! Thanks for the video. I realized what I was doing wrong and made the adjustment.

Regards,
Dom
by ADP_MAN
Thu May 07, 2015 3:50 pm
Forum: Technical / Scripting
Topic: CopyFile using Variable
Replies: 6
Views: 5148

Re: CopyFile using Variable

I'm still having issues. If I had a single file in a folder: c:\Temp\Temp\CITI_MT940_87609876.SNL09870939 and wanted to rename and move it to "CITI.rpt" here: c:\Temp\CITI.rpt How would I do this. I tried your code (using the debugger) but having difficulty getting anything to show up in that folder...
cron
Sign up to our newsletter for free automation tips, tricks & discounts