Download BSplayer 2.6.2.1068

Monday, 3 September 2012


BSplayer is a free application. It playbacks all almost all kind of media files. It has re-sizable window. It supports drag & drop, remote control and also supports command line. It supports AVI files with more than two audio streams and many more features.






Free Download BS Player (freeware) Latest Version




Password: rainosoft.blogspot.com

ALLPlayer 5.2 Free Download

ALLPlayer is a free application for watching with matching subtitles. It plays almost all kinds of media formats. It supports two monitors Or monitor and TV. 





Free Download Allplayer Latest Version (Freeware)



Password: rainosoft.blogspot.com

AIMP 3.10.1074 Free Download

AIMP is free player and supports large umber of formats and playlists. t works with multiple playlists. It allows creation of bookmarks. AIMP also has playback queue. it has sensitive equalizer and crystal clear sound quality.




Free Download AIMP 3.10.1074 (Freeware)



Password: rainosoft.blogspot.com

Lock Folders Using Notepad

Sunday, 2 September 2012


Lock Folders Using Notepad, Notepad Trick.

Everyone has some confidential files, documents, etc.. which are to be hided from others, especially while using a common computer in home or elsewhere. There is no need for you to search for software to a accomplish this task of locking folder. Just follow the below steps and get it done within a fraction on second! :)


Steps to follow:

Open Notepad and paste the following program in the notepad,


cls
@ECHO OFF
title Folder Locker
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Locker goto MDLOCKER
:CONFIRM
echo Are you sure u want to Lock the folder(Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren Locker "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo Enter password to Unlock folder
set/p "pass=>"
if NOT %pass%==Your Password Here goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Locker
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Locker
echo Locker created successfully
goto End
:End



  • Replace "Your Password Here" with your desired password.
  • Save the file anywhere in the system with a .bat suffix. Eg. something.bat 
  • Double click on the something.bat file which you created, a new folder with name Locker will be created on the same location of .bat file you saved.
  • Copy The files you need to password protect into this Locker Folder.
  • Now open the .bat file again and type Y and then press Enter to lock your folder.
  • To unlock your file again, you need to open the .bat file and enter your password.
  • That's it! Please comment if you find difficulty in doing this. I will surely help you :)

Feel free to hit Like, Share or Comment if you like this post.

Simple Notepad Tricks

Note: Almost all of these tricks works on Windows XP, But some of these might not work on Windows 7.

1.) Create a log or Dairy:

  • Open the Notepad.
  • On the first line  type “.LOG” (without quotes) and press Enter for new line.
  • Type anything in the second or third line and save the file.
  • Notepad will automatically add a time & date log every time you open this file in the future.

2.) Matrix Effect:

Copy the below text in a notepad :

@echo off
color 02
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start

Save the file with .bat extension. For eg: Matrix.bat

3.) Continually pop out CD Drive:

Copy the below text in a notepad :

Set oWMP = CreateObject(“WMPlayer.OCX.7?)
Set colCDROMs = oWMP.cdromCollection
do
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count – 1
colCDROMs.Item(i).Eject
Next
For i = 0 to colCDROMs.Count – 1
colCDROMs.Item(i).Eject
Next
End If
wscript.sleep 5000
loop

Save it as “Something.VBS”.

4.) Continuously Display Messages:

By using this trick you make computer to display messages continuously and annoy user to log off to get rid of this crazy file!

Copy the below text in a notepad :

@ECHO off

:Begin

msg * Hi

msg * Are you having fun?

msg * I am!

msg * Lets have fun together!

msg * Because you have been o-w-n-e-d

GOTO BEGIN

Save the file with .bat extension (for eg Something.bat and open the file to get annoyed!)

5.) Toggle Keyboard Button Simultaneously:

By using this trick you can make your keyboard key (which you mention in the program) to toggle continuously.

Copy the below text in a notepad :

To toggle Capslock key continuously :

Set wshShell =wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{CAPSLOCK}”
loop

To toggle enter key continuously :

Set wshShell = wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “~(enter)”
loop

To toggle Back space continuously :

MsgBox “Lets Rumble”
Set wshShell =wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{bs}”
loop

Now save the file with .vbs extention. For eg Something.VBS

That's it! Thanks to (http://www.goharsh.com)

Feel free to hit Like, Share or Comment if you like this post.

Download QuickTime Player 7.72.80.56 Free Latest Version

Apple Presents QuickTime Player which allows you to playback QuickTime movies (.mov) and many other formats. it is much easier to use then ever. Its a freeware and 100% free to use. 





Free Download QuickTime Player 7.72.80.56 Latest Version



Password: rainosoft.blogspot.com

Download MediaPortal 1.2.3 Full Version Free

Saturday, 1 September 2012


Description

Now use big television screen as smart TV. Connect your computer to Internet and Run MediaPortal. It is Open source media center. Tune MediaPortal to regular Tv Or Radio to watch and listen Online Media. Play your own media files on browse to web & enjoy.

Features:
You can use it
  • TO watch and record TV
  • TO watch videos and DVDs
  • TO listen music
  • TO listen broadcast and web radio stations
  • TO view the TV guide on any PC in your home
  • TO movie covers and details are automatically downloaded from IMDB (Internet Movie Database)
  • TO view all your artists, albums, tracks, CDs, DVDs or playlists, with album art and artist images
  • TO enjoy audio visualizations
  • TO stream throughout your home via any PC client connected to the MediaPortal TV server
  • TO view pictures and slideshows
  • TO check weather reports, your RSS feeds or Wikipedia on your TV screen
  • TO browse the huge plug-in archive
  • TO choose from a variety of looks, styles and interfaces to suit your taste










MediaPortal 1.2.3 Free Download Latest Version




Password: rainosoft.blogspot.com