Lyoko Freak: 2005 - 2015. Return to the past now....

It is currently Sat Apr 27, 2024 3:20 pm

windows 7 documents

For discussion of computers and the Internet, as well as a place for you to post your websites to gain more traffic.

Moderators: The Administrators, Moderators


windows 7 documents

Postby matsumo itsu » Thu Sep 15, 2011 12:52 pm

Hey is there a way I can graphically plot out folder creating in windows seven? Sort of like packet tracer if anyone has used that (Yes that's for network but you graphically plot out the network and name stuff through it). If anyone needs more explanation or a visual description please simply ask and I'll do my best to assist in create a image to show.

matsumo itsu offline
Star Fighter
Star Fighter
 
Posts: 1145
Joined: Mon Jun 26, 2006 12:37 pm
Location: Fighting side by side with the resistance

Postby TheLQ » Thu Sep 15, 2011 1:27 pm

Like this?

Code: Select all
C:.
│   HOMEWORK TEMPLATE.jnt
│
├───ENGR-100 - Intro to Engineering
│       CriticalThinkingAssignmentI.docx
│       CriticalThinkingAssignmentI.pdf
│       F2011-Excel-Assignment.xlsx
│
├───ENGR-101 - Calculus
│       HOMEWORK TEMPLATE.jnt
│       Unit 1 - Part 1.jnt
│       Unit 2.jnt
│       Unit 2.tif
│
└───ENGR-190 - Intro to Calculus
        Unit 1.jnt
User avatar
TheLQ offline
Star Fighter
Star Fighter
 
Posts: 1648
Joined: Wed Feb 20, 2008 4:10 pm
Location: In my head, floating in space

Postby matsumo itsu » Thu Sep 15, 2011 2:48 pm

That could work but I was thinking a little more graphical, I'll upload a picture as soon as I make one.

matsumo itsu offline
Star Fighter
Star Fighter
 
Posts: 1145
Joined: Mon Jun 26, 2006 12:37 pm
Location: Fighting side by side with the resistance

Postby TheLQ » Thu Sep 15, 2011 8:16 pm

matsumo itsu wrote:That could work but I was thinking a little more graphical, I'll upload a picture as soon as I make one.


A graphical tree of files is difficult to do and has limited use cases. I'm not aware of any program that does what your looking for.

That command by the way is the tree command from the windows command line, specifically "tree /f" without the quotes.

Here's a larger example with a portion of my Starcraft I folder



Code: Select all
├───01 - MODS
│   â”‚   run.reg
│   â”‚
│   â”œâ”€â”€â”€DatEdit v1.5d
│   â”‚   â”‚   DatEdit.exe
│   â”‚   â”‚   DatEdit.ini
│   â”‚   â”‚   grpapi.dll
│   â”‚   â”‚   History.txt
│   â”‚   â”‚   Readme.txt
│   â”‚   â”‚   SFmpq.dll
│   â”‚   â”‚
│   â”‚   â”œâ”€â”€â”€Data
│   â”‚   â”‚       Animations.txt
│   â”‚   â”‚       Behaviours.txt
│   â”‚   â”‚       DamTypes.txt
│   â”‚   â”‚       DrawList.txt
│   â”‚   â”‚       ElevationLevels.txt
│   â”‚   â”‚       Explosions.txt
│   â”‚   â”‚       FAQ.txt
│   â”‚   â”‚       Flingy.txt
│   â”‚   â”‚       FlingyControl.txt
│   â”‚   â”‚       Hints.txt
│   â”‚   â”‚       Icons.txt
│   â”‚   â”‚       Images.txt
│   â”‚   â”‚       IscriptIDList.txt
│   â”‚   â”‚       Labels.txt
│   â”‚   â”‚       Mapdata.txt
│   â”‚   â”‚       Orders.txt
│   â”‚   â”‚       Origins.txt
│   â”‚   â”‚       Portdata.txt
│   â”‚   â”‚       Races.txt
│   â”‚   â”‚       Remapping.txt
│   â”‚   â”‚       Rightclick.txt
│   â”‚   â”‚       SelCircleSize.txt
│   â”‚   â”‚       Sfxdata.txt
│   â”‚   â”‚       ShieldSize.txt
│   â”‚   â”‚       Sprites.txt
│   â”‚   â”‚       Techdata.txt
│   â”‚   â”‚       Units.txt
│   â”‚   â”‚       UnitSize.txt
│   â”‚   â”‚       Upgrades.txt
│   â”‚   â”‚       Weapons.txt
│   â”‚   â”‚
│   â”‚   â”œâ”€â”€â”€Default
│   â”‚   â”‚       cmdicons.grp
│   â”‚   â”‚       flingy.dat
│   â”‚   â”‚       IconPal.pal
│   â”‚   â”‚       images.dat
│   â”‚   â”‚       images.tbl
│   â”‚   â”‚       mapdata.dat
│   â”‚   â”‚       mapdata.tbl
│   â”‚   â”‚       orders.dat
│   â”‚   â”‚       portdata.dat
│   â”‚   â”‚       portdata.tbl
│   â”‚   â”‚       sfxdata.dat
│   â”‚   â”‚       sfxdata.tbl
│   â”‚   â”‚       sprites.dat
│   â”‚   â”‚       stat_txt.tbl
│   â”‚   â”‚       techdata.dat
│   â”‚   â”‚       Terrain.pal
│   â”‚   â”‚       units.dat
│   â”‚   â”‚       Units.pal
│   â”‚   â”‚       upgrades.dat
│   â”‚   â”‚       weapons.dat
│   â”‚   â”‚
│   â”‚   â””───Formats
│   â”‚           flingy.def
│   â”‚           images.def
│   â”‚           mapdata.def
│   â”‚           orders.def
│   â”‚           portdata.def
│   â”‚           sfxdata.def
│   â”‚           sprites.def
│   â”‚           techdata.def
│   â”‚           units.def
│   â”‚           upgrades.def
│   â”‚           weapons.def
│   â”‚
│   â”œâ”€â”€â”€Firegraft093
│   â”‚   â”‚   data.mpq
│   â”‚   â”‚   Firegraft.exe
│   â”‚   â”‚   Firegraft.ini
│   â”‚   â”‚   GRPapi.dll
│   â”‚   â”‚   readme.txt
│   â”‚   â”‚   SFmpq.dll
│   â”‚   â”‚
│   â”‚   â”œâ”€â”€â”€Autosave
│   â”‚   â””───~Plugins
│   â”œâ”€â”€â”€Scmdraft 2 080
│   â”‚   â”‚   backupDB.scmdDB
│   â”‚   â”‚   dbghelp.dll
│   â”‚   â”‚   ScmDraft2.exe
│   â”‚   â”‚   trigedit help.txt
│   â”‚   â”‚   Trigedit readme.txt
│   â”‚   â”‚
│   â”‚   â””───Plugins
│   â”‚           TrigEdit.sdp
│   â”‚
│   â””───sc_no_supply_mod
│           Edit No Supplies.exe
│           No Supplies.exe
│
├───characters
│       babak.spc
│       EARLY ATTACKING NOOB.mpc
│       Imperial.Lord.Quackstar.mpc
│       Imperial.Lord.Thomas.mpc
│       Jables.mpc
│       Jables.spc
│       King.Lord.Quackstar.mpc
│       King.OverLord.Quackstar.mpc
│       Lord.Quackstar.spc
│       m.mpc
│       Mr.Nohlan.mpc
│       ObamaSack.mpc
│       Teh Frog.spc
│
├───Errors
│       lordquackstar150201.ERR
│
├───maps
│   â”‚   (0)CycloneUNLIMITED.scm
│   â”‚   (0)Jungle RumbleUNLIMITED.scm
│   â”‚   (0)TestStack.scm;
│   â”‚   (2)Bottleneck.scm
│   â”‚   (2)Boxer.scm
│   â”‚   (2)Challenger.scm
│   â”‚   (2)River Crossing.scm
│   â”‚   (2)Road War.scm
│   â”‚   (2)Space Madness.scm
│   â”‚   (2)The Small Divide.scm
│   â”‚   (2)Volcanis.scm
│   â”‚   (3)Holy Ground.scm
│   â”‚   (3)Meltdown.scm
│   â”‚   (3)Three Kingdoms.scm
│   â”‚   (3)Triumvirate.scm
│   â”‚   (4)Alpha Draconis.scm
│   â”‚   (4)Blood Bath.scm
│   â”‚   (4)Bridge Too Near.scm
│   â”‚   (4)Cyclone.scm
│   â”‚   (4)Dark Crystal.scm
│   â”‚   (4)Dark Star.scm
│   â”‚   (4)Lost Civilization.scm
│   â”‚   (4)Nightmare Station.scm
│   â”‚   (4)Opposing City States '98.scm
│   â”‚   (4)Orbital Relay.scm
│   â”‚   (4)Power Lines.scm
│   â”‚   (4)Ruins of the Ancients.scm
│   â”‚   (4)Tarsonis Orbital.scm
│   â”‚   (5)Diablo.scm
│   â”‚   (5)Island Hop.scm
│   â”‚   (5)Jeweled River.scm
│   â”‚   (5)Sherwood Forest.scm
│   â”‚   (6)Ground Zero.scm
│   â”‚   (6)Hidden Shrine.scm
│   â”‚   (6)New Gettysburg.scm
│   â”‚   (7)Continental Divide.scm
│   â”‚   (7)River War.scm
│   â”‚   (8)Bridge to Bridge '98.scm
│   â”‚   (8)Char Magma.scm
│   â”‚   (8)Homeworld.scm
│   â”‚   (8)Jungle Rumble.scm
│   â”‚   (8)Killing Fields.scm
│   â”‚   (8)Orbital Death.scm
│   â”‚   (8)Plains of Snow '98.scm
│   â”‚   (8)River Runs Through It - .scm
│   â”‚   (8)River Runs Through It.scm
│   â”‚   (8)Station Unrest.scm
│   â”‚   (8)The Hunters.scm
│   â”‚   backupDB.scmdDB
│   â”‚   Scm3347.tmp
│   â”‚   Scm5.tmp
│   â”‚
│   â”œâ”€â”€â”€BroodWar
│   â”‚       (2)Astral Balance.scm
│   â”‚       (2)Baby Steps.scm
│   â”‚       (2)Binary Burghs.scx
│   â”‚       (2)Breaking Point.scx
│   â”‚       (2)Crystallis.scm
│   â”‚       (2)Double Jeopardy.scm
│   â”‚       (2)Fire Walker.scm
│   â”‚       (2)Full Circle.scm
│   â”‚       (2)Ice Floes.scx
│   â”‚       (2)Isolation.scx
│   â”‚       (2)Midnight Lagoon.scx
│   â”‚       (2)Switchback.scm
│   â”‚       (2)Twisted Fate.scx
│   â”‚       (3)Ice Mountain.scx
│   â”‚       (3)Overlook.scm
│   â”‚       (3)Stepping Stones.scm
│   â”‚       (3)Trench wars.scx
│   â”‚       (3)Triad.scm
│   â”‚       (3)Triskelion.scx
│   â”‚       (4)Archipelago.scm
│   â”‚       (4)Arctic Station.scx
│   â”‚       (4)Boxed In.scm
│   â”‚       (4)Caldera.scm
│   â”‚       (4)Crescent Moon.scx
│   â”‚       (4)Cross the Line.scx
│   â”‚       (4)Desolation.scx
│   â”‚       (4)Dust Bowl.scx
│   â”‚       (4)Entanglement.scm
│   â”‚       (4)Eye of the Storm.scx
│   â”‚       (4)Frenzy.scm
│   â”‚       (4)Gladiator Pits.scm
│   â”‚       (4)Greener Pastures.scx
│   â”‚       (4)Heartwood.scm
│   â”‚       (4)Hot Zone.scx
│   â”‚       (4)Jungle Siege.scm
│   â”‚       (4)Kakaru Keys.scx
│   â”‚       (4)Lake Shore.scm
│   â”‚       (4)Landslide.scm
│   â”‚       (4)Mausoleum.scx
│   â”‚       (4)Molten Playground.scm
│   â”‚       (4)Nightfall.scx
│   â”‚       (4)No Way Out.scm
│   â”‚       (4)Orbital Gully.scm
│   â”‚       (4)Path of Sorrow.scx
│   â”‚       (4)Ramparts.scm
│   â”‚       (4)Red Canyons.scm
│   â”‚       (4)River Lethe.scx
│   â”‚       (4)Road to Nowhere.scm
│   â”‚       (4)Sanctuary.scx
│   â”‚       (4)Scorched Earth.scx
│   â”‚       (4)Shadowlands.scx
│   â”‚       (4)Shroud Platform.scm
│   â”‚       (4)Space Atoll.scm
│   â”‚       (4)Space Debris.scm
│   â”‚       (4)Spring Thaw.scx
│   â”‚       (4)Wasteland.scx
│   â”‚       (4)Water's Edge.scm
│   â”‚       (4)Waypoint Junction.scm
│   â”‚
│   â”œâ”€â”€â”€ReplayMaps
│   â”œâ”€â”€â”€replays
│   â”‚       2905745_1.rep
│   â”‚       Archie's Death - Carriers.rep
│   â”‚       Archie's Death - Carriers2.rep
│   â”‚       Archie, wtf is wrong with u.rep
│   â”‚       Destruction - @#2.rep
│   â”‚       EPICNESS.rep
│   â”‚       LastReplay.rep
│   â”‚       The Destruction of Archie.rep
│   â”‚
│   â””───save
│           Copy of OMFG TOWERS.mlx
│           JShit i didnt want to do.mlx
│           July 4th Save.mlx
│           July save.mlx
│           Leon being a jackass.mlx
│           Leon being an extrm jackass.mlx
│           Leon Vs Archie August #2.mlx
│           Leon Vs Archie August.mlx
│           Me  vs Comp.mlx
│           Me vs 3.mlx
│           OMFG PWNAGE!!!.mlx
│           OMFG Resouces 3.mlx
│           OMFG TOWERS.mlx
│           Resources Galore.mlx
│           Single Player Stupidity.mlx
│           UNLIMITED 2.mlx
│           UNLIMITED 3.mlx
│
├───mods
│       playrep.dll
│       playrep.exe
│       readme(CH).txt
│       readme(EN).txt
│
└───save
    ├───Jables
    │       =).snx
    │
    ├───teh Frog
    │       epic.sng
    │       Protoss.sng
    │
    └───Will
            game 1.snx
            game 2.snx
User avatar
TheLQ offline
Star Fighter
Star Fighter
 
Posts: 1648
Joined: Wed Feb 20, 2008 4:10 pm
Location: In my head, floating in space

Postby Tangent128 » Sun Sep 18, 2011 9:32 pm

You mean a treemap program like WinDirStat? http://windirstat.info/
(yeah, the cool links in my old sig died. :( A few nerdy newish projects are here. )
User avatar
Tangent128 offline
Star Fighter
Star Fighter
 
Posts: 1454
Joined: Tue Jun 27, 2006 1:32 pm
Location: Virginia

Postby TheLQ » Mon Sep 19, 2011 4:45 am

Tangent128 wrote:You mean a treemap program like WinDirStat? http://windirstat.info/


O_o , wow, that's an interesting program. Looks a lot more useful than the linux equivalent.
User avatar
TheLQ offline
Star Fighter
Star Fighter
 
Posts: 1648
Joined: Wed Feb 20, 2008 4:10 pm
Location: In my head, floating in space


Who is online

Users browsing this forum: No registered users and 30 guests