I cant remember the way how to import the text from command prompt to notepad... but i guess its an eazy one... pls put me up with that command line...
Import contacts from Excel to Outlook ShowImport contacts from Excel to Outlook
Issue
Solution
Issue
How to import a contact list from Excel to Outlook and having them in a single list of contact , and not as splited items?
Solution
By using the software Excel 2000 and...
Inserting text in a file ShowInserting text in a file
Introduction
Syntax
Introduction
It is sometimes useful to insert text in the header of one or more document (s) or in a specific part of the document (before or after a specific line).
The publisher of...
Writing in batch in text file ShowWriting in batch in text file
To write in a file text, you just have to use a redirect:
echo text > output_file.txt
To write in an existing file:
echo " Write at the end of the file ">> output_file.txt
Download OraLoader ShowOraLoader is a database application conceived for Oracle bases. The application allows to import text file data then to export them into other formats such as: TXT, CVS, HTML, XML.
You can use this tool to transfer data from one table to another,...
Cmd - cmd.exe Showcmd - cmd.exe
cmd.exe (cmd signifiant Windows Command Prompt) is a Windows NT/2000/XP generic process which opens a text-mode console for running programs using a command line. The process cmd is not in any way a virus, a worm, a Trojan horse,...
Spreadsheet - Text Operators ShowConcatenation Operator
Spreadsheets generally use an oeprator, called a concatenation operator , that allows two text values to be added together. The concatenation operator, written as &, is used as follows:
In the above example, the cell...
Hyperlinks ShowIntroduction to anchors
Hypertext links or hyperlinks (anchors) are HTML elements that, when clicked on, enable readers to visit a new address. Hyperlinked text is underlined by default. Hyperlinks are what connect web pages to one another. They...