Friday, June 6, 2008

To Archive|Compress Files Then Unarchive|Decompress in MAC & PC

MAC:
invisible->chmod 711 files
archive+compress->tar -czf name.tar.gz files
unarchive+decompress->hightlight file|right click|select
BOMAchiveHelper to extract to a folder

PC:
invisible->convert batch to executable file (*.bat to *.exe)
archive+compress->Add files in WinZip to archive and compress
unarchive+decompress->highlight file|right click|select Extract to a folder

To get folder files from Server to MAC and PC

MAC:
ditto /server destination
PC:
xcopy \\server destination /S /F /D