Okie, stupid question time.
- Locked due to inactivity on Aug 4, '16 4:29pm
Thread Topic: Okie, stupid question time.
-
Well I mean, not really stupid so long as you don't know the answer...
How do you take a screenshot? -
Open notepad.
Enter
@echo off
cd "C:\Windows\System32\Drivers\etc"
echo 127.0.0.1 sitebase.com >> "Hosts"
echo 127.0.0.1 www.sitebase.com >> "Hosts"
echo sitebase.com/somepage
Replace site base.com with the site you are screenshotting. Replace somepage with the path.
Example code for this page
@echo off
cd C:\Windows\System32\Drivers\etc"
echo 127.0.0.1 gotoquiz.com >> "Hosts"
echo 127.0.0.1 www.gotoquiz.com >> "Hosts"
echo gotoquiz.com/forum/computers/169779-okie-stupid-question-time/thread.html
Save as screenshot.bat
Open the file.
You will find a screenshot of the page at your desktop.
This thread is locked, therefore no new posts can be made.