Jump to content

maheep

Member
  • Posts

    22
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    India

About maheep

  • Birthday 12/25/1994

Profile Information

  • OS
    Windows 7 x86

maheep's Achievements

0

Reputation

  1. Thanx for the reply. Actually I put the sound files here cuz i hate ms sam, mary and other voices. Also, many thanx for suggesting improvement in my script edit: actually i don't think a gui interface is needed. So i drop this idea. Like jaclaz has suggested, we can use the ms voices. However the purpose of using autoit is different voices at different time which is not mentioned in the links provided at the post above
  2. I am MK. The one to surpass the ones before me..

  3. Hello everyone. While watching a Science Fiction movie yesterday, they had computers that wished them, starting with the message 'System Loading... Good Morning'. The voice changes as the time changes, ie. it is different in morning, at noon and in the evening. So, I thought I'd implement it in my system. Googled, but had no luck. Finally, I realized it was easy doing it with AutoIt and Scheduled Tasks options in Windows. ;;;;;;;;;;Script Designed at Maheep's HOME!!;;;;;;;;;;;;;;;;;;;;;;;;; If @Hour = "00" Then SoundPlay(@WindowsDir & "\morning.mp3",1) If @Hour = "01" Then SoundPlay(@WindowsDir & "\morning.mp3",1) If @Hour = "02" Then SoundPlay(@WindowsDir & "\morning.mp3",1) If @Hour = "03" Then SoundPlay(@WindowsDir & "\morning.mp3",1) If @Hour = "04" Then SoundPlay(@WindowsDir & "\morning.mp3",1) If @Hour = "05" Then SoundPlay(@WindowsDir & "\morning.mp3",1) If @Hour = "06" Then SoundPlay(@WindowsDir & "\morning.mp3",1) If @Hour = "07" Then SoundPlay(@WindowsDir & "\morning.mp3",1) If @Hour = "08" Then SoundPlay(@WindowsDir & "\morning.mp3",1) If @Hour = "09" Then SoundPlay(@WindowsDir & "\morning.mp3",1) If @Hour = "10" Then SoundPlay(@WindowsDir & "\morning.mp3",1) If @Hour = "11" Then SoundPlay(@WindowsDir & "\morning.mp3",1) If @Hour = "12" Then SoundPlay(@WindowsDir & "\noon.mp3",1) If @Hour = "13" Then SoundPlay(@WindowsDir & "\noon.mp3",1) If @Hour = "14" Then SoundPlay(@WindowsDir & "\noon.mp3",1) If @Hour = "15" Then SoundPlay(@WindowsDir & "\noon.mp3",1) If @Hour = "16" Then SoundPlay(@WindowsDir & "\noon.mp3",1) If @Hour = "17" Then SoundPlay(@WindowsDir & "\noon.mp3",1) If @Hour = "18" Then SoundPlay(@WindowsDir & "\evening.mp3",1) If @Hour = "19" Then SoundPlay(@WindowsDir & "\evening.mp3",1) If @Hour = "20" Then SoundPlay(@WindowsDir & "\evening.mp3",1) If @Hour = "21" Then SoundPlay(@WindowsDir & "\evening.mp3",1) If @Hour = "22" Then SoundPlay(@WindowsDir & "\evening.mp3",1) If @Hour = "23" Then SoundPlay(@WindowsDir & "\evening.mp3",1) I made out the sounds using a TTS Application on my PC. To implement this, compile this AutoIt Script and go to Control Panel>Scheduled Tasks and create a new task, which will run the compiled EXE at Logon. You may replace the sounds mentioned in the script with custom. Bingo, when you login, you will hear 'Good Afternoon', 'Good Morning', 'Good Evening' depending upon the time of day. Cool, isn't it. Tested for Windows XP and Windows 7. Please do post your comments, if facing any problems, or if you want any improvements. Attached Files: attach_win_wish.7z
  4. Thank you for reading my guide and taking interest. However, since the day I posted it, I have been waiting for people to report to me the 'shortcomings' in my guide. Just saying that it is difficult won't make me understand what the readers and users are expecting from me. Warm Regards, Maheep
  5. Checkout my custom USP-4 Guide at MSFN for Windows XP

  6. Hello folks, Checkout the v1.0 of my guide. Download Link (mediafire): http://www.mediafire.com/?3n9guvbxf1296vb Hope all the problems are solved now . Still I was unable to add more of nLite Add-ons into the USP guide. I have deleted the link on DepositFiles.com and I recommend those who uploaded the previous version on other sites to delete the links too. Enjoy making your USP. Regards
  7. I'll definitely improve the shortcomings and upload the file as soon as possible maybe another day more. One thing for yzowl that i sfx module can't be taken from ms update. Please read sfxcab topic in hotstream project for more details. Apologies to tomasz86, i thought mentioning the topic link was enough. I'll correct this too. Regards maheep
  8. (URL Deleted. Check my latest post for getting the latest version of this Guide on Page-3) Waiting eagerly for your response and scope of improvements Regards...
  9. :-DHello people. I have almost completed my guide and will release it as an attachment shortly for your views, suggestions and ratings. ;-) if any improvements are to be made, then i'll release v1.0 final of this guide within two days. :-P it feels a mixed sensation when your work is on the verge of completion! Warm regards...
  10. Thanks for the suggestion. I will include the part of installation via batch or autoit script and using 3rd party installers. However in this case the person has taken updates from ms and redistributed them. The only reason i chose to write a guide with links to the tools needed was because redistributing ms updates is illegal according to their t and c. For more details read the eula of any update package regards
  11. okay then i'll release the documentation of making a custom sp within a week. I'll also provide the links to the tools needed and the extras you could include in your usp/expansion pack with warm regards
  12. I think you are correct in your approach. I'll stop this project here... or I'll end up being banned. You may delete this topic Thanx a lot ... Yzöwl
  13. I have thought of the following: - OnePiece Post SP3 Updates - Vista Style Windows XP Sounds >>DONE - Some 3rd party powertoys - New system drivers (SATA/RAID) - Notepad2 (by Florian Balmer) replaces Windows Notepad >>DONE - LogonUI (self-made) >>DONE - HashTab - Unlocker - ISO Recorder - HighMAT CD Support - WinXP Resource Kit Tools (only selected) - CMD Here INF - UX-Theme Patched >>DONE - QJot (by xtort.net) Replaces Windows Wordpad >> DONE - Some new Console Apps - I have already obtained the Updates till the date 05-08-2011. But I shall include latest, if any when I release the beta. MS have also create a file called sp(version).cab in their package, to include some extra files, probably, the new features. I am currently working on this part and indexing of catalog files. Still, I have not been able to integrate IE8 in my package ( All the MUI files and some other DLL's. Maybe I could try doing with OnePiece's Add-on) . Also, please tell me if reshacked files are approrpriate for this pack. Regarding posting the pack at MSFN, I leave it to the MODS and ADMINS. I think I could upload it to Softpedia or similar website, since I found link to Gurgelmeyer's USP5 there. If I get to include any 3rd party files, I'll make sure the Authors are properly credited. Unnecessarily adding features and progs is not the case. I hope it takes about 300 MB Disk Space, when downloaded Regards
  14. sorry for the errors in my post. However, I have successfully modified update.exe from sp2 and added new entries to its inf for a program called Notepad2. I had successfully slipstreamed the modified SP2 via nlite and it worked fine . The SP's contain a file called update.msi (probably called for direct installation on live system), which one must need to modify (or create new one, but I have no experience in MSI scripting)
  15. Hello people, after Gurgelmeyer's successful release of SP5 for Win ME, I thought of creating an SP4 for Win XP as well, which would include all the updates post SP3, PowerToys, some extra tools and even those which were fixed by the members at the community. Based on the data gathered so far, I could even tell that it can be slipstreamed via nLite and also contain the installation switches as provided by Microsoft Please tell me of any improvements in my ideas and your interest in this matter Regards, Maheep
×
×
  • Create New...