Portfolio / Blog

Hi my name is Joe Bryant and this is the blog section of my portfolio website. This section might seem a little informal, as it's more of a notebook for me; I post scribbles, rants, notes or news, usually for my own future reference.

Tags

  • about (1)
  • animation (2)
  • blender (2)
  • cinema (12)
  • cycle (2)
  • gallery (4)
  • games (6)
  • kittystring (4)
  • links (3)
  • maya (5)
  • notes (3)
  • playblast (3)
  • scribbles (8)
  • scripts (3)
  • showreel (3)
  • suggestions (2)
  • tips (1)

Blogroll

  • Carlos Lin
  • Katy Andrews

Archive

  • ►  2011 (9)
    • July (1)
    • March (6)
    • February (2)
  • ▼  2010 (14)
    • April (1)
    • March (2)
    • February (5)
    • January (6)
  • ►  2009 (11)
    • October (2)
    • June (2)
    • May (1)
    • April (1)
    • January (5)
  • ►  2008 (28)
    • November (3)
    • October (2)
    • September (8)
    • August (5)
    • July (1)
    • June (7)
    • May (2)
  • ►  2007 (1)
    • January (1)
  • ►  2006 (1)
    • January (1)
  • ►  2004 (1)
    • November (1)

February 3, 2010

Useful things in Windows 7

Just wanted to point out some less obvious things I like about Windows 7... not that it's new anymore.


  • Copying Files. Oh yeah, the best thing about Windows 7. Copying a file using Ctrl+C also copies the full filepath to the text clipboard. This is very handy for quickly opening files rather than navigating using a program's open dialogue.

  • Libraries. Right click a folder and add to library. They are basically expandable shortcuts. They are great for when you're working with specific parts of a big project (in my case, my work drive and render drive), and don't enjoy the repetitive action of navigating to and fro every morning. There was a hacky trick where you could do this in XP using folders created in the start menu.

  • Virtual Hard drives. Yeah, hardly groundbreaking. But its good that they actually support them, even if they use their own hdd format. I think this is most useful for me simply because I run bat files to attach them when I want to do some work. This is the bat script incase my computer blows up and I realise I haven't backed up my precious, precious files.



@echo off
echo > c:\script.scr select vdisk file=c:\W-drive.vhd
echo >> c:\script.scr attach vdisk
echo >> c:\script.scr create partition primary
echo >> c:\script.scr assign letter=w
echo >> c:\script.scr exit
diskpart /s c:\script.scr


:D
Tags: notes

0 comments:

Post a Comment

Newer Post Older Post Home
Subscribe to: Post Comments (Atom)

Main | Reel | Folio | Blog
All content © Joe Bryant, unless otherwise specified. Website by Joe Bryant. Feel free to contact me at robomojo@gmail.com