Wednesday, December 2, 2009

Outlook pst backup utility

PFbackup.exe

FreeNas Default password

User Name: admin
Password: freenas

convert WMV to iTouch resolution

As usual, we set "Resolution" as "480*320" for iPod Touch, "320*240" for iPod Nano, iPod Classic and iPod Video, certainly you can also choose other video sizes you like.

xcopy command

xcopy command
net use l: /delete
net use l:\\computerName\sharedFolderName passwordForThisMachine
xcopy *.* l:\user\folder /s /m /y --> s is subdirectory; m is modify and y is yes to everything; *.* will copy all the files under current directory. For example, you have *.* in the batch file and your batch file is saved under user folder then all your files in the user folder will be copied accross. Alternatively, you can just specify the full path.
pause