I need a simple VBS script

  • Thread starter Thread starter Deleted member 70133
  • Start date Start date
Status
Not open for further replies.
D

Deleted member 70133

Guest
I'm looking for someone to create a simple VBS script which will:

Code:
Run CCleaner (c:\progra~1\ccleaner\ccleaner /AUTO)
Open firefox and run iMacro1
Close firefox *once the macro has completed*

..and repeat with Macro2, 3, etc.


I don't mind if the code is "modular" - ie, I need to paste a "block" and replace Macro1 with each macro I want to run.

I'm willing to pay a Fiverr gig for this.
 
Have you posted this on fiverr requests already?If not,hurry ;)
 
Yep, I've done that.

Maybe I'm just retarded, but it doesn't seem as simple as it first looks. I can do it with a batch file, but that's unable to close firefox once the macro is complete.

Argh.
 
I'll give that a go.. thanks!
 
Yep, I've done that.

Maybe I'm just retarded, but it doesn't seem as simple as it first looks. I can do it with a batch file, but that's unable to close firefox once the macro is complete.

Argh.

taskkil /IM firefox.exe and your browser will be closed.
 
taskkil /IM firefox.exe and your browser will be closed.

I have that in my batch file, but it can't wait until my iMacro has finished - it needs to have a timer, which is awkward if my macros are taking different amounts of time.
 
Have your macros write a file to your drive when finished. Only run taskkill IF that file exists, wait in a loop otherwise. Delete the file after running taskkill.
 
Have your macros write a file to your drive when finished. Only run taskkill IF that file exists, wait in a loop otherwise. Delete the file after running taskkill.

I like this solution.. I'll look into it.

To everyone who's PM'd too, thank you so much. It's said so much here that it's almost a cliche, but the knowledge and willingness to help out here really amazes me.
 
I'm looking for someone to create a simple VBS script which will:

Code:
Run CCleaner (c:\progra~1\ccleaner\ccleaner /AUTO)
Open firefox and run iMacro1
Close firefox *once the macro has completed*
 
..and repeat with Macro2, 3, etc.


I don't mind if the code is "modular" - ie, I need to paste a "block" and replace Macro1 with each macro I want to run.

I'm willing to pay a Fiverr gig for this.

Did you end up getting the script? If not, don't pay someone $5 for that. I'll help you for free.
 
Status
Not open for further replies.
This thread has been auto closed due to the forum's thread age policy. Read more.
Back
Top