-->

To automate FTP uploads from windows command line, first, you will have to create a batch file say fileup.bat in your windows directory, or at least inside some directory included in your path. You can use the “path” command to see what the current path is.

c:\>path
PATH=C:\WINDOWS;C:\WINDOWS\SYSTEM32;C:\;

Inside the batch file, you will want to paste the following:

@echo off
echo user UserName> ftpcmd.dat
echo Password>> ftpcmd.dat
echo bin>> ftpcmd.dat
echo put %1>> ftpcmd.dat
echo quit>> ftpcmd.dat
ftp -n -s:ftpcmd.dat SERVERNAME.COM
del ftpcmd.dat

You have to replace the UserName, Password and SERVERNAME.COM with the correct values for your ftp server.
What this batch file is doing is scripting the ftp utility using the -s option for the command line utility.

The batch file uses the “echo” command to send text to the ftp server as if you had typed it. In the middle of the file you can add extra commands, like a change directory command:

echo cd /pathname/>>ftpcmd.dat

In order to upload the file named upload.zip to ftp, you have to call the batch file using the fileup.bat name that we gave it, and pass in the name of a file as the parameter. You don’t have to type the .bat part of the filename to make it work, either.

Example:

> fileup upload.zip

Connected to ftp.myserver.com.
220 Microsoft FTP Service
ftp> user username
331 Password required for username.

230 User username logged in.
ftp> bin
200 Type set to I.
ftp> put upload.zip
200 PORT command successful.
150 Opening BINARY mode data connection for upload.zip
226 Transfer complete.
ftp: 106 bytes sent in 0.01Seconds 7.07Kbytes/sec.
ftp> quit

And that’s all there is to it. Now your file should be sitting on the remote server. Enjoy…

Firefox, like many popular browsers, includes a built-in functionality to save our password. Often we’ll use the saved password feature so often that we’ve completely forgotten our password when we need to login to the same website on another computer. Here’s how to locate your saved password.
firefox password
In Firefox, navigate to the Tools \ Options menu item. Select the Privacy button, the Passwords tab, and then click on View Saved Passwords. You’ll be presented with this screen:
Click the Show Passwords button, and navigate down to the website password you are looking for. Note: usernames in the image scratched out to protect the poster!

Autorun is a feature of the Microsoft Windows operating system. The Autorun feature detects when a CD is inserted into the CD-ROM drive and runs an application based on the contents of the Autorun.inf file located on the CD.

Autorun is enabled by the new 32-bit, protected-mode driver architecture in Microsoft Windows. Because the operating system can now detect the insertion of media in a CD-ROM drive, it has the opportunity to do some intelligent processing whenever this occurs.

When a CD is inserted into the CD-ROM drive, the operating system checks for a file named Autorun.inf in the root directory of the CD. This file contains a pointer to an executable file.
There are should be three main section in the autorun.inf file.
The [autorun] section contains the default Autorun commands. All Autorun.inf files must have an [autorun] section.
icon: Specifies the path and the file name of an application-specific icon for the CD-ROM drive.
open: Specifies the path and the file name of the startup application.

To create an autorun.inf file, type in notepad:

[autorun]
open=setup.exe
icon= icon.ico

In the above paragraph where open is located if your CD has an executable file which you would like to run automatically you would need to type it into this line. Next is the icon statement, if you would like your own icon for the CD place the name of the icon file into this path. you can remove the icon= icon.ico line, if you don’t need to use any icon for the CD.
Save the file as autorun.inf and exit.

Note: The autorun.inf file has limited abilities, such as the inability of executing non-executable files. Often many users will want to create an autorun.inf file that executes an HTML file. However, entering something such as “open=index.html” causes an error.

To open a non-executable file, say a html file named index.html:
first create a batch file say, autorun.bat in notepad, by typing

@echo Loading CD
@start index.html
@cls
@exit

Then in the autorun.inf file put the lines

[autorun]
open=autorun.bat

Now your CD can load your desired html file.

We all know that we must have a strong password to protect our private data. A strong password must have letters, numbers, and symbols. The greater variety of characters that you have in your password, the harder it is to guess.
You can use some online password generator to get a strong password. But did you know that in Windows Xp you can generate a random password.

Here’s how:

* Go to Run on the Start menu and type ‘cmd’ (without the quotes)
* A DOS like command prompt window will open. You must see the flashing cursor.
* At the command prompt type ‘net user administrator /random’ (without the quotes)

Note: There is space before the slant(/)
Command prompt will now generate a strong password for you to use.

Please Take Note Of The Generated Password It will Reset Your Admin Password
You can also use this if you forgot your admin password

Today I faced a problem with the browsers both IE and Firefox. I tried to open http://pdshop.contractorsnow.net, but both browser showing page cannot be displayed. I asked my friend to open the same site. In his system the page opened properly. So, am get sure that this is the problem with my system. Finally I solved the problem, by help of my Boss. locate the file “hosts” under C:\WINNT\system32\drivers\etc (for Windows 2000) or C:\WINDOWS\system32\drivers\etc (for Windows XP). Then add a line like: 72.14.207.99 google.com

For this you have to know the IP of that particular site. Now you may ask where could you get the IP. Here is the solution: http://www.selfseo.com/find_ip_address_of_a_website.php
Just put the url of the site you want to know the IP.

And after that the page is opening. No need to reboot after the changes.

Cheers…

On April I posted an article about Absurd Billing system of BSNL Broad Band. Now this is the second part of their drama. Last month my father received a call from BSNL, that they made a wrong bill for my connection and only Rs. 2012 is the exact amount for that bill. So they told me that what I payed for the month of April that is excess payment and they will adjust it on my next bill. I received the bill for May of Rs. 1167. I payed before the due date. Now from the last Monday, my internet connection is disconnected. After asking to the customer care I come to know that my connection is temporarily disconnected due to the not payment and told me to contact my local AOTR of BSNL. My father went to meet him yesterday. He clearly told that I must have to pay the outstanding Rs. 3045 of the bill of April which was Rs. 6090. As I only paid the first installment of Rs. 3045, my connection is disconnected. My father told him about the call from BSNL for the wrong billing and submit all the documents in proof. But he denied, he told my father “I dont know who called you up; may be its a ghost call”. He threaten my father that, if I dontpay the rest of the amount within Monday, my internet connection will be permanently disconnected.
This is BSNL, The one and only Broad Band provider undertaken by west Bengal Government. and this is how they run their monopoly business.

K-Lite Codec Pack is a collection of codecs and related tools. Codecs are required to encode and/or decode (play) audio and video. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your movie files. With the K-Lite Codec Pack you should be able to play 99% of all the movies that you download from the internet.
The K-Lite Codec Pack has a couple of major advantages compared to other codec packs:
- It it always up-to-date with the latest versions of the codecs.
- It is very user-friendly and the installation is fully customizable, meaning that you can install only those components that you really want.
- It has been very well tested, so that the package doesn’t contain any conflicting codecs.
- It is a very complete package, containing everything you need to play your movies.There are three versions of the K-Lite Codec Pack: Basic, Standard and Full.
K-Lite Codec Pack Basic contains only the most essential things. It contains everything you need to be able to play the most popular and widespread formats. It is small enough to fit on a single floppy. Also great for including on your movie CDs.
K-Lite Codec Pack Standard contains everything you need to play all the commonly used formats. This package should be enough for the average user.
K-Lite Codec Pack Full contains even more codecs. It also has encoding support for the various formats. This package is for power users and people who do their own encodings.

Features of K-Lite Codec Pack 3.9.0 FULL version :

Player :
- Media Player Classic [version 6.4.9.1 rev. 49]
FFDShow :
- FFDShow [revision 1937]
- extra plugins
- FFDShow VFW interface
DirectShow video filters :
- XviD [version 1.2 build 2008-01-10]
- DivX [version 6.8.2.6]
- On2 VP6 [version 6.4.2.0]
- On2 VP7 [version 7.0.10.0]
- MPEG-1 / MPEG-2 (Cyberlink) [version 8.1.0.1513]
- MPEG-1 / MPEG-2 (DScaler5) [version 0.0.8.0]
- MPEG-1 / MPEG-2 (Gabest) [version 1.0.0.3]
- MPEG-1 / MPEG-2 (MainConcept) [version 1.0.0.78]
- MPEG-1 / MPEG-2 (Ligos) [version 4.0.0.77]
DirectShow audio decoding filters:
- AC3/DTS/LPCM/MP1/MP2 (AC3Filter) [version 1.46]
- Vorbis (CoreVorbis) [version 1.1.0.79]
- AAC (CoreAAC) [version 1.2.0.575]
DirectShow audio parsers:
- MusePack (MONOGRAM) [version 0.9.1.2 | 0.3.1.2]
- WavPack (CoreWavPack) [version 1.1.1]
- FLAC (madFLAC) [version 1.8]
- Monkey’s Audio (DCoder) [version 1.0]
- OptimFROG (RadLight) [version 1.0.0.1]
- DC-Bass Source [version 1.1.0.0]
- AC3/DTS Source (AC3File) [version 0.5b]
- AMR (MONOGRAM) [version 0.9.0.1]
DirectShow source filters:
- AVI splitter (Gabest) [version 1.0.0.9]
- AVI splitter (Haali Media Splitter) [version 1.8.122.18]
- MP4 splitter (Haali Media Splitter) [version 1.8.122.18]
- MP4 splitter (Gabest) [version 1.0.0.4]
- Matroska splitter (Haali Media Splitter) [version 1.8.122.18]
- Matroska splitter (Gabest) [version 1.0.3.0]
- Ogg splitter (Haali Media Splitter) [version 1.8.122.18]
- Ogg splitter (Gabest) [version 1.0.0.1]
- MPEG PS/TS splitter (Gabest) [version 1.0.0.4]
- MPEG PS/TS splitter (Haali Media Splitter) [version 1.8.122.18]
- FLV splitter (Gabest) [version 1.0.0.4]
- CDDA Reader (Gabest) [version 1.0.0.2]
- CDXA Reader (Gabest) [version 1.0.0.2]
DirectShow subtitle filter:
- DirectVobSub (a.k.a. VSFilter) [version 2.38]
Other filters:
- Haali Video Renderer [version 1.8.122.18]
VFW video codecs:
- XviD [version 1.2.0-dev build 2007-07-25]
- DivX Pro [version 6.8.2.6]
- x264 [revision 721bm]
- On2 VP6 [version 6.4.2.0]
- On2 VP7 [version 7.0.10.0]
- Intel Indeo 4 [version 4.51.16.2]
- Intel Indeo 5 [version 5.2562.15.54]
- Intel I.263 [version 2.55.1.16]
- huffyuv [version 2.1.1 CCE Patch 0.2.5]
- I420 (Helix) [version 1.2]
- YV12 (Helix) [version 1.2]
ACM audio codecs:
- MP3 (LAME) [version 3.97]
- AC3ACM [version 1.4]
- Vorbis [version 0.0.3.6]
- DivX ;) Audio [version 4.2.0.0]
Tools:
- Codec Tweak Tool [version 2.2.4]
- GSpot Codec Information Appliance [version 2.70a]
- MediaInfo 0.7.6.3
- VobSubStrip [version 0.11]
- GraphEdit [build 061102]
- Haali Muxer [version 1.8.122.18]
- AVI Fixed [version 2.0b1]
- FourCC Changer
- Bitrate Calculator

QuickTime Alternative

Play QuickTime files without installing the official QuickTime player.

QuickTime is a common format, but QuickTime’s player is huge. Avoid that space hog by watching your QuickTime files in QuickTime Alternative. This free codec works in a number of browsers, too. With QuickTime Alternative, you can watch QuickTime files over Internet Explorer, Mozilla, Netscape, and Opera.

License Type: Free
Price: Free
Date Added: Mar 2008
Operating Systems: Windows 2000, Windows XP
File Size: 12971KB
Downloads Count: 18869

Download Now:
and Enjoy…

Chat abbreviations

At the beginning when I was new to the internet, I saw people chatting by using some peculiar terms like “LOL”, “BRB”, “ASL” etc. I confused that they may be using some code language. If you’re new to chatting and messaging online, you might be a bit bamboozled by the strange symbols and acronyms that you see cropping up in chat, message boards, emails and Instant Messages.
Fear not - these are simply abbreviations designed to save the typist time and make the best use of their limited screen space. They can also give a greater degree of personal expression to online conversations.

chat jargon
There are certain basic principles and rules observed by this type of chat language. Certain words may be represented by a collection of letters and/or numbers that sound the same when said aloud but which take up less space (e.g. m8 = mate). Smileys, also known as emoticons, can be used to represent a facial expression and add emphasis to a comment (e.g. :-) is a smile).
Other tips to remember when you are typing in capitals. Although you might type a word in capitals for emphasis, to the online world, typing entirely in upper case is construed as SHOUTING and might make people at you.

Smileys
When you are chatting in chat rooms or via Instant Messages, the person or people you are chatting with can’t see the expression on your face or hear your tone of voice. Therefore, they could misinterpret what you are saying. Using smileys (or emoticons) at the end of a sentence can remedy this. A smiley face or a wink can let people know you mean your comment light-heartedly or tongue-in-cheek, and you can even use a smiley to give someone a virtual hug or kiss.
Here is just a small selection of the many possible smileys available. There are lots of variations, and it can be fun to make up your own to trade with people you meet online.

General Smileys
“:)” or “:-)” - Smile
“:D” - Smile / laughing / big grin
“:(” or “:-(” - Sad face/frown
“:|” - Grim face
“:*” or “:-)x(-:” - Kiss
“;)” - Wink
:X - My lips are sealed
“:P” - Sticking out tongue
{} - A hug
{{{{{{{ }}}}}}} - Lots of hugs
:’( - Crying
O:) - Angel
‘:) - Raising one eyebrow
,:) - Raising other eyebrow
8^[ - Stuck up / fed up
}:> - Devil
>:-{ - Hurt and angry
:-` - Hint of a smile
:-@ - Not feeling too great
:-! - Used unrepeatable language
:-& - Tongue-tied
<|:-) - Witch
“:¢( - Punk smiley
*Remove the inverted commas when using..

Some Chat Jargons:

A/S/L - Age/Sex/Location
AISI - As I See It
AFN- All For Now
AKA- Also Known As
ASAP- As Soon As Possible
AWA- As Well As
B4 - Before
B4N / BFN - Bye For Now
BRB - Be Right Back
BTW- By The Way
CIO - Check It Out
CSL - Can’t Stop Laughing
CUL8R / CYL - See You Later/ Catch you later
DIY- Do it yourself
F2F - Face-to-Face
GR8 - Great
GAS- Greetings and salutation
GTG - Got To Go
HAK - Hugs And Kisses
HAGD- Have a good day
HB - Hurry Back
HIH- Hope it helps
IDK - I Don’t Know
IDTS - I Don’t Think So
IMO - In My Opinion
IOW - In Other Words
IIRC- If I remember correctly
IYKWIM - If You Know What I Mean
IYSS - If You Say So
J/K - Just Kidding
KWIM - Know What I Mean
L8R - Later
LMK - Let Me Know
LOL - Laughing Out Loud
OIC - Oh, I See
OMG - Oh My Gosh
OTOH - On the Other Hand
PLS - Please
ROTFL or ROFL or ROTF - Rolling On The Floor Laughing
SWDYT - So What Do You Think?
THX or TX or THKS - Thanks
TYVM - Thank You Very Much
WB - Welcome Back
WDYS - What Did You Say?
WDYT - What Do You Think?
YGBK - You Gotta Be Kidding

A curriculum vitae, or CV for short, is not the same as a resume. Many people use the two terms interchangeably, but there are some important differences what we should be aware of.
You may want to use a curriculum vitae (c.v.) if you are applying to a position which is academic or research-oriented. Many graduate students use a C.V. if they are applying to advanced programs or to employers such as those just mentioned.

Often referred to as a “vitae.” A vitae is very similar to a resume. It highlights a speaker’s education and key jobs held. A speaker in the academic community usually uses curriculum vitae. A special type of resume traditionally used within the academic community. Earned degrees, teaching and research experience, publications, presentations, and related activities are featured. Unlike a resume, a CV tends to be longer and more informational than promotional in tone.

A Curriculum Vitae, commonly referred to as CV, is a longer (two or more pages), more detailed synopsis. It includes a summary of your educational and academic backgrounds as well as teaching and research experience, publications, presentations, awards, honors, affiliations and other details.
A curriculum vitae, meaning “course of one’s life, is a document that gives much more detail than does a resume about your academic and professional accomplishments.

When seeking a faculty, research, or leadership position at an academic or scientific organization, you need a special resume called curriculum vitae. Candidates who use a CV have an educational background directly related to the positions they seek, education is always featured first. Even after twenty years of research, your degrees and the schools where you earned them will overshadow your experience.

Following are the things to include in a CV

Like a resume, your CV should include your name, contact information, education, skills and experience. In addition to the basics, a CV includes research and teaching experience, publications, grants and fellowships, professional associations and licenses, awards and other information relevant to the position you are applying for. Start by making a list of all your background information, and then organize it into categories. Make sure you include dates on all the publications you include.

Name dropping is more common in CV’s than in resumes. For example, if you performed research under a certain professor, you would probably include her name and title. Science and academia are small worlds, and it is likely that a prospective employer will have heard of a given specialist in her own field. Similarly, if you went on clinical rotations at a given hospital, name it; your future employer might have hospital privileges there.

What is targeted resume?

In most contemporary career consulting the trend is to fashion the document towards what that person can accomplish in a particular job. This is sometimes called a ‘targeted résumé’.

The major difference between a curriculum vitae and a resume is the scope of the content. A curriculum vitae generally has a much wider scope, covering areas of your life and background that a resume won’t.

1. A curriculum vitae is generally a much longer document, commonly ranging anywhere from five to ten or more pages in length. A CV gives the employer a bigger picture of you as a person as well as you as a worker.

2. A resume is a brief, to the point, fact-by-fact analysis of your educational and professional life.

3. The word résumé (often spelled resumé or resume) is used especially in the United States and in English Canada; the Latin term curriculum vitæ (often abbreviated CV) is instead used in the United Kingdom, Ireland, New Zealand, French Canada and some Commonwealth countries, as well as in the academic fields in North America, and in many languages other than English. In some regions (such as Australia and India) CV and résumé are used interchangeably.

Older Posts »

Copyright © 2008, dipankar.info. All Rights Reserved. Powered by WordPress and Hosted by AssuredHost