Monday, November 30, 2009

Using xcopy to backup your important files.

If you have an external hard drive and want to use it as a backup for your important files at home or office, here's a simple usefull Microsoft DOS xcopy command and it's available in the below Microsoft operating systems:

MS-DOS 3.3x and above
Windows 95
Windows 98
Windows ME
Windows NT
Windows 2000
Windows XP
Windows Vista
Windows 7

Copy below command into a text file and rename txt to bat and change "test" to your folder name. You can also duplicate xcopy command if you have several folders.
------
@echo off
xcopy z:\test\*.* l:\test\ /e /h /v /d /y /c
------

EXAMPLE1:
--------------





@echo off
xcopy z:\test\*.* l:\test\ /e /h /v /d /y /c >z:\report test.txt <---Add ">z:\test.txt" at the end to make a log file.


EXAMPLE2:
--------------
@echo off
Mkdir "%DATE%"     <---Make a new directory by current date
move report.txt "%DATE%"   <---Move txt files to new directory
xcopy "L:\Very long folder name\*.*" "D:\Very long folder name\"  <--- add " " when you have long folder name otherwise you'll get error


[SYNTAX]
ECHO [ON | OFF]
ON      : Display each line of the batch on screen (default)
OFF    : Only display the command output on screen message : a string of characters to display

/D:m-d-y    Copies files changed on or after the specified date. If no date is given, copies only those files whose source time is newer than the destination time.

/E    Copies directories and subdirectories, including empty ones. Same as /S /E. May be used to modify /T.
/V    Verifies each new file.
/C    Continues copying even if errors occur.
/H    Copies hidden and system files also.
/Y    Suppresses prompting to confirm you want to overwrite an existing destination file.

/S Copies directories and subdirectories except empty ones.
http://www.computerhope.com/xcopyhlp.htm (XCOPY SYNTAX)

Sunday, November 15, 2009

Install Windows 7 (XP mode)

Just in case you still have some applications that demand XP.
Microsoft as a free download right here.


Tuesday, November 3, 2009

Jailbreak for 3.1.2 all devices (IPHONE)

For all people that own an Iphone out there, except for the 8 GB iPhone 3G, you should be very interested with this topic. You can now reset you Iphone.It will also works with all iPod Touch models except for the 8 GB iPhone 3G according to geohot's website

All Credit to blacksn0w / Blackra1n

iClarified has made some nice tutorials:
Windows
Mac


~Important~
Do not upgrade to 3.1.3.  


Download Here (Windows)
Download Here (Mac)

 

Sunday, November 1, 2009

Pet Society New Mystery Box Glitch (11/01/2009)

1. Load game
2. Disconnect
3. Go buy GMB at mystery shop (2 or 3 MB)
4. Go home and open box
5. If you like the items ( reconnect and save)
6. If you don't like the items (reconnect and reload pet)
7. Good luck.

(You must need a Youtube account.)
Private Video Link: "http://www.youtube.com/watch?v=9wrU93r-a_g"