Tilted Forum Project Discussion Community

Tilted Forum Project Discussion Community (https://thetfp.com/tfp/)
-   Tilted Technology (https://thetfp.com/tfp/tilted-technology/)
-   -   Need assistance with a simple prog (https://thetfp.com/tfp/tilted-technology/60030-need-assistance-simple-prog.html)

Banginblaz 06-22-2004 03:04 AM

Need assistance with a simple prog
 
What I need is a prog that can email a file once a day. I need it to be fully automatic, so I can just point to the file (a .txt) give it my email address, and walk away.

Anyone willing to help?

Fallon 06-22-2004 12:41 PM

What OS?

tropple 06-22-2004 01:42 PM

Does it need to be an executable? If you can use a Perl script it's pretty easy.

Banginblaz 06-22-2004 02:03 PM

oops, sorry.....Win XP

I need it to run as a service aswell, does not need to be hidden, just not in the applications side of the task manager.

asshopo 06-24-2004 07:45 AM

That can be done pretty easily with .NET. Simple c# app with a few config lines in the app.config file and install it as a service. Tho, if you aren't a programmer, it will be an interesting challenge :).

tropple 06-24-2004 10:02 AM

There's a program named Macro Express that can do some interesting things.

http://www.macros.com

It allows you to create macros that can control most programs and most functions on a PC. You can create the macros in the recorder or use the built-in script editor to select from available funtions. Their email function will let you send a file. It has many options for scheduling.

We use it to automate several processes for publishing our documentation.

It's perfect for getting things done with having to write a compiled app.

bobd123 06-24-2004 07:52 PM

http://www.blat.net/

setup a simple batch program then schedule it through xp.

nothingx 06-27-2004 12:12 PM

Or, as was stated earlier, write a perl script and run it with the scheduler.

hex1848 07-10-2004 12:41 PM

The easiest thing to do is to use CDOSYS (http://www.codeproject.com/asp/cdoex.asp shows you how to use it) and write a VBScript that creates/sends your email. Schedule your script using "Schedule Task" from the control panel.


All times are GMT -8. The time now is 09:46 PM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2
© 2002-2012 Tilted Forum Project


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54