•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the Shell Scripting section within the Software Development category of DaniWeb, a massive community of 422,804 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 3,393 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our Shell Scripting advertiser: Programming Forums
Views: 785 | Replies: 0
![]() |
•
•
Join Date: May 2007
Posts: 25
Reputation:
Rep Power: 0
Solved Threads: 2
Ok, I have noticed that everything I like to do in windows using c++ can easily be done with .vbs scripts. Just to clarify the books I looked into buying to teach me .vbs all mostly talk about vbscripting for html??????????????? Is that what .vbs scripting is usually for ..
EXAMPLE !!!!
What kind of scripting is this ? it's saved as a .vbs and I'm using c++ to do all my programming need's but time to time I need to have my c++ program stream output to create a .vbs similar to this above. I want to become more proficient with the use of this language. Could someone please recomend a book. I dont get online unless im at work and at home have no time to be on the net having a wife and kids. LOL .. Please someone help
Cody C Oebel (age 24).
EXAMPLE !!!!
script Syntax (Toggle Plain Text)
Dim theApp, theMailItem Set theApp = WScript.CreateObject("Outlook.Application") Set theNameSpace = theApp.GetNameSpace("MAPI") Set theMailItem = theApp.CreateItem(0) theMailItem.Recipients.Add "cody.oebel@bloodntissue.org" theMailItem.Subject = "TESTING EMAIL" theMailItem.Body = "" theMailItem.Body = "THIS MESSAGE SHOULD EMAIL PROPERLY" & chr(13) theMailItem.Body = theMailItem.Body & "THIS IS THE NEXT LINE" theMailItem.Send theNameSpace.Logoff
What kind of scripting is this ? it's saved as a .vbs and I'm using c++ to do all my programming need's but time to time I need to have my c++ program stream output to create a .vbs similar to this above. I want to become more proficient with the use of this language. Could someone please recomend a book. I dont get online unless im at work and at home have no time to be on the net having a wife and kids. LOL .. Please someone help
Cody C Oebel (age 24).
Last edited by CodyOebel : Feb 1st, 2008 at 9:21 pm.
Name: Cody Oebel
Place : San Antonio , TX.
Place : San Antonio , TX.
![]() |
•
•
•
•
•
•
•
•
DaniWeb Shell Scripting Marketplace
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
•
•
•
•
antivirus apple browser choose computer crack debian defender dell development download fiji hoax install internet leopard linux media microsoft mobile news office open operating os photo pirate reactos registry research root security server software source spyware survey system technology torvalds tweaks ubuntu unix upgrade vista volume windows windows update windows vista xp
- Amaena and all that good stuff! (Viruses, Spyware and other Nasties)
- I've got Trojan.Holax... is this bad? (Viruses, Spyware and other Nasties)
Other Threads in the Shell Scripting Forum
- Previous Thread: cronjob problem in the script
- Next Thread: tell is $something has value


Linear Mode