Thanks for your replies!
Dom
Search found 45 matches
- Tue Feb 19, 2019 3:16 pm
- Forum: Technical / Scripting
- Topic: MoveFile and SWIFT
- Replies: 4
- Views: 5116
- Tue Feb 05, 2019 10:18 pm
- Forum: Technical / Scripting
- Topic: MoveFile and SWIFT
- Replies: 4
- Views: 5116
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 ...
- Wed Oct 24, 2018 8:22 pm
- Forum: Technical / Scripting
- Topic: Only Want Last 2 Digits of Year
- Replies: 2
- Views: 2295
Re: Only Want Last 2 Digits of Year
This worked - thanks!
- Wed Oct 24, 2018 2:49 pm
- Forum: Technical / Scripting
- Topic: Only Want Last 2 Digits of Year
- Replies: 2
- Views: 2295
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
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
- Wed Mar 15, 2017 7:44 pm
- Forum: Scripts and Tips
- Topic: Removing Attachment from Email
- Replies: 2
- Views: 7575
Re: Removing Attachment from Email
I'll give this a shot - thanks!
ADP
ADP
- Fri Mar 10, 2017 9:14 pm
- Forum: Scripts and Tips
- Topic: Removing Attachment from Email
- Replies: 2
- Views: 7575
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...
- Thu Oct 27, 2016 6:49 pm
- Forum: Technical / Scripting
- Topic: Simple Question About IfFileExists
- Replies: 3
- Views: 5191
Re: Simple Question About IfFileExists
Hi JRL,
I did manage to find some commonality and it worked. Thanks for the suggestion.
ADP
I did manage to find some commonality and it worked. Thanks for the suggestion.
ADP
- Thu Oct 27, 2016 2:57 pm
- Forum: Technical / Scripting
- Topic: Simple Question About IfFileExists
- Replies: 3
- Views: 5191
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!...
- Tue Jun 02, 2015 5:41 pm
- Forum: Technical / Scripting
- Topic: xml parsing v13
- Replies: 1
- Views: 2349
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.
Just curious if it was possible to parse XML files in v13? If so would i use the readFile option?
Thanks.
- Fri May 29, 2015 2:44 pm
- Forum: Beginners
- Topic: Can You Run Multiple Macros?
- Replies: 2
- Views: 7685
Re: Can You Run Multiple Macros?
Thats what I thought.
Thanks!
Dom
Thanks!
Dom
- Wed May 27, 2015 9:32 pm
- Forum: Beginners
- Topic: Can You Run Multiple Macros?
- Replies: 2
- Views: 7685
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 ...
- Tue May 12, 2015 7:51 pm
- Forum: Technical / Scripting
- Topic: Date not updating?
- Replies: 2
- Views: 3489
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
Thanks!
Dom
- Tue May 12, 2015 2:36 pm
- Forum: Technical / Scripting
- Topic: Date not updating?
- Replies: 2
- Views: 3489
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...
- Thu May 07, 2015 5:43 pm
- Forum: Technical / Scripting
- Topic: CopyFile using Variable
- Replies: 6
- Views: 5766
Re: CopyFile using Variable
Marcus - it worked! Thanks for the video. I realized what I was doing wrong and made the adjustment.
Regards,
Dom
Regards,
Dom
- Thu May 07, 2015 3:50 pm
- Forum: Technical / Scripting
- Topic: CopyFile using Variable
- Replies: 6
- Views: 5766
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...