Search found 45 matches

by ADP_MAN
Thu May 07, 2015 1:51 pm
Forum: Technical / Scripting
Topic: CopyFile using Variable
Replies: 6
Views: 5207

Re: CopyFile using Variable

Hi Marcus, I don't think I'm explaining it correctly. Say I want to do something simple like this: RenameFile>C:\Temp\CITI_MT940*.*,C:\Temp\CITI.rpt Goto>End Nothing happens. From my research, I believe the error is due to the fact that I'm using a variable *.* in my original file search. The file n...
by ADP_MAN
Wed May 06, 2015 7:01 pm
Forum: Technical / Scripting
Topic: CopyFile using Variable
Replies: 6
Views: 5207

CopyFile using Variable

Hi All, I understand that if you try to find a file by using a wildcard, you will be unable to move and rename the file. For example, I have a file named "CITI_MT940_201505050710.SNL18240D11430824221593539S". When it loads into a specific folder, I would like to copy it, rename, and place it in a di...
by ADP_MAN
Mon May 04, 2015 7:01 pm
Forum: Technical / Scripting
Topic: Launching a Macro Using OnEvent
Replies: 2
Views: 2436

Re: Launching a Macro Using OnEvent

Thanks for the help! I have it up and running.

Dom
by ADP_MAN
Thu Apr 30, 2015 3:34 pm
Forum: Technical / Scripting
Topic: Launching a Macro Using OnEvent
Replies: 2
Views: 2436

Launching a Macro Using OnEvent

Hi All, I have only launched a macroscheduler macro from clicking on a job inside a program. In this instance I would like MS to watch a folder, then run a job when a file is detected. A few questions: How can I have MS "on" all the time? In other words, if the machine I want this job on has been re...
by ADP_MAN
Thu Sep 11, 2008 2:19 pm
Forum: Enhancement Suggestions
Topic: Opening a File with Wildcard
Replies: 4
Views: 9346

I'll give this a shot - thanks so much for your help!

DR
by ADP_MAN
Wed Sep 10, 2008 9:18 pm
Forum: Enhancement Suggestions
Topic: Opening a File with Wildcard
Replies: 4
Views: 9346

Thanks for the quick reply! I would like to first make sure the file exists, then open it (there could be 5+ files in the folder, but only one with that filename). After this is found I would like to open it, rename it then close it. Obviously this should be fully automated. I'm not sure I follow wh...
by ADP_MAN
Wed Sep 10, 2008 8:32 pm
Forum: Technical / Scripting
Topic: Opening a file with a Wildcard
Replies: 1
Views: 2577

Opening a file with a Wildcard

**Note: I think I posted this in an incorrect forum before so I'm posting it here again. Sorry for the double post** I have a file that needs to be opened and renamed on a daily basis. PART of the filename changes daily so I want to open the file using the "*". Here is part of the script I have so ...
by ADP_MAN
Wed Sep 10, 2008 8:29 pm
Forum: Enhancement Suggestions
Topic: Opening a File with Wildcard
Replies: 4
Views: 9346

Opening a File with Wildcard

I have a file that needs to be opened and renamed on a daily basis. PART of the filename changes daily so I want to open the file using the "*". Here is part of the script I have so far: I first want to locate the file and see if the file is there. In this case the file name is " ETCTXT02292295P.091...
by ADP_MAN
Tue Apr 18, 2006 7:01 pm
Forum: Beginners
Topic: Simple Variable Question
Replies: 2
Views: 4723

JRL,

Thanks so much - it worked perfectly!

DR
by ADP_MAN
Tue Apr 18, 2006 6:41 pm
Forum: Beginners
Topic: Simple Variable Question
Replies: 2
Views: 4723

Simple Variable Question

Hi All,

If I need to get a macro to print todays date I can use:

GetDate>theDate
Send Character/Text>%theDate%

How can I print out yesterday's date? Can you subtract 1 from a variable?
Sorry for the basic question, but I'm a bit stumped. :shock:

Thanks in advance.
DR
by ADP_MAN
Wed Jun 29, 2005 7:08 pm
Forum: Technical / Scripting
Topic: Simple question
Replies: 6
Views: 7415

I apologize for asking so many questions. I'm now testing this: FindWindowWithText>rover,1,result MessageModal>result If>result="NOT FOUND",Here,There Label>Here MessageModal>This is working correctly Goto>End Label>There MessageModal>This is WRONG Label>End And get two messages. The first reads "NO...
by ADP_MAN
Wed Jun 29, 2005 4:50 pm
Forum: Technical / Scripting
Topic: Simple question
Replies: 6
Views: 7415

Your syntax looks OK. But your current example will always show "This is WRONG". After completing the section in Here it will continue into There. You need to skip There as shown here: FindWindowWithText>rover,1,result If>result="NOT FOUND",Here,There Label>Here Message>This is working correctly Go...
by ADP_MAN
Thu Jun 23, 2005 5:09 pm
Forum: Technical / Scripting
Topic: Page Loading
Replies: 1
Views: 3832

Page Loading

I recently found this VB script on the boards that lets a webpage fully load before executing the next command: VBSTART Public oIE Sub CreateIE Set oIE = CreateObject("InternetExplorer.Application") oIE.visible = 1 End Sub Sub Navigate(URL) oIE.navigate URL End Sub Sub WaitBusy do while oIE.Busy loo...
by ADP_MAN
Wed Jun 22, 2005 4:01 pm
Forum: Technical / Scripting
Topic: Simple question
Replies: 6
Views: 7415

Of course! Thanks!
by ADP_MAN
Wed Jun 22, 2005 3:45 pm
Forum: Technical / Scripting
Topic: Simple question
Replies: 6
Views: 7415

Simple question

I am trying to compare the result of a "FindWithWindowText" in an "if" statement but I dont think I'm using the correct syntax. Can someone please take a look at this and see if it's correct? FindWindowWithText>rover,1,result If>result="NOT FOUND",Here,There Label>Here Message>This is working correc...
Sign up to our newsletter for free automation tips, tricks & discounts