Play ps1 games on your computer.
Follow these steps-->
1)Download the emulator "epsxe" from the net.
2)Install it
Look like:
3)Download the latest bios & plugings for it.They are availaible easily on net.
4)copy all the downloaded bios file into the bios folder of installed epsxe.
5)copy all the downloaded plugins file into the plugins folder of installed epsxe.
It will look like:
6)Start epsxe.exe
It look like:
7)Goto Config-->Wizard Guide
Look like:
8)Click on config
9)Choose the recommended one.
Look like:
10)Choose next.Repeat process 9 until you are asked for Configuring the cd-rom.
11)In Configuring the cd-rom,choose Linuzappz Iso Cdr Driver 1.4(version may vary).
12)click on config button
13)click on select iso.choose the iso you want to play.click on ok.
14)Click on next
15)Click on controller1 button and make your desired settings
16)Click on next
17)click on done
18)Goto File
19)Choose run-iso
20)Select your iso
21)Game will be played.
Saturday, March 6, 2010
Friday, March 5, 2010
Create Talking software
Follow these steps-->
msg=InputBox("Enter your text")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak msg
- Open Notepad
- Write this code
msg=InputBox("Enter your text")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak msg
- Save it as talk.vbs
- open it
- Anything you enter in textbox & click ok will be spoken.
- Done
Thursday, March 4, 2010
Make your own cmd
Make Your Own Command Prompt :
Follow these steps—>
Follow these steps—>
- Copy the following script in noteped–>
Quote:
code(surrounded by [])@echo off
cls
:loop
set command=
echo ——————————–
chdir
set /P command=”Prompt: ”
echo ——————————–
%command%
goto loop - Save the file as cmd.bat.
- Done
Wednesday, March 3, 2010
Re-enable your Registry,Taskmanager
Follow these steps-->
Reenable Registry editor-->
Goto start > run
Type this or copy and paste this to your run command line..
REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableRegistryTools /t REG_DWORD /d 0
Reboot
Reenable Task manager-->
Click Start -> Run. Type in "regedit" (no quotes) and hit Enter.
Search for HKEY_CURRENT_USER -> Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ System.
Look for: DisableTaskMgr. Double Click on it.
Change the value in "value data" coloumn to 0
Close RegEdit
Reboot
Reenable Registry editor-->
Goto start > run
Type this or copy and paste this to your run command line..
REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableRegistryTools /t REG_DWORD /d 0
Reboot
Reenable Task manager-->
Click Start -> Run. Type in "regedit" (no quotes) and hit Enter.
Search for HKEY_CURRENT_USER -> Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ System.
Look for: DisableTaskMgr. Double Click on it.
Change the value in "value data" coloumn to 0
Close RegEdit
Reboot
Subscribe to:
Comments (Atom)
