473,379 Members | 1,278 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,379 software developers and data experts.

win32 shell extension (virtual drive)

Hi there

I'm looking for a simple solution of a win32 shell extension (virtual
drive).

It should make available a new drive with letter, which will be
read-only. Instead of a network drive or similar it then should query a
server application for directory/file listing.

Would be nice to have a lib or similar for that.

Any hints??

tizi

Jul 18 '05 #1
3 3678
Not much help... but the place to be looking is in the win32 api.
You'll then need to see if the functionality is already exposed in the
win32 extensions by Mark Hammond - if not you can use ctypes to access
it. The ctypes mailing list might be a useful place to ask questions -
but it's not something I can help with... although if someone feels
like writing a tutorial it's a subject I would be very interested in...

Regards,

Fuzzy
http://www.voidspace.org.uk/python/index.shtml.

Jul 18 '05 #2
There's an example shell extension in the Pywin32 demos
that creates a pseudo-folder whose contents are determined by
python code. Take a look at
\win32comext\shell\demos\servers\shell_view.py.
However, I don't think it qualifies as 'simple' ;)

Roger

"Tiziano Bettio" <t.******@transnorm.ch> wrote in message
news:ma*************************************@pytho n.org...
Hi there

I'm looking for a simple solution of a win32 shell extension (virtual
drive).

It should make available a new drive with letter, which will be
read-only. Instead of a network drive or similar it then should query a
server application for directory/file listing.

Would be nice to have a lib or similar for that.

Any hints??

tizi



----== Posted via Newsfeeds.Com - Unlimited-Uncensored-Secure Usenet News==----
http://www.newsfeeds.com The #1 Newsgroup Service in the World! >100,000 Newsgroups
---= East/West-Coast Server Farms - Total Privacy via Encryption =---
Jul 18 '05 #3
Tiziano Bettio <t.******@transnorm.ch> wrote:

I'm looking for a simple solution of a win32 shell extension (virtual
drive).

It should make available a new drive with letter, which will be
read-only. Instead of a network drive or similar it then should query a
server application for directory/file listing.


Creating a new virtual folder with a shell extension is easy. Creating a
new drive letter requires that you write a file system driver, something
that (A) must be written in C, (B) requires the expensive "installable file
system kit" from Microsoft, and (C) no human being really wants to do.
--
- Tim Roberts, ti**@probo.com
Providenza & Boekelheide, Inc.
Jul 18 '05 #4

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

Similar topics

3
by: Jane Austine | last post by:
I need to control a command line program via python. I first tried popen2 and 3 but I couldn't find a way to talk to the subprocess interactively; that is, read some and then write some, and...
2
by: bbxrider | last post by:
for win2k adv server/iis5.0 trying to run an external program from my asp routine that has multiple parameters, see following set shell = server.createobject("wscript.shell") shell.Run...
1
by: Thomas W | last post by:
Well, is it possible to write Win32 shell extension in python? I want to create a virtual folder ( like gmailfs ) to serve files from a http-server ( and no, I cannot use webdav ) so that users can...
0
by: Chaz Bocock | last post by:
Hi guys, I have one of the new Portable Media Centers that has a built-in HD. When you plug it in on the USB it adds a Shell Namespace Extension folder to "My Computer" called "Zen Portable...
5
by: gjuro kladaric | last post by:
it was not possible to make a shell extension from within VB2003, I believe has anything changed since then, can I (easily) write a VB code that would function as a shell extension thank you ...
3
by: James Stroud | last post by:
Hello All, I am helping someone write a python script to run their DOS application through an SSH terminal. It seems that this program wants to access a DOS shell and send output there. If...
6
by: Pieter | last post by:
Hi, I'm trying to use the Edanmo Shell Extension Library (http://www.mvps.org/emorcillo/en/code/shell/shellextensions.shtml) to make a Context Menu in the Windows Explorer with VB.NET 2005. It...
8
by: Mike | last post by:
Am trying to open a Microsoft Word .doc file using Access 2000 with Shell function (on Windows XP Operating system) Here is the code : Shell "C:\Program Files\Microsoft...
7
by: Timothy Madden | last post by:
Hello I would like to use php-cli as a sort of shell scripting language or generic scripting language. I have php 5.2 on WindowsXP and I would like to call Win32 API functions like...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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...

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.