Warning

 

Close
Confirm Action

Are you sure you wish to do this?

Cancel Confirm
AR15.COM
3/29/2008 2:11:36 PM EDT
OK who here is a windows guru?

How do you change the folder vier in a group of folders in a folder?

ie. I have all of my pictures in one folder. IN that folder I have a bunch of folders. I want all of the folders in that one folder to show thumbnail view and only those folders in that one folder. I thought i knew how and I changed my whole computer to show all folders in thumbnail...


HELP


3/29/2008 2:26:25 PM EDT
[#1]
IBPCRCTH
3/29/2008 3:23:36 PM EDT
[#2]
What OS?
3/29/2008 4:47:55 PM EDT
[#3]

Quoted:
What OS?


I'm guessing HP-UX or DOS 6.22.
3/29/2008 4:51:28 PM EDT
[#4]
XP
3/29/2008 5:27:10 PM EDT
[#5]
Double or single hung?
3/29/2008 11:20:59 PM EDT
[#6]
If you figure it out... Apply Here!
3/29/2008 11:37:01 PM EDT
[#7]

Quoted:
OK who here is a windows guru?

How do you change the folder vier in a group of folders in a folder?

ie. I have all of my pictures in one folder. IN that folder I have a bunch of folders. I want all of the folders in that one folder to show thumbnail view and only those folders in that one folder. I thought i knew how and I changed my whole computer to show all folders in thumbnail...
www.warrifles.com/forums/images/smilies/rant.gif

HELP




Let me get this straight. You want to view thumbnails in your picture folder, but a different view, such as detail, in the other folders?  And all of this is on WinXP?
I'm good with computers, but I need tounderstand properly.
3/29/2008 11:41:41 PM EDT
[#8]
Tannerite.  
3/29/2008 11:47:44 PM EDT
[#9]

Quoted:
OK who here is a windows guru?

How do you change the folder vier in a group of folders in a folder?

ie. I have all of my pictures in one folder. IN that folder I have a bunch of folders. I want all of the folders in that one folder to show thumbnail view and only those folders in that one folder. I thought i knew how and I changed my whole computer to show all folders in thumbnail...
www.warrifles.com/forums/images/smilies/rant.gif

HELP





Right Click on that folder...
Choose Properties
Go to the Customize Tab
On the Type of folder, Pick "Pictures"
Checkmark the box that says "Apply to all subfolders"
Hit OK

I THINK by default, designated "picture" folders use Thumbnail view... Checking the "apply to all subfolders" should push that setting to all child folders in the parent.

If that is what your asking...


If you change the view on any folder, your system SHOULD remember that setting.  So say you have a music folder, and you want to see the "detail" view, right click, choose "View -> Detail", it should always show that view for that folder.  If you drill down to the next subfolder it may show a different view, but when you go back up, it should view the parent folder to whatever you sent (until you change it)...

I'm not sure I'm explaining that very well....  Soooo Good luck!
3/30/2008 12:13:34 AM EDT
[#10]
Try:

shutdown -h now

-or-

system poweroff
3/30/2008 9:16:13 AM EDT
[#11]

Quoted:
Try:

shutdown -h now

-or-

system poweroff



 It's XP



shutdown -?


Usage: shutdown [/i | /l | /s | /r | /g | /a | /p | /h | /e] [/f]
   [/m \\computer][/t xxx][/d [p|u:]xx:yy [/c "comment"]]

   No args    Display help. This is the same as typing /?.
   /?         Display help. This is the same as not typing any options.
   /i         Display the graphical user interface (GUI).
              This must be the first option.
   /l         Log off. This cannot be used with /m or /d options.
   /s         Shutdown the computer.
   /r         Shutdown and restart the computer.
   /g         Shutdown and restart the computer. After the system is
              rebooted, restart any registered applications.
   /a         Abort a system shutdown.
              This can only be used during the time-out period.
   /p         Turn off the local computer with no time-out or warning.
              Can be used with /d and /f options.
   /h         Hibernate the local computer.
              Can be used with the /f option.
   /e         Document the reason for an unexpected shutdown of a computer.
   /m \\computer Specify the target computer.
   /t xxx     Set the time-out period before shutdown to xxx seconds.
              The valid range is 0-600, with a default of 30.
              Using /t xxx implies the /f option.
   /c "comment" Comment on the reason for the restart or shutdown.
              Maximum of 512 characters allowed.
   /f         Force running applications to close without forewarning users.
              /f is automatically set when used in conjunction with /t xxx.
   /d [p|u:]xx:yy  Provide the reason for the restart or shutdown.
              p indicates that the restart or shutdown is planned.
              u indicates that the reason is user defined.
                if neither p nor u is specified the restart or shutdown is unplanned.

              xx is the major reason number (positive integer less than 256).
              yy is the minor reason number (positive integer less than 65536).


Reasons on this computer:
(E = Expected U = Unexpected P = planned, C = customer defined)
Type    Major   Minor   Title

U      0       0       Other (Unplanned)
E       0       0       Other (Unplanned)
E P     0       0       Other (Planned)
U      0       5       Other Failure: System Unresponsive
E       1       1       Hardware: Maintenance (Unplanned)
E P     1       1       Hardware: Maintenance (Planned)
E       1       2       Hardware: Installation (Unplanned)
E P     1       2       Hardware: Installation (Planned)
 P     2       3       Operating System: Upgrade (Planned)
E       2       4       Operating System: Reconfiguration (Unplanned)
E P     2       4       Operating System: Reconfiguration (Planned)
 P     2       16      Operating System: Service pack (Planned)
       2       17      Operating System: Hot fix (Unplanned)
 P     2       17      Operating System: Hot fix (Planned)
       2       18      Operating System: Security fix (Unplanned)
 P     2       18      Operating System: Security fix (Planned)
E       4       1       Application: Maintenance (Unplanned)
E P     4       1       Application: Maintenance (Planned)
E P     4       2       Application: Installation (Planned)
E       4       5       Application: Unresponsive
E       4       6       Application: Unstable
U      5       15      System Failure: Stop error
E       5       19      Security issue
U      5       19      Security issue
E P     5       19      Security issue
E       5       20      Loss of network connectivity (Unplanned)
U      6       11      Power Failure: Cord Unplugged
U      6       12      Power Failure: Environment
 P     7       0       Legacy API shutdown

3/30/2008 9:52:49 AM EDT
[#12]
#
DECLARE SUB GetWords (st$, wds%)
#

#
st$ = "Hello my name is John Doe"
#
IF RIGHT$(st$, 1) <> " " THEN st$ = st$ + " "
#
FOR k% = 1 TO LEN(st$)
#
IF MID$(st$, k%, 1) = " " THEN words% = words% + 1
#
characters% = characters% + 1
#
NEXT
#
PRINT "total characters="; characters%
#
PRINT "total words="; words%
#

#

#
xst$ = "Hello my name is John Doe"
#
GetWords xst$, words%
#
PRINT "words= "; words%
#

#
SUB GetWords (st$, wds%)
#
IF RIGHT$(st$, 1) <> " " THEN st$ = st$ + " "
#
FOR k% = 1 TO LEN(st$)
#
IF MID$(st$, k%, 1) = " " THEN words% = words% + 1
#
characters% = characters% + 1
#
NEXT
#
'print "total characters=";characters%
#
'print "total words=";words%
#
wds% = words%
#
END SUB
3/30/2008 11:40:10 AM EDT
[#13]
What a bunch of nerds.
3/30/2008 1:38:23 PM EDT
[#14]

Quoted:
Double or single hung?


Why are you dragging K0ter, and MACKUSMC into this?