Friday, July 25, 2008

Batch file program for getting password from user .


Below batch file program can be used for getting password from user in command line.
It will display "*" while entering password.

@ echo off
echo e100 B4 00 CD 16 88 E0 B4 4C CD 21> %temp%.\scan.com

for %%? in (rcx A w q) do echo %%?>> %temp%.\scan.com
type %temp%.\scan.com DEBUG %temp%.\scan.com > nul
:preset

user_pass=
:loopset
input=
cls
echo Type password:
call %temp%.\scan.com
if errorlevel=2 if not errorlevel=3 set input=1

if errorlevel=3 if not errorlevel=4 set input=2
if errorlevel=4 if not errorlevel=5 set input=3
if errorlevel=5 if not errorlevel=6 set input=4
if errorlevel=6 if not errorlevel=7 set input=5
if errorlevel=7 if not errorlevel=8 set input=6
if errorlevel=8 if not errorlevel=9 set input=7
if errorlevel=9 if not errorlevel=10 set input=8
if errorlevel=10 if not errorlevel=11 set input=9
if errorlevel=11 if not errorlevel=12 set input=0
if errorlevel=30 if not errorlevel=31 set input=a
if errorlevel=48 if not errorlevel=49 set input=b
if errorlevel=46 if not errorlevel=47 set input=c
if errorlevel=32 if not errorlevel=33 set input=d
if errorlevel=18 if not errorlevel=19 set input=e
if errorlevel=33 if not errorlevel=34 set input=f
if errorlevel=34 if not errorlevel=35 set input=g
if errorlevel=35 if not errorlevel=36 set input=h
if errorlevel=23 if not errorlevel=24 set input=i
if errorlevel=36 if not errorlevel=37 set input=j
if errorlevel=37 if not errorlevel=38 set input=k
if errorlevel=38 if not errorlevel=39 set input=l
if errorlevel=50 if not errorlevel=51 set input=m
if errorlevel=49 if not errorlevel=50 set input=n
if errorlevel=24 if not errorlevel=25 set input=o
if errorlevel=25 if not errorlevel=26 set input=p
if errorlevel=16 if not errorlevel=17 set input=q
if errorlevel=19 if not errorlevel=20 set input=r
if errorlevel=31 if not errorlevel=32 set input=s
if errorlevel=20 if not errorlevel=21 set input=t
if errorlevel=22 if not errorlevel=23 set input=u
if errorlevel=47 if not errorlevel=48 set input=v
if errorlevel=17 if not errorlevel=18 set input=w
if errorlevel=45 if not errorlevel=46 set input=x
if errorlevel=21 if not errorlevel=22 set input=y
if errorlevel=44 if not errorlevel=45 set input=z
if errorlevel=71 if not errorlevel=72 set input=7
if errorlevel=72 if not errorlevel=73 set input=8
if errorlevel=73 if not errorlevel=74 set input=9
if errorlevel=75 if not errorlevel=76 set input=4
if errorlevel=76 if not errorlevel=77 set input=5
if errorlevel=77 if not errorlevel=78 set input=6
if errorlevel=79 if not errorlevel=80 set input=1
if errorlevel=80 if not errorlevel=81 set input=2
if errorlevel=81 if not errorlevel=82 set input=3
if errorlevel=82 if not errorlevel=83 set input=0
set user_pass=%user_pass%%input%
if errorlevel==28 if not errorlevel=29 goto pass_end
goto loop
:pass_end

set my_password= %user_pass%
::echo %user_pass% >userpassword.txt
del %temp%.\scan.com

More Articles...

Read more ...

Tuesday, July 15, 2008

How to insert image/slides into video (.wmv) file without affecting audio?




Follow the below steps if you want to insert images into video file without affecting audio when creating video using Windows Movie Maker Software.

You may need this thing, if you want to present a long speech without making people get bored. i-e In between the long speech, viewers will be interested to see some relevant images instead of seeing the face of the speaker all time.



1. Import .wmv video into Movie maker. (If you get any error related to indexing, you need to make it seekable.)
2. Click 'Show timeline'.
3. Drag the .wmv file from collections to Video timeline.
4. Expand Video timeline and right click Audio section and Click Mute.
5. Drage the .wmv file from collections to Audio/music timeline.(make sure it is unmuted).
6. Use Clip->Split to replace your face video with your slides at required timelies while keeping the Audio/music timeline unaffected.


You can watch the below video for more details.



Are you able to follow these steps without any issue? You can share your experience through the comments.

And, you can read this post, if you want to create HD (High Definition) Videos using Windows Movie Maker software.


More Articles...

Read more ...

Tuesday, July 8, 2008

QualityPoint Technologies recruit Freshers



We are located in Chennai. We are startup company focusing on software development and looking for professional willing to grow with us.

The candidate should have consistent Academic records.
He should be willing to learn new technologies quickly and should be interested to work in a startup company.
Please send your resume to qualitypointmail@gmail.com

More Articles...

Read more ...

Sunday, July 6, 2008

Got website address


We have registered a Domain Name www.qualitypointtech.com for our company.
Website development for this Domain is still in process.
Please send mail to qualitypointmail@gmail.com if you have any suggestions or creative ideas that can be included in the new website.
More Articles...

Read more ...

Search This Blog