473,396 Members | 2,010 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

simple question but causing headaches?

Probably a simple question to most of you but I have been googling,
searching, trying, reading, swearing and cursing for two hours
now..............

Can I (and if yes, how) open a folder on my computer from a html?

I have a CD that has a folder /texts.
I would like a link to that folder so that it opens in Explorer so that
I can copy files from it.
I can get it to open in a kind of webpage but then I can only click one
file at a time. If I were to be able to open that folder with explorer
I would be able to select multipleof those documents and copy them to
my harddrive.

It sounds so simple but how do I do this?????

May 10 '06 #1
5 1300
Henrootje wrote:
Probably a simple question to most of you but I have been googling,
searching, trying, reading, swearing and cursing for two hours
now..............

Can I (and if yes, how) open a folder on my computer from a html?

I have a CD that has a folder /texts.
I would like a link to that folder so that it opens in Explorer so that
I can copy files from it.
I can get it to open in a kind of webpage but then I can only click one
file at a time. If I were to be able to open that folder with explorer
I would be able to select multipleof those documents and copy them to
my harddrive.


file:///C:/Documents%20and%20Settings/user/my%20documents/ [change as
appropriate]

Remember to use the %20 instead of space. Microsoft lets their file
names have spaces in them but no one else does. Quite annoying.

--
Brian O'Connor (ironcorona)
May 10 '06 #2
ironcorona wrote:
Henrootje wrote:
Probably a simple question to most of you but I have been googling,
searching, trying, reading, swearing and cursing for two hours
now..............

Can I (and if yes, how) open a folder on my computer from a html?

I have a CD that has a folder /texts.
I would like a link to that folder so that it opens in Explorer so that
I can copy files from it.
I can get it to open in a kind of webpage but then I can only click one
file at a time. If I were to be able to open that folder with explorer
I would be able to select multipleof those documents and copy them to
my harddrive.


file:///C:/Documents%20and%20Settings/user/my%20documents/ [change as
appropriate]


And I should probably mention that you should just treat it like any
other URI so to create a link to it

<a href="file:///C:/Documents%20and%20Settings/user/my%20documents/">My
Documents</a>

--
Brian O'Connor (ironcorona)
May 10 '06 #3
That works like a charm. In Internet Explorer.........
Firefox opens it as a kind of HTML page...

Nop prob, the receivers will all be using Internet Explorer and I'll
put a warning in the text that they should open it with Iexplore

May 11 '06 #4
Henrootje wrote:
That works like a charm. In Internet Explorer.........
Firefox opens it as a kind of HTML page...


Yes. Internet Explorer and the Windows Explorer are very integrated (if
not the same thing) so IE has a way to graphically mark up information
in your own computer and give it all that file manager functionality. I
*think* Konqueror can do the same thing.

There's no reason that FF couldn't do it too except for the fact that
it's a browser. not a file manager.

ps. you should quote the relevant text when replying to a posting
http://www.safalra.com/special/googlegroupsreply/

--
Brian O'Connor (ironcorona)
May 11 '06 #5
Thnx Brian

May 11 '06 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: gwaddell | last post by:
I have an Access XP ADE application connected to a SQL Server 7.0 SP4 database. I have created a timestamp column in the main table. Unfortunately, I am now getting persistent write conflict...
3
by: kirk g | last post by:
When I run the following code: OleDbConnection conn = new OleDbConnection( @"Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\moneymakin.mdb"); String stmt = "INSERT INTO Person (FirstName,...
10
by: Jason | last post by:
Hi, I have a few million data items being received by my program and I wish to store them in a list, with each item being inserted in any position in the list. Any performance tips so that my...
8
by: Bshealey786 | last post by:
Okay im doing my final project for my first computer science class(its my major, so it will be my first of many), but anyway im a beginner so im not to great with C++ yet. Anyway this is the error...
10
by: pvdg42 | last post by:
Two installations of VS 2005 Pro RTM. Same symptom with both. Simple Win32 Console application compiles fine, but when I attempt to run (with or without debugging), message appears: failed to find...
2
by: Brad | last post by:
Where is the connection string stored for a simple Crystal Report Application. What I am trying to do is: 1. Create a simple report from a Firebird database using an ODBC connection 2. Need to...
176
by: nw | last post by:
Hi, I previously asked for suggestions on teaching testing in C++. Based on some of the replies I received I decided that best way to proceed would be to teach the students how they might write...
1
by: Tim Roberts | last post by:
Ethan Furman <ethan@stoneleaf.uswrote: More than that, the brackets are CAUSING this problem. The "%" formatting operator expects to find either a single item, or a tuple containing multiple...
5
TheServant
by: TheServant | last post by:
Hey guys, I am trying to generate a table automatically, but I am having headaches using foreach loops: $raw_user_rankings = mysql_query("SELECT user_id, user_name, user_clan_id, user_pop,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.