Question : Can a VM machine be created on a Windows 7 computer?

I'd like to create a VM on my Windows 7 computer.  Is that possible?  If so is it something that requires a lot of VM knowledge?
Where would I find instructions?

Answer : Can a VM machine be created on a Windows 7 computer?

Save something like this as whatever.cmd:
1:
2:
3:
4:
5:
6:
7:
8:
9:
start "" explorer.exe "C:\Folder1"
start "" explorer.exe "C:\Folder2"
start "" explorer.exe "C:\Folder3"

If you want the Explorer windows to show up with the tree structure in the left pane,

start "" explorer.exe /e,"C:\Folder1"
start "" explorer.exe /e,"C:\Folder2"
start "" explorer.exe /e,"C:\Folder3"
Random Solutions  
 
programming4us programming4us