Search found 10 matches
- Wed Sep 07, 2011 8:34 pm
- Forum: Beginners
- Topic: stamp the time in the subject of a message
- Replies: 1
- Views: 3816
stamp the time in the subject of a message
Hi: I want macro scheduler to send an email to my hotmail account every hour. I managed the part of the mail. But now, I couldn't make the date/time stamp shows in the email message, preferably in the subject line. We are having some issues with smtp emails, and need this so I can check if they arri...
- Mon Dec 20, 2010 11:39 pm
- Forum: Beginners
- Topic: Tile Windows Horizontally
- Replies: 1
- Views: 3795
Tile Windows Horizontally
What's the command for : Tile Windows Horizontally in Windows XP?
thanks to all..
thanks to all..
- Fri Jun 04, 2010 12:38 am
- Forum: Beginners
- Topic: search for files created today
- Replies: 2
- Views: 3617
search for files created today
Hi: can somebody assist me in this one?
How can I made an automated macro to search for files created TODAY on certain Windows Network folder shares? ie: \\servername\share$
thanks
How can I made an automated macro to search for files created TODAY on certain Windows Network folder shares? ie: \\servername\share$
thanks
- Thu Dec 31, 2009 12:31 am
- Forum: Beginners
- Topic: date on email subject
- Replies: 2
- Views: 3631
IT WORKED PERFECTO..!!!
THANKS BOB..!!
- Thu Dec 31, 2009 12:13 am
- Forum: Technical / Scripting
- Topic: PrintScreen and send to email
- Replies: 1
- Views: 3279
PrintScreen and send to email
Hi, I run a simple query that brings some ITEM numbers to an access database, the program I use it's called NGS Qport Access. This little program runs in the background and when it finish it shows a box with the number of Items that were added to the access table. Is there a way I can screenshot (Pr...
- Wed Dec 30, 2009 11:55 pm
- Forum: Beginners
- Topic: date on email subject
- Replies: 2
- Views: 3631
date on email subject
is there a way to place the SYSTEM DAT on the subject of an email?
Let>SENDMAIL_STATUS=1
LET>SUBJECT=NGS ----I WANT THE DATE/TIME HERE----
LET>ME=[email protected]
LET>MYNAME=NGS LABEL Query Corrio con Exito
LET>RECIPIENTS=[email protected]
SMTPSendMail>recipients,ISP.com,me,myname,subject,body
Let>SENDMAIL_STATUS=1
LET>SUBJECT=NGS ----I WANT THE DATE/TIME HERE----
LET>ME=[email protected]
LET>MYNAME=NGS LABEL Query Corrio con Exito
LET>RECIPIENTS=[email protected]
SMTPSendMail>recipients,ISP.com,me,myname,subject,body
- Tue Jan 29, 2008 7:21 pm
- Forum: Beginners
- Topic: Complete Log File
- Replies: 0
- Views: 3013
Complete Log File
Hi: I made a simple script, just to send an email with the log file attached to the mail. It works fine. What I want to accomplish is that, if for some reason the macro failed to run the first sentences, the log reflects that.. ie: 1).-I runned this little test.bat file > the log file was generated....
- Fri Nov 30, 2007 6:34 pm
- Forum: General Discussion
- Topic: McAfee & SendMail
- Replies: 3
- Views: 5606
- Thu Nov 29, 2007 2:15 am
- Forum: General Discussion
- Topic: McAfee & SendMail
- Replies: 3
- Views: 5606
McAfee & SendMail
Hi, I need to create an exception on our MCafee firewall, so I can use the function smtpsendmail, does anybody knows what's the name of the EXE file which runs this? I tried to find smtpsendmail.exe but didn't found any.
thanks
thanks
- Thu Jul 12, 2007 6:24 pm
- Forum: Beginners
- Topic: c:\windows\system32\cmd.exe
- Replies: 2
- Views: 5909
c:\windows\system32\cmd.exe
I have this script: Change Directory>c:\macros ExecuteFile>c:\macros\pong.bat Waitwindowclosed>c:\WINDOWS\system32\cmd.exe Message>HI When I test it: the pong.bat and the message HI runs at the same time How can I make the message to show until the window close?? //pong .bat contains: ping 144.93.25...