Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computer Certification > MCSE > OT: Infor for a Multi-Dim App

Reply
Thread Tools

OT: Infor for a Multi-Dim App

 
 
Dragon
Guest
Posts: n/a
 
      10-14-2004
Howdy,

I am looking for an explorer style application that might allow me to view
files from different ways.

For Example, I have the following file structure.

C:\User1\Acct\Books.xls
C:\User1\Acct\Cats.xls
C:\User1\Purch\File1.doc
C:\User2\Acct\Books22.xls
C:\User2\Acct\Cats55.xls

I know I can go through the file structure and look at the file for each
user in the Acct folder. What I also want is to be able to attach files to a
virtual folder so I can simply type c:\Acct (or something similar) and see
all 4 accounting files. I guess you could say I am looking for a way to
group files other than the folder structure.

Any ideas?

TIA

Dragon


 
Reply With Quote
 
 
 
 
catwalker63
Guest
Posts: n/a
 
      10-14-2004
"Dragon" <> prattled ceaslessly in
news::

> Howdy,
>
> I am looking for an explorer style application that might allow me to
> view files from different ways.
>
> For Example, I have the following file structure.
>
> C:\User1\Acct\Books.xls
> C:\User1\Acct\Cats.xls
> C:\User1\Purch\File1.doc
> C:\User2\Acct\Books22.xls
> C:\User2\Acct\Cats55.xls
>
> I know I can go through the file structure and look at the file for
> each user in the Acct folder. What I also want is to be able to attach
> files to a virtual folder so I can simply type c:\Acct (or something
> similar) and see all 4 accounting files. I guess you could say I am
> looking for a way to group files other than the folder structure.
>
> Any ideas?
>
> TIA
>
> Dragon
>
>
>


Yeah, change your file structure and put all the files in the same
folder. <eg>

--
Catwalker
aka Pu$$y Feet
BS, MCP

"Definitely not wearing any underwear."
 
Reply With Quote
 
 
 
 
kpg
Guest
Posts: n/a
 
      10-14-2004
"Dragon" <> wrote in message
news:...
># Name resolution details: file://c:\temp\150078.htm (10/14/2004 4:51:38
>PM) #
> Howdy,
>
> I am looking for an explorer style application that might allow me to view
> files from different ways.
>
> For Example, I have the following file structure.
>
> C:\User1\Acct\Books.xls
> C:\User1\Acct\Cats.xls
> C:\User1\Purch\File1.doc
> C:\User2\Acct\Books22.xls
> C:\User2\Acct\Cats55.xls
>
> I know I can go through the file structure and look at the file for each
> user in the Acct folder. What I also want is to be able to attach files to
> a virtual folder so I can simply type c:\Acct (or something similar) and
> see all 4 accounting files. I guess you could say I am looking for a way
> to group files other than the folder structure.
>
> Any ideas?
>
> TIA
>
> Dragon
>


No. But the syntax would be c:\*\acct\*.*



This would be an easy little program to write as a command line util and
just a little harder for an 'explorer' type app (depending on the B&W)

kpg

 
Reply With Quote
 
Consultant
Guest
Posts: n/a
 
      10-15-2004
dfs?


"Dragon" <> wrote in message
news:...
> Howdy,
>
> I am looking for an explorer style application that might allow me to view
> files from different ways.
>
> For Example, I have the following file structure.
>
> C:\User1\Acct\Books.xls
> C:\User1\Acct\Cats.xls
> C:\User1\Purch\File1.doc
> C:\User2\Acct\Books22.xls
> C:\User2\Acct\Cats55.xls
>
> I know I can go through the file structure and look at the file for each
> user in the Acct folder. What I also want is to be able to attach files to
> a virtual folder so I can simply type c:\Acct (or something similar) and
> see all 4 accounting files. I guess you could say I am looking for a way
> to group files other than the folder structure.
>
> Any ideas?
>
> TIA
>
> Dragon
>



 
Reply With Quote
 
kpg
Guest
Posts: n/a
 
      10-15-2004
"Consultant" <> wrote in message
> dfs?


awesome

 
Reply With Quote
 
Dragon
Guest
Posts: n/a
 
      10-15-2004
hmm, not for single systems on a daily basis.Too many files changing.

I think this is suppose to be feature of Longhorn (unless they have taken it
out).

"Consultant" <> wrote in message
news:...
> dfs?
>
>
> "Dragon" <> wrote in message
> news:...
>> Howdy,
>>
>> I am looking for an explorer style application that might allow me to
>> view files from different ways.
>>
>> For Example, I have the following file structure.
>>
>> C:\User1\Acct\Books.xls
>> C:\User1\Acct\Cats.xls
>> C:\User1\Purch\File1.doc
>> C:\User2\Acct\Books22.xls
>> C:\User2\Acct\Cats55.xls
>>
>> I know I can go through the file structure and look at the file for each
>> user in the Acct folder. What I also want is to be able to attach files
>> to a virtual folder so I can simply type c:\Acct (or something similar)
>> and see all 4 accounting files. I guess you could say I am looking for a
>> way to group files other than the folder structure.
>>
>> Any ideas?
>>
>> TIA
>>
>> Dragon
>>

>
>



 
Reply With Quote
 
Dragon
Guest
Posts: n/a
 
      10-15-2004
Very true.

You could probably create a cmd file and leave it to run whenever you want.
The only problem I see if with having multiple grouping. You file structure
may not always be same for every user. So it might be nice to simply right
click on the file, Add to Group, Select an existing group or create a new
one. This way you can simply see all the files that are part of a group. I
guess similar to how you can group contacts in outlook.

"kpg" <> wrote in message
news:%...
> "Dragon" <> wrote in message
> news:...
>># Name resolution details: file://c:\temp\150078.htm (10/14/2004 4:51:38
>>PM) #
>> Howdy,
>>
>> I am looking for an explorer style application that might allow me to
>> view files from different ways.
>>
>> For Example, I have the following file structure.
>>
>> C:\User1\Acct\Books.xls
>> C:\User1\Acct\Cats.xls
>> C:\User1\Purch\File1.doc
>> C:\User2\Acct\Books22.xls
>> C:\User2\Acct\Cats55.xls
>>
>> I know I can go through the file structure and look at the file for each
>> user in the Acct folder. What I also want is to be able to attach files
>> to a virtual folder so I can simply type c:\Acct (or something similar)
>> and see all 4 accounting files. I guess you could say I am looking for a
>> way to group files other than the folder structure.
>>
>> Any ideas?
>>
>> TIA
>>
>> Dragon
>>

>
> No. But the syntax would be c:\*\acct\*.*
>
>
>
> This would be an easy little program to write as a command line util and
> just a little harder for an 'explorer' type app (depending on the B&W)
>
> kpg
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Quote pictures & infor bajagu Digital Photography 0 01-10-2008 02:28 AM
Some infor on the 1721 router ELVIN J Cisco 3 12-07-2004 01:32 AM
infor@mcse mohamed rafi MCSE 3 11-19-2004 02:38 AM
Re: [Infor.] The Last Samurai John Doe Computer Support 0 09-15-2003 03:08 PM
Re: Need some infor on MCSE Lisa Duchovny MCSE 8 07-30-2003 02:54 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57