Hi,
Can anyone please tell me the example for Emailing with an attachment.
by
Ganesh.
Search found 2 matches
- 24 Dec 2010 09:58
- Forum: DOS Batch Forum
- Topic: Email Command in DOS
- Replies: 3
- Views: 4876
- 23 Dec 2010 12:31
- Forum: DOS Batch Forum
- Topic: Hi,
- Replies: 3
- Views: 5236
Hi,
I am new to the Dos Scripting, I need small script which is equivalent to the shell scripting. Description of the script -> below script use to restart the server. $cat a.sh cd / # change directory to root net stop "OneBridge Sync Server" > a.log # command which used to stop the server if ...