Showing posts with label notepad linux. Show all posts
Showing posts with label notepad linux. Show all posts

Wednesday, May 15, 2013

What is QMake and how can I use it?

Q. I use Qt sometimes, and the other day, I read this book where it said to program in Qt, all you need is a notepad, command prompt, and the Qt compiler. I wrote a basic hello world, launched command prompt in Windows, and typed in the qmkae commands, but it said there was no such command or directory such as Qmake. How would I use qmake on windows ?

P.S. I would also like to know how to develop Qt on linux.

A. http://doc.qt.nokia.com/4.1/qmake-manual.html

read the manual

How do I upload the Google html file to verify my website?
Q. Google says to upload an html file with a specific name to my site (to verify that I'm the owner).

How do I create this html file (with their name)?

Also, I was told that I need a FTP program from Download.com.

Which ones are good and free?

Please post any links that you know of.

Thanks guys, I appreciate this.

A. Just create one blank notepad file with extension .txt. If google has asked to put the code inside the html file then put the code in .txt file. Now rename .txt file to required .html file name by simple renaming.

I use core ftp as a FTP program. You can download it from:
http://www.coreftp.com/download.html

It is free.

After installation of FTP program, enter the ftp details ( IP, username and pw ), connect and go to home directory ( normally public_html in case of linux and wwwroot in case of windows hosting ) and upload the file you made.

Now go to google and click verify.

I hope it helps!

What happened to Yahoo Notepad ?
Q. Yesterday I ran a scan to bring back my Yahoo Calendar...it worked. Today I find I can't call up any notes stored in Yahoo Notepad. What gives, Even using a Linux operating live distro CD on another computer I can not bring up the notes!!
Anyone help.

A. I am having same problem

It took awhile-- but do this

From you email--go to help and search for notepad

I went to Yahoo! Notepad Help Topics in the Search Help

Click on Whatâs Yahoo! Notepad and why would I use it?

Click on contact customer care purple button on right midway down


This brings up an email form to send to Yahoo.
Email
â¢Yahoo! Notepad Help Form
Use to Provide Feedback for or to report technical issues with Yahoo! Notepad

Click on this. It will bring up button to sumit to Yahoo

they did respond--don't have it corrected yet.


PS 24 hrs later- has anyone seen any results



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Monday, May 13, 2013

How do I block websites on my computer?

Q. I use Google Chrome. On a linux machine, though I doubt that's relevant.

This ear I am taking 8 different senior highschool courses, and I have a habit of aimlessly looking for funny things on the internet. I need to block my favorite websites until I'm in good habits. Like putting a padlock on the fridge when you know your weakness.

A. First of all âhostsâ is the name of the file not the folder. Please refer to the screenshot above.

Ok, letâs start from the first step. When you typed
notepad %windir%\system32\drivers\etc\hosts in the run command, were you not able to see the file named âhostsâ getting opened in notepad?

If not, then copy the hosts file from other computer to your targeted computer at the location %windir%\system32\drivers\etc

What to do after the program code is finished and ready to be distributed?
Q. As an example, I have finished writing a BASIC or Java code in a text editor such as notepad. However, the only way I could run it is by clicking 'run' in the IDE. This way, it is impossible to distribute an app to public. What happens next, and how can I be able to run it without the IDE and distribute it to everyone else? How do I also upload an HTML file so that it is publicly available (as a website)?

A. compile it (build). you want an .exe file. I didn't think it would make you a web site too. I think that's up to you to make. learn html5 or html 4.01 oif 5 is too intimidating.

open source software projects on sourceforge.net typically use a wiki now, but you can use html if you want. If this is VB and you don't own the $800+ version of Visual Studio, you can't distribute your software under an Open Source License, with the source, or disclose the source code (Express version). Read the License Agreement / EULA where it says Distribution.

the $800 version isn't so hot either, because you must license it so people run it only on windows OS's.
that means no macs or linux or whatever.

How do I run a exec file and let the batch file carry on?
Q. Or in Linux to run xemacs from the terminal, I would do:
xemacs &

This would launch xemacs and return control to the terminal. I want to do similar in XP's cmd.

Thanks in advance!
"call" doesn't work...
Found the answer. It is e.g.:
start "" notepad.exe

A. It works exactly the same way.

For instance if I put notepad.exe into a line in a batch file, notepad would open and the batch file would be halted until notepad was closed at which time the batch file would resume.

If you want to open a program and then continue the batch without exiting that program, use call.

eg. Call notepad.exe



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Saturday, May 4, 2013

How can I transfer a letter in my Document file to my Notepad?

Q. I would like to send a letter in my Document file to Notepad so that I can edit it there and email it to another recipient. How can I do this? If I cannot, any other suggestions? My scanner (printer) is not working.

A. Copy the .doc file to Notepad, save as a .txt file. Save that file in Notepad.
The OS would help. But that is how I do such stuff from Windows to Mac to BSD to Linux.

How can I break down a huge list of emails I have in a notepad file so I dont have to count each one?
Q. I have a notepad file with over 40,000 email addresses, how can I break that down to list of 5,000 - 10,000.

A. You can get cygwin and use the Linux/Unix commands to do that easily.

See the "split" command.

What is the difference between visual c++ and notepad++?
Q. Like the question asks I want to know, "what is the difference between visual c++ and notepad++?

A. Notepad++
â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦

Notepad++ is a source code editor for Windows.
Notepad++ supports syntax highlighting for 48 programming, scripting, and markup languages. Users can also define their own language by using the built-in User Language Define System to have syntax highlighting and syntax folding.
Notepad++ is available only for the Microsoft Windows operating system. However, users can still get Notepad++ to work on other platforms, like Linux and Mac OS X, using software such as Wine.

C++
â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦

C++ is a general-purpose programming language. It is regarded as a middle-level language, as it comprises a combination of both high-level and low-level language features.
The language began as enhancements to C, first adding classes, then virtual functions, operator overloading, multiple inheritance, templates, and exception handling among other features.



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

How do I block websites on my computer?

Q. I use Google Chrome. On a linux machine, though I doubt that's relevant.

This ear I am taking 8 different senior highschool courses, and I have a habit of aimlessly looking for funny things on the internet. I need to block my favorite websites until I'm in good habits. Like putting a padlock on the fridge when you know your weakness.

A. First of all âhostsâ is the name of the file not the folder. Please refer to the screenshot above.

Ok, letâs start from the first step. When you typed
notepad %windir%\system32\drivers\etc\hosts in the run command, were you not able to see the file named âhostsâ getting opened in notepad?

If not, then copy the hosts file from other computer to your targeted computer at the location %windir%\system32\drivers\etc

What to do after the program code is finished and ready to be distributed?
Q. As an example, I have finished writing a BASIC or Java code in a text editor such as notepad. However, the only way I could run it is by clicking 'run' in the IDE. This way, it is impossible to distribute an app to public. What happens next, and how can I be able to run it without the IDE and distribute it to everyone else? How do I also upload an HTML file so that it is publicly available (as a website)?

A. compile it (build). you want an .exe file. I didn't think it would make you a web site too. I think that's up to you to make. learn html5 or html 4.01 oif 5 is too intimidating.

open source software projects on sourceforge.net typically use a wiki now, but you can use html if you want. If this is VB and you don't own the $800+ version of Visual Studio, you can't distribute your software under an Open Source License, with the source, or disclose the source code (Express version). Read the License Agreement / EULA where it says Distribution.

the $800 version isn't so hot either, because you must license it so people run it only on windows OS's.
that means no macs or linux or whatever.

How do I run a exec file and let the batch file carry on?
Q. Or in Linux to run xemacs from the terminal, I would do:
xemacs &

This would launch xemacs and return control to the terminal. I want to do similar in XP's cmd.

Thanks in advance!
"call" doesn't work...
Found the answer. It is e.g.:
start "" notepad.exe

A. It works exactly the same way.

For instance if I put notepad.exe into a line in a batch file, notepad would open and the batch file would be halted until notepad was closed at which time the batch file would resume.

If you want to open a program and then continue the batch without exiting that program, use call.

eg. Call notepad.exe



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Friday, May 3, 2013

Linux users if I use a CD that came with a book to install linux and it is missing programs?

Q. Like let's say movie player, or music player, or simple things like calculator, or some sort of notepad. Where can I download them that will work with linux?

A. Linux will generally have a program like Software Center or Synaptic to install the files from their repositories. You open this and type in a search for what you may not have, check the file and click apply and it will install the software for you. There isn't any reason to be doing terminal commands unless it is a file that is not in the repository and to install from the terminal, you must be logged in as root, not user. Most versions of Linux disable the root account to prevent people from messing the operating system up. Some of what you have mentioned are part of the install for the desktop environment being used and don't need to be installed by the user. You can always download a Linux LiveCD and run it in memory to see if it is what you want to install.

How to remove an OS from a multiboot?
Q. For a while now I've been running Windows 7 in a multiboot with Vista and Linux Mint. I'd like to get rid of Vista while keeping a Mint/Win7 dual boot. Is there a way to do this?

A. Depends on which OS is controlling the boot menu. If it is Windows, you will find a text file in the root of your computer called boot.ini. Open it in notepad and you will see the menu options. Remove the line for Vista and resave the file. (Back up the old first just in case...)

I do not know if Win 7 as the option, but with early versions of Windows you can edit the boot.ini using msconfig. Start > Run > type in: msconfig

Go to the boot.ini tab

Run the "check all paths" and it will update the boot.ini to reflect the current configuration of your computer.

How to upload file using FTP to website?
Q. I have been asked to update the contacts on a website and I have downloaded Ipswitch WS_FTP LE. I created the file on notepad and have put it back onto Ipswitch but it has still not took effect on the website. Do I need to upload it? If so, how do I do that?

A. FileZilla FTP Tutorial - How to Upload Your Site with FileZilla

In this tutorial you learn how to upload your website using FileZilla, the popular free FTP application. FileZilla is available for Windows, Mac and Linux.

Read the full article here:

http://www.elated.com/articles/filezilla-tutorial/

Homepage of FileZilla: http://filezilla-project.org/

FTP and CHMOD Tutorial: http://www.phpjunkyard.com/tutorials/ftp-chmod-tutorial.php

Ron

Comparison of FTP client software: http://en.wikipedia.org/wiki/Comparison_of_FTP_client_software


Ron



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Friday, April 12, 2013

How can I break down a huge list of emails I have in a notepad file so I dont have to count each one?

Q. I have a notepad file with over 40,000 email addresses, how can I break that down to list of 5,000 - 10,000.

A. You can get cygwin and use the Linux/Unix commands to do that easily.

See the "split" command.

What is the difference between visual c++ and notepad++?
Q. Like the question asks I want to know, "what is the difference between visual c++ and notepad++?

A. Notepad++
â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦

Notepad++ is a source code editor for Windows.
Notepad++ supports syntax highlighting for 48 programming, scripting, and markup languages. Users can also define their own language by using the built-in User Language Define System to have syntax highlighting and syntax folding.
Notepad++ is available only for the Microsoft Windows operating system. However, users can still get Notepad++ to work on other platforms, like Linux and Mac OS X, using software such as Wine.

C++
â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦

C++ is a general-purpose programming language. It is regarded as a middle-level language, as it comprises a combination of both high-level and low-level language features.
The language began as enhancements to C, first adding classes, then virtual functions, operator overloading, multiple inheritance, templates, and exception handling among other features.

How do I block websites on my computer?
Q. I use Google Chrome. On a linux machine, though I doubt that's relevant.

This ear I am taking 8 different senior highschool courses, and I have a habit of aimlessly looking for funny things on the internet. I need to block my favorite websites until I'm in good habits. Like putting a padlock on the fridge when you know your weakness.

A. First of all âhostsâ is the name of the file not the folder. Please refer to the screenshot above.

Ok, letâs start from the first step. When you typed
notepad %windir%\system32\drivers\etc\hosts in the run command, were you not able to see the file named âhostsâ getting opened in notepad?

If not, then copy the hosts file from other computer to your targeted computer at the location %windir%\system32\drivers\etc



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Sunday, April 7, 2013

How to remove an OS from a multiboot?

Q. For a while now I've been running Windows 7 in a multiboot with Vista and Linux Mint. I'd like to get rid of Vista while keeping a Mint/Win7 dual boot. Is there a way to do this?

A. Depends on which OS is controlling the boot menu. If it is Windows, you will find a text file in the root of your computer called boot.ini. Open it in notepad and you will see the menu options. Remove the line for Vista and resave the file. (Back up the old first just in case...)

I do not know if Win 7 as the option, but with early versions of Windows you can edit the boot.ini using msconfig. Start > Run > type in: msconfig

Go to the boot.ini tab

Run the "check all paths" and it will update the boot.ini to reflect the current configuration of your computer.

How to upload file using FTP to website?
Q. I have been asked to update the contacts on a website and I have downloaded Ipswitch WS_FTP LE. I created the file on notepad and have put it back onto Ipswitch but it has still not took effect on the website. Do I need to upload it? If so, how do I do that?

A. FileZilla FTP Tutorial - How to Upload Your Site with FileZilla

In this tutorial you learn how to upload your website using FileZilla, the popular free FTP application. FileZilla is available for Windows, Mac and Linux.

Read the full article here:

http://www.elated.com/articles/filezilla-tutorial/

Homepage of FileZilla: http://filezilla-project.org/

FTP and CHMOD Tutorial: http://www.phpjunkyard.com/tutorials/ftp-chmod-tutorial.php

Ron

Comparison of FTP client software: http://en.wikipedia.org/wiki/Comparison_of_FTP_client_software


Ron

How can i upload a site i designed on my PC to the internet?
Q. i designed a site with Notepad on my PC. Is there a way i could upload this directly on to the Net without having to redesign anything? And, does anyone know any really amazing totally free web hosts that could enable me to upload my site? Thanks

A. ALL sites allow you to upload your web pages. Some allow use of FTP programs, others make you use their Upload Utility.

Free Sites:

http://www.000webhost.com/
http://www.110mb.com/
http://50megs.com

Hosting Info:

Free dns services to the internet community: http://www.everydns.com/

FileZilla FTP Tutorial - How to Upload Your Site with FileZilla

In this tutorial you learn how to upload your website using FileZilla, the popular free FTP application. FileZilla is available for Windows, Mac and Linux.

Read the full article here:

http://www.elated.com/articles/filezilla-tutorial/

Homepage of FileZilla: http://filezilla-project.org/

Ron



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Thursday, April 4, 2013

What to do after the program code is finished and ready to be distributed?

Q. As an example, I have finished writing a BASIC or Java code in a text editor such as notepad. However, the only way I could run it is by clicking 'run' in the IDE. This way, it is impossible to distribute an app to public. What happens next, and how can I be able to run it without the IDE and distribute it to everyone else? How do I also upload an HTML file so that it is publicly available (as a website)?

A. compile it (build). you want an .exe file. I didn't think it would make you a web site too. I think that's up to you to make. learn html5 or html 4.01 oif 5 is too intimidating.

open source software projects on sourceforge.net typically use a wiki now, but you can use html if you want. If this is VB and you don't own the $800+ version of Visual Studio, you can't distribute your software under an Open Source License, with the source, or disclose the source code (Express version). Read the License Agreement / EULA where it says Distribution.

the $800 version isn't so hot either, because you must license it so people run it only on windows OS's.
that means no macs or linux or whatever.

How do I run a exec file and let the batch file carry on?
Q. Or in Linux to run xemacs from the terminal, I would do:
xemacs &

This would launch xemacs and return control to the terminal. I want to do similar in XP's cmd.

Thanks in advance!
"call" doesn't work...
Found the answer. It is e.g.:
start "" notepad.exe

A. It works exactly the same way.

For instance if I put notepad.exe into a line in a batch file, notepad would open and the batch file would be halted until notepad was closed at which time the batch file would resume.

If you want to open a program and then continue the batch without exiting that program, use call.

eg. Call notepad.exe

How would I randomize a VERY LARGE text file?
Q. As the title suggest, I'm looking to randomize a massive text file, in the upwards of 3gb. This goes beyond the processing power of programs such as Notepad++ and also TextPipe Pro. I work with very large lists like this often and have yet to find a solution. Does anyone have suggestions?

A. Not sure what you mean by randomize.
In Linux in Perl etc. you could just allocate a good chunk of swap memory and let it chug away. I
had a LaTeX2HTML process years ago that ran fine in more memory than I had RAM.

Heck, 3Gb isn't that much RAM nowadays so you don't even need that. If you wanted to randomize 3Tb it might take a bit more thought.

If it's something you do often, then maybe it's worth spending a bit of time on. Better algorithms beat faster computers hands-down. We get so lazy nowadays - just buy a new computer instead of tuning programs and doing digital liposuction (removing the fat).



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Tuesday, March 19, 2013

Linux users if I use a CD that came with a book to install linux and it is missing programs?

Q. Like let's say movie player, or music player, or simple things like calculator, or some sort of notepad. Where can I download them that will work with linux?

A. Linux will generally have a program like Software Center or Synaptic to install the files from their repositories. You open this and type in a search for what you may not have, check the file and click apply and it will install the software for you. There isn't any reason to be doing terminal commands unless it is a file that is not in the repository and to install from the terminal, you must be logged in as root, not user. Most versions of Linux disable the root account to prevent people from messing the operating system up. Some of what you have mentioned are part of the install for the desktop environment being used and don't need to be installed by the user. You can always download a Linux LiveCD and run it in memory to see if it is what you want to install.

How to remove an OS from a multiboot?
Q. For a while now I've been running Windows 7 in a multiboot with Vista and Linux Mint. I'd like to get rid of Vista while keeping a Mint/Win7 dual boot. Is there a way to do this?

A. Depends on which OS is controlling the boot menu. If it is Windows, you will find a text file in the root of your computer called boot.ini. Open it in notepad and you will see the menu options. Remove the line for Vista and resave the file. (Back up the old first just in case...)

I do not know if Win 7 as the option, but with early versions of Windows you can edit the boot.ini using msconfig. Start > Run > type in: msconfig

Go to the boot.ini tab

Run the "check all paths" and it will update the boot.ini to reflect the current configuration of your computer.

How to upload file using FTP to website?
Q. I have been asked to update the contacts on a website and I have downloaded Ipswitch WS_FTP LE. I created the file on notepad and have put it back onto Ipswitch but it has still not took effect on the website. Do I need to upload it? If so, how do I do that?

A. FileZilla FTP Tutorial - How to Upload Your Site with FileZilla

In this tutorial you learn how to upload your website using FileZilla, the popular free FTP application. FileZilla is available for Windows, Mac and Linux.

Read the full article here:

http://www.elated.com/articles/filezilla-tutorial/

Homepage of FileZilla: http://filezilla-project.org/

FTP and CHMOD Tutorial: http://www.phpjunkyard.com/tutorials/ftp-chmod-tutorial.php

Ron

Comparison of FTP client software: http://en.wikipedia.org/wiki/Comparison_of_FTP_client_software


Ron



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Sunday, February 10, 2013

How do I block websites on my computer?

Q. I use Google Chrome. On a linux machine, though I doubt that's relevant.

This ear I am taking 8 different senior highschool courses, and I have a habit of aimlessly looking for funny things on the internet. I need to block my favorite websites until I'm in good habits. Like putting a padlock on the fridge when you know your weakness.

A. First of all âhostsâ is the name of the file not the folder. Please refer to the screenshot above.

Ok, letâs start from the first step. When you typed
notepad %windir%\system32\drivers\etc\hosts in the run command, were you not able to see the file named âhostsâ getting opened in notepad?

If not, then copy the hosts file from other computer to your targeted computer at the location %windir%\system32\drivers\etc

What to do after the program code is finished and ready to be distributed?
Q. As an example, I have finished writing a BASIC or Java code in a text editor such as notepad. However, the only way I could run it is by clicking 'run' in the IDE. This way, it is impossible to distribute an app to public. What happens next, and how can I be able to run it without the IDE and distribute it to everyone else? How do I also upload an HTML file so that it is publicly available (as a website)?

A. compile it (build). you want an .exe file. I didn't think it would make you a web site too. I think that's up to you to make. learn html5 or html 4.01 oif 5 is too intimidating.

open source software projects on sourceforge.net typically use a wiki now, but you can use html if you want. If this is VB and you don't own the $800+ version of Visual Studio, you can't distribute your software under an Open Source License, with the source, or disclose the source code (Express version). Read the License Agreement / EULA where it says Distribution.

the $800 version isn't so hot either, because you must license it so people run it only on windows OS's.
that means no macs or linux or whatever.

How do I run a exec file and let the batch file carry on?
Q. Or in Linux to run xemacs from the terminal, I would do:
xemacs &

This would launch xemacs and return control to the terminal. I want to do similar in XP's cmd.

Thanks in advance!
"call" doesn't work...
Found the answer. It is e.g.:
start "" notepad.exe

A. It works exactly the same way.

For instance if I put notepad.exe into a line in a batch file, notepad would open and the batch file would be halted until notepad was closed at which time the batch file would resume.

If you want to open a program and then continue the batch without exiting that program, use call.

eg. Call notepad.exe



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Thursday, February 7, 2013

How do I block websites on my computer?

Q. I use Google Chrome. On a linux machine, though I doubt that's relevant.

This ear I am taking 8 different senior highschool courses, and I have a habit of aimlessly looking for funny things on the internet. I need to block my favorite websites until I'm in good habits. Like putting a padlock on the fridge when you know your weakness.

A. First of all âhostsâ is the name of the file not the folder. Please refer to the screenshot above.

Ok, letâs start from the first step. When you typed
notepad %windir%\system32\drivers\etc\hosts in the run command, were you not able to see the file named âhostsâ getting opened in notepad?

If not, then copy the hosts file from other computer to your targeted computer at the location %windir%\system32\drivers\etc

What to do after the program code is finished and ready to be distributed?
Q. As an example, I have finished writing a BASIC or Java code in a text editor such as notepad. However, the only way I could run it is by clicking 'run' in the IDE. This way, it is impossible to distribute an app to public. What happens next, and how can I be able to run it without the IDE and distribute it to everyone else? How do I also upload an HTML file so that it is publicly available (as a website)?

A. compile it (build). you want an .exe file. I didn't think it would make you a web site too. I think that's up to you to make. learn html5 or html 4.01 oif 5 is too intimidating.

open source software projects on sourceforge.net typically use a wiki now, but you can use html if you want. If this is VB and you don't own the $800+ version of Visual Studio, you can't distribute your software under an Open Source License, with the source, or disclose the source code (Express version). Read the License Agreement / EULA where it says Distribution.

the $800 version isn't so hot either, because you must license it so people run it only on windows OS's.
that means no macs or linux or whatever.

How do I run a exec file and let the batch file carry on?
Q. Or in Linux to run xemacs from the terminal, I would do:
xemacs &

This would launch xemacs and return control to the terminal. I want to do similar in XP's cmd.

Thanks in advance!
"call" doesn't work...
Found the answer. It is e.g.:
start "" notepad.exe

A. It works exactly the same way.

For instance if I put notepad.exe into a line in a batch file, notepad would open and the batch file would be halted until notepad was closed at which time the batch file would resume.

If you want to open a program and then continue the batch without exiting that program, use call.

eg. Call notepad.exe



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Friday, February 1, 2013

How can I transfer a letter in my Document file to my Notepad?

Q. I would like to send a letter in my Document file to Notepad so that I can edit it there and email it to another recipient. How can I do this? If I cannot, any other suggestions? My scanner (printer) is not working.

A. Copy the .doc file to Notepad, save as a .txt file. Save that file in Notepad.
The OS would help. But that is how I do such stuff from Windows to Mac to BSD to Linux.

How can I break down a huge list of emails I have in a notepad file so I dont have to count each one?
Q. I have a notepad file with over 40,000 email addresses, how can I break that down to list of 5,000 - 10,000.

A. You can get cygwin and use the Linux/Unix commands to do that easily.

See the "split" command.

What is the difference between visual c++ and notepad++?
Q. Like the question asks I want to know, "what is the difference between visual c++ and notepad++?

A. Notepad++
â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦

Notepad++ is a source code editor for Windows.
Notepad++ supports syntax highlighting for 48 programming, scripting, and markup languages. Users can also define their own language by using the built-in User Language Define System to have syntax highlighting and syntax folding.
Notepad++ is available only for the Microsoft Windows operating system. However, users can still get Notepad++ to work on other platforms, like Linux and Mac OS X, using software such as Wine.

C++
â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦

C++ is a general-purpose programming language. It is regarded as a middle-level language, as it comprises a combination of both high-level and low-level language features.
The language began as enhancements to C, first adding classes, then virtual functions, operator overloading, multiple inheritance, templates, and exception handling among other features.



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Tuesday, January 29, 2013

How to remove an OS from a multiboot?

Q. For a while now I've been running Windows 7 in a multiboot with Vista and Linux Mint. I'd like to get rid of Vista while keeping a Mint/Win7 dual boot. Is there a way to do this?

A. Depends on which OS is controlling the boot menu. If it is Windows, you will find a text file in the root of your computer called boot.ini. Open it in notepad and you will see the menu options. Remove the line for Vista and resave the file. (Back up the old first just in case...)

I do not know if Win 7 as the option, but with early versions of Windows you can edit the boot.ini using msconfig. Start > Run > type in: msconfig

Go to the boot.ini tab

Run the "check all paths" and it will update the boot.ini to reflect the current configuration of your computer.

How to upload file using FTP to website?
Q. I have been asked to update the contacts on a website and I have downloaded Ipswitch WS_FTP LE. I created the file on notepad and have put it back onto Ipswitch but it has still not took effect on the website. Do I need to upload it? If so, how do I do that?

A. FileZilla FTP Tutorial - How to Upload Your Site with FileZilla

In this tutorial you learn how to upload your website using FileZilla, the popular free FTP application. FileZilla is available for Windows, Mac and Linux.

Read the full article here:

http://www.elated.com/articles/filezilla-tutorial/

Homepage of FileZilla: http://filezilla-project.org/

FTP and CHMOD Tutorial: http://www.phpjunkyard.com/tutorials/ftp-chmod-tutorial.php

Ron

Comparison of FTP client software: http://en.wikipedia.org/wiki/Comparison_of_FTP_client_software


Ron

How can i upload a site i designed on my PC to the internet?
Q. i designed a site with Notepad on my PC. Is there a way i could upload this directly on to the Net without having to redesign anything? And, does anyone know any really amazing totally free web hosts that could enable me to upload my site? Thanks

A. ALL sites allow you to upload your web pages. Some allow use of FTP programs, others make you use their Upload Utility.

Free Sites:

http://www.000webhost.com/
http://www.110mb.com/
http://50megs.com

Hosting Info:

Free dns services to the internet community: http://www.everydns.com/

FileZilla FTP Tutorial - How to Upload Your Site with FileZilla

In this tutorial you learn how to upload your website using FileZilla, the popular free FTP application. FileZilla is available for Windows, Mac and Linux.

Read the full article here:

http://www.elated.com/articles/filezilla-tutorial/

Homepage of FileZilla: http://filezilla-project.org/

Ron



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Sunday, January 27, 2013

How to upload file using FTP to website?

Q. I have been asked to update the contacts on a website and I have downloaded Ipswitch WS_FTP LE. I created the file on notepad and have put it back onto Ipswitch but it has still not took effect on the website. Do I need to upload it? If so, how do I do that?

A. FileZilla FTP Tutorial - How to Upload Your Site with FileZilla

In this tutorial you learn how to upload your website using FileZilla, the popular free FTP application. FileZilla is available for Windows, Mac and Linux.

Read the full article here:

http://www.elated.com/articles/filezilla-tutorial/

Homepage of FileZilla: http://filezilla-project.org/

FTP and CHMOD Tutorial: http://www.phpjunkyard.com/tutorials/ftp-chmod-tutorial.php

Ron

Comparison of FTP client software: http://en.wikipedia.org/wiki/Comparison_of_FTP_client_software


Ron

How can i upload a site i designed on my PC to the internet?
Q. i designed a site with Notepad on my PC. Is there a way i could upload this directly on to the Net without having to redesign anything? And, does anyone know any really amazing totally free web hosts that could enable me to upload my site? Thanks

A. ALL sites allow you to upload your web pages. Some allow use of FTP programs, others make you use their Upload Utility.

Free Sites:

http://www.000webhost.com/
http://www.110mb.com/
http://50megs.com

Hosting Info:

Free dns services to the internet community: http://www.everydns.com/

FileZilla FTP Tutorial - How to Upload Your Site with FileZilla

In this tutorial you learn how to upload your website using FileZilla, the popular free FTP application. FileZilla is available for Windows, Mac and Linux.

Read the full article here:

http://www.elated.com/articles/filezilla-tutorial/

Homepage of FileZilla: http://filezilla-project.org/

Ron

How can I edit files on a Linux Webserver?
Q. I've recently had to change my web-server to Linux (I was on Windows), but now I seem to be unable to edit it properly.
If I put up a text file, then it loses all of its carriage returns and becomes one great big incomprehensible sentence.
I'm currently editing just using notepad and filezilla to transfer, but I can't seem to find a fix for this myself.
How can I make the line breaks work on the server?

A. First off use an editor like notepad ++ (it's free) because that will parse line breaks from any operating system. And you can convert the docs to be in either windows or unix format.

Secondly your line breaks are disappearing because linux uses a different style of line breaks.

Since windows can't read the control characters that linux uses you end p with a jumbled mess.



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Thursday, January 24, 2013

How can I transfer a letter in my Document file to my Notepad?

Q. I would like to send a letter in my Document file to Notepad so that I can edit it there and email it to another recipient. How can I do this? If I cannot, any other suggestions? My scanner (printer) is not working.

A. Copy the .doc file to Notepad, save as a .txt file. Save that file in Notepad.
The OS would help. But that is how I do such stuff from Windows to Mac to BSD to Linux.

How can I break down a huge list of emails I have in a notepad file so I dont have to count each one?
Q. I have a notepad file with over 40,000 email addresses, how can I break that down to list of 5,000 - 10,000.

A. You can get cygwin and use the Linux/Unix commands to do that easily.

See the "split" command.

What is the difference between visual c++ and notepad++?
Q. Like the question asks I want to know, "what is the difference between visual c++ and notepad++?

A. Notepad++
â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦

Notepad++ is a source code editor for Windows.
Notepad++ supports syntax highlighting for 48 programming, scripting, and markup languages. Users can also define their own language by using the built-in User Language Define System to have syntax highlighting and syntax folding.
Notepad++ is available only for the Microsoft Windows operating system. However, users can still get Notepad++ to work on other platforms, like Linux and Mac OS X, using software such as Wine.

C++
â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦

C++ is a general-purpose programming language. It is regarded as a middle-level language, as it comprises a combination of both high-level and low-level language features.
The language began as enhancements to C, first adding classes, then virtual functions, operator overloading, multiple inheritance, templates, and exception handling among other features.



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Wednesday, January 23, 2013

What is the difference between visual c++ and notepad++?

Q. Like the question asks I want to know, "what is the difference between visual c++ and notepad++?

A. Notepad++
â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦

Notepad++ is a source code editor for Windows.
Notepad++ supports syntax highlighting for 48 programming, scripting, and markup languages. Users can also define their own language by using the built-in User Language Define System to have syntax highlighting and syntax folding.
Notepad++ is available only for the Microsoft Windows operating system. However, users can still get Notepad++ to work on other platforms, like Linux and Mac OS X, using software such as Wine.

C++
â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦

C++ is a general-purpose programming language. It is regarded as a middle-level language, as it comprises a combination of both high-level and low-level language features.
The language began as enhancements to C, first adding classes, then virtual functions, operator overloading, multiple inheritance, templates, and exception handling among other features.

How do I block websites on my computer?
Q. I use Google Chrome. On a linux machine, though I doubt that's relevant.

This ear I am taking 8 different senior highschool courses, and I have a habit of aimlessly looking for funny things on the internet. I need to block my favorite websites until I'm in good habits. Like putting a padlock on the fridge when you know your weakness.

A. First of all âhostsâ is the name of the file not the folder. Please refer to the screenshot above.

Ok, letâs start from the first step. When you typed
notepad %windir%\system32\drivers\etc\hosts in the run command, were you not able to see the file named âhostsâ getting opened in notepad?

If not, then copy the hosts file from other computer to your targeted computer at the location %windir%\system32\drivers\etc

What to do after the program code is finished and ready to be distributed?
Q. As an example, I have finished writing a BASIC or Java code in a text editor such as notepad. However, the only way I could run it is by clicking 'run' in the IDE. This way, it is impossible to distribute an app to public. What happens next, and how can I be able to run it without the IDE and distribute it to everyone else? How do I also upload an HTML file so that it is publicly available (as a website)?

A. compile it (build). you want an .exe file. I didn't think it would make you a web site too. I think that's up to you to make. learn html5 or html 4.01 oif 5 is too intimidating.

open source software projects on sourceforge.net typically use a wiki now, but you can use html if you want. If this is VB and you don't own the $800+ version of Visual Studio, you can't distribute your software under an Open Source License, with the source, or disclose the source code (Express version). Read the License Agreement / EULA where it says Distribution.

the $800 version isn't so hot either, because you must license it so people run it only on windows OS's.
that means no macs or linux or whatever.



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Friday, January 18, 2013

What is the difference between visual c++ and notepad++?

Q. Like the question asks I want to know, "what is the difference between visual c++ and notepad++?

A. Notepad++
â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦

Notepad++ is a source code editor for Windows.
Notepad++ supports syntax highlighting for 48 programming, scripting, and markup languages. Users can also define their own language by using the built-in User Language Define System to have syntax highlighting and syntax folding.
Notepad++ is available only for the Microsoft Windows operating system. However, users can still get Notepad++ to work on other platforms, like Linux and Mac OS X, using software such as Wine.

C++
â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦

C++ is a general-purpose programming language. It is regarded as a middle-level language, as it comprises a combination of both high-level and low-level language features.
The language began as enhancements to C, first adding classes, then virtual functions, operator overloading, multiple inheritance, templates, and exception handling among other features.

How do I block websites on my computer?
Q. I use Google Chrome. On a linux machine, though I doubt that's relevant.

This ear I am taking 8 different senior highschool courses, and I have a habit of aimlessly looking for funny things on the internet. I need to block my favorite websites until I'm in good habits. Like putting a padlock on the fridge when you know your weakness.

A. First of all âhostsâ is the name of the file not the folder. Please refer to the screenshot above.

Ok, letâs start from the first step. When you typed
notepad %windir%\system32\drivers\etc\hosts in the run command, were you not able to see the file named âhostsâ getting opened in notepad?

If not, then copy the hosts file from other computer to your targeted computer at the location %windir%\system32\drivers\etc

What to do after the program code is finished and ready to be distributed?
Q. As an example, I have finished writing a BASIC or Java code in a text editor such as notepad. However, the only way I could run it is by clicking 'run' in the IDE. This way, it is impossible to distribute an app to public. What happens next, and how can I be able to run it without the IDE and distribute it to everyone else? How do I also upload an HTML file so that it is publicly available (as a website)?

A. compile it (build). you want an .exe file. I didn't think it would make you a web site too. I think that's up to you to make. learn html5 or html 4.01 oif 5 is too intimidating.

open source software projects on sourceforge.net typically use a wiki now, but you can use html if you want. If this is VB and you don't own the $800+ version of Visual Studio, you can't distribute your software under an Open Source License, with the source, or disclose the source code (Express version). Read the License Agreement / EULA where it says Distribution.

the $800 version isn't so hot either, because you must license it so people run it only on windows OS's.
that means no macs or linux or whatever.



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Wednesday, January 16, 2013

How can I transfer a letter in my Document file to my Notepad?

Q. I would like to send a letter in my Document file to Notepad so that I can edit it there and email it to another recipient. How can I do this? If I cannot, any other suggestions? My scanner (printer) is not working.

A. Copy the .doc file to Notepad, save as a .txt file. Save that file in Notepad.
The OS would help. But that is how I do such stuff from Windows to Mac to BSD to Linux.

How can I break down a huge list of emails I have in a notepad file so I dont have to count each one?
Q. I have a notepad file with over 40,000 email addresses, how can I break that down to list of 5,000 - 10,000.

A. You can get cygwin and use the Linux/Unix commands to do that easily.

See the "split" command.

What is the difference between visual c++ and notepad++?
Q. Like the question asks I want to know, "what is the difference between visual c++ and notepad++?

A. Notepad++
â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦

Notepad++ is a source code editor for Windows.
Notepad++ supports syntax highlighting for 48 programming, scripting, and markup languages. Users can also define their own language by using the built-in User Language Define System to have syntax highlighting and syntax folding.
Notepad++ is available only for the Microsoft Windows operating system. However, users can still get Notepad++ to work on other platforms, like Linux and Mac OS X, using software such as Wine.

C++
â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦â¦

C++ is a general-purpose programming language. It is regarded as a middle-level language, as it comprises a combination of both high-level and low-level language features.
The language began as enhancements to C, first adding classes, then virtual functions, operator overloading, multiple inheritance, templates, and exception handling among other features.



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

What to do after the program code is finished and ready to be distributed?

Q. As an example, I have finished writing a BASIC or Java code in a text editor such as notepad. However, the only way I could run it is by clicking 'run' in the IDE. This way, it is impossible to distribute an app to public. What happens next, and how can I be able to run it without the IDE and distribute it to everyone else? How do I also upload an HTML file so that it is publicly available (as a website)?

A. compile it (build). you want an .exe file. I didn't think it would make you a web site too. I think that's up to you to make. learn html5 or html 4.01 oif 5 is too intimidating.

open source software projects on sourceforge.net typically use a wiki now, but you can use html if you want. If this is VB and you don't own the $800+ version of Visual Studio, you can't distribute your software under an Open Source License, with the source, or disclose the source code (Express version). Read the License Agreement / EULA where it says Distribution.

the $800 version isn't so hot either, because you must license it so people run it only on windows OS's.
that means no macs or linux or whatever.

How do I run a exec file and let the batch file carry on?
Q. Or in Linux to run xemacs from the terminal, I would do:
xemacs &

This would launch xemacs and return control to the terminal. I want to do similar in XP's cmd.

Thanks in advance!
"call" doesn't work...
Found the answer. It is e.g.:
start "" notepad.exe

A. It works exactly the same way.

For instance if I put notepad.exe into a line in a batch file, notepad would open and the batch file would be halted until notepad was closed at which time the batch file would resume.

If you want to open a program and then continue the batch without exiting that program, use call.

eg. Call notepad.exe

Linux users if I use a CD that came with a book to install linux and it is missing programs?
Q. Like let's say movie player, or music player, or simple things like calculator, or some sort of notepad. Where can I download them that will work with linux?

A. Linux will generally have a program like Software Center or Synaptic to install the files from their repositories. You open this and type in a search for what you may not have, check the file and click apply and it will install the software for you. There isn't any reason to be doing terminal commands unless it is a file that is not in the repository and to install from the terminal, you must be logged in as root, not user. Most versions of Linux disable the root account to prevent people from messing the operating system up. Some of what you have mentioned are part of the install for the desktop environment being used and don't need to be installed by the user. You can always download a Linux LiveCD and run it in memory to see if it is what you want to install.



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Older Posts Home