The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
851 views

C# Openning folder in network drive using username, password, domain

using C# i tried to access a network drive and tried to opening folder there ProcessStartInfo psi = new ProcessStartInfo(); psi.UserName = username; ...
0
votes
0answers
125 views

Google Drive SSO on VDI

Had a question for you folks. We are looking to deploy the Google Drive desktop client to thin clients running vmware around our school. Deploying is not the problem since we have the desktop client ...
0
votes
2answers
566 views

How to access network drive php without mapping

I am trying to access a network computer's C drive. Using PHP code. I have username and password for that network pc. I am able to access it using windows explorer the path i used is ...
1
vote
1answer
109 views

Azure: Best Practice to use a framwork/SDK (with .dll) in a work role

I want to use GDal/OGR in a work role on Azure. To use OGR class and methods I have to configure EnvironmentVariable in my WorkerRole and be able to acces to my "OGR directory". How deploy this ...
0
votes
0answers
77 views

google storage REST API for storage usage/quota info

how to get user's storage usage/quota/free space information using REST API?
1
vote
2answers
474 views

execute a bat file using php installed in different drive

when I run exec('C:\execute\batfile.bat'); it works when my xampp is installed in C: but when I move my codes in another server the xampp there is installed in D: so my code ...
0
votes
1answer
156 views

Google Docs / drive Comment and Tagging API

Does anyone know if the Google Docs API supports commenting. I am trying to build an app that allows me to add comments and tagging to files on gdrive? Thanks... Any tips and or advice would be ...
4
votes
4answers
3k views

How to use Google Drive in a Java Desktop app?

I am dealing with mobile and desktop applications. I am trying to use Google Drive as a permanent storage folder. Unfortunately I am at a loss because I cannot find any examples. Can someone point ...
1
vote
1answer
58 views

Can I develop Google Drive app with Java1.4?

I am developing one app which run at java 1.4 envirment. And i know that Google Drive sdk is released in Java1.5 or 1.6. Could you tell me a method to resolve the above problem.
0
votes
1answer
90 views

Saving one file to two folders

In the Google Docs format, I could save one file to two (or more) folders by checking multiple boxes. Now that I've switched to Google Drive, I find that the files that were already in more than one ...
5
votes
2answers
1k views

Google Drive and Docs API

I am curious to know with the release of Google Drive, is Docs API will be obsolete? My understanding is only way to see your documents is by using Docs API as Drive API only gives access to the ...
0
votes
0answers
18 views

Resource shared with a user not appearing in his documentlist

I added a google-user to a collection, through the API. When I open docs.google.com and open the permissions for that collection, said user is displayed with the permissions I set for him. However, ...
0
votes
2answers
113 views

How to install MSVS (Microsoft Visual Studio) 2008 Express to C: and D: drives (not to C: D: E: as it offers)

I have drives C: and D: which are backed up regularly. E: is not backed up, but it has most free space (120 Gb instead of 80 Gb on D:). When I specified path D:\Program Files... installing C# from ...
1
vote
2answers
756 views

How to map /proc/bus/usb/devices entry to a /dev/sdX device?

I need to know how I can figure out to which entry in /proc/bus/usb/devices a /dev/sdX device maps to. Basically, I need to know the vendor id and product id of a given USB stick (which may not have ...
0
votes
1answer
79 views

How to put an indicator of whether a drive is almost full in an ASP .NET Datalist?

I'm working with datalists and this particular datalist I'm currently working on retrieves data from a database. It queries the drives of a particular PC in the database, and shows its Total and free ...
0
votes
1answer
816 views

import PHP data into Google Spreadsheet (refresh automatically)

I use a external webservice which allow me to download my data via php (the link is a .php, the download file is a .csv) I need to add this data to a Google Spreadsheet. And then to refresh ...
0
votes
4answers
2k views

How to get drive information by volume id

I have a txt file with volume id's in it. I need to get drive info (drive letter, drive size, etc.) from the drive volume id (Windows): the volume id is in the following format: ...
0
votes
1answer
2k views

Batch file and variable USB drive letters

I'm trying to create a backup batch file to automate Acronis True Image and backup maintenance. The USB drive letter changes depending on which machine I'm backing up and /or how many devices are ...
0
votes
1answer
391 views

How do I check if a Visual C++ argument is a valid drive letter?

Like the title says, I have a C++ program and the user passes in an argument. I want to validate whether the argument passed is a valid DOS/Windows drive letter (i.e. C:. D:. E:) and that the drive ...
0
votes
1answer
264 views

network map drive not accessible

I am having a VC++ exe which calls network map drive with alphabet name "M" (M: \server-ip\sharename). Based on the business, it copies some files to the network shared folder and it is working fine. ...
1
vote
2answers
329 views

External Drive Letter - Backup

I am writing a PowerShell script that will back up several folders from my Vista drive to an external USB drive, using robocopy. Windows does not guarantee that it will always assign the same drive ...
0
votes
1answer
173 views

Finding out which drive was booted in x86 bootloader

I'm writing a game bootloader for x86. At one point, early in the booting, I need to load some sectors from my boot drive into memory. I do this with interrupt 0x13 (ah=02), and when I try it in my ...
0
votes
1answer
392 views

Refresh expired SAML Token for Sharepoint

I am using Map Network Drive in Windows Explorer to add a Sharepoint folder. This link is supposed to be valid for the lifetime of the security token that Sharepoint returns. When the token expires, ...
0
votes
1answer
479 views

Flash drive to store Eclipse, ADT, Android SDK and projects

I'm on a hunt for a flash drive to store Eclipse with ADT, the Android SDK and a few projects to bring to school, since their computers dont allow me to install Eclipse. I want it to support USB 3.0 ...
0
votes
2answers
145 views

Exception to ComboBox

I am looking for a way to remove the physical disk 0 when the aquisition of the list of device on the computer. the command executed is as follows: ManagementObjectSearcher mosDisks = new ...
0
votes
1answer
435 views

How to have the drive letter, with the device ID on Windows7

I am a beginner in programming, so don't be rude ^^.. I'm developing a programme which will use to manage mass storage device. On Windows Xp and Windows 7. I' have already done the XP's manager. ...
2
votes
4answers
1k views

Backup Hard Drive and USB Device to img or iso file [C#]

I seek a way to copy the raw data. Specifically, I seek a way to clone a removable disk, and another hard drive to an image file (ISO, IMG, ...), so you can re-use on another computer through ...
-1
votes
1answer
3k views

Hashes: Whirlpool vs RIPEMD-160 vs SHA-512 [closed]

I want to use Truecrypt to encryt my whole system drive. I've settled on AES for encryption, but I don't know which hash algorithm to go for. Which is faster, Whirlpool, RIPEMD-160 or SHA-512? Which ...
2
votes
2answers
169 views

Are A and B drives reserved by Windows?

I am doing a hard disk scan in my program, and I remember the bad old days when scanning B drive would freeze my machine. Can I skip A and B drives for those users that still have floppies? Are A or B ...
1
vote
1answer
287 views

Trying to write a comprehensive method to determine Windows drive type using C++

I've come across a ton of unmanaged C++/MFC examples of people trying to determine the type of a drive by its DOS path, but there seems to be a lot of confusion over how it should be done. So I'm ...
0
votes
1answer
445 views

SMB and Python with Mapped Drive

I'm building a system of apps that listen for files dumped into a folder shared on a smb shared drive. I've mounted the smb drives to the machine, shouldn't I be able to do a simple file.open()? ...
2
votes
2answers
171 views

A solution for unready drives in vb6

I need a better solution for handling unready drives and want to be able to see and change files in my rw-drive. Unfortunately it always gives drive unready error and the only thing that I can do is ...
0
votes
1answer
302 views

Programmatically Find Out Type of Mounted Drive - Mac OSX

It doesn't seem that DiskArbitration framework provides a way to find out the device type (network drive, external drives, etc). Is there any other way to programmatically figure out the type of a ...
4
votes
2answers
198 views

Windows API to map an application as a drive

This is probably an odd question, but are there any Windows APIs that allow an application to behave like a mapped drive or physical drive? For example when you navigate to the "drive" in Windows ...
4
votes
3answers
2k views

Java: how to determine the type of drive a file is located on?

Is there a platform-independent way with Java to detect the type of drive a file is located on? Basically I'm interested to distinguish between: hard disks, removable drives (like USB sticks) and ...
0
votes
1answer
319 views

How can I create a virtual disk (letter, share, etc.) on Windows using Java?

I'm looking at trying a project for class and as part of it I will need to create a "disk" to allow users to write some files (e.g. a RAM disk). I've used various languages, but I'm most familiar with ...
0
votes
2answers
198 views

Need to build/publish WPF app that only runs from USB Flash Drive

I am building a small WPF application that will be distributed/sold on a USB Flash drive. The application will run from the flash drive and all data entered will be stored on the flash drive. I have ...
0
votes
1answer
105 views

How to route RabbitMQ messages to RAM node instead of directly storing them on Disk node

RabbitMQ by default stores the messages Disk node. Is there any option to route the messages to RAM node instead of directly storing them on the disk node? It is bit urgent. Please suggest me. ...
0
votes
3answers
289 views

Jquery works on one domain, not the other - with *identical* code

I'm using the Dynamic Drive Jquery image magnifier in my page http://www.dynamicdrive.com/dynamicindex4/imagemagnify.htm. I have the page loaded on two seperate domains - the HTML is identical and ...
3
votes
3answers
613 views

How to get file physical location on hard drive

I want to make a file shedder to completely delete a file, by writting zeros to its physical areas. Files may be stored on hard drive in pieces, not always in a whole block. When I say physical ...
0
votes
2answers
308 views

ODBC/DSN mapped drive with php

I am actually trying to connect to a .mdb Database with ODBC per PHP. On my localhost it works great, but when transferred to my mapped server it isn't anymore. I know, it is a problem of UNC and ...
1
vote
1answer
992 views

PHP's exec() can't access network drive

In PHP, I list some file by calling exec("dir ..."). However, this strangely works only on local drives. On network drives it has non-zero result status code and no results are returned. I run Apache ...
1
vote
3answers
633 views

Detect network drive mount wmi

How to detect network drive mount event using wmi ? I'm mainly interested i something like Win32_VolumeChangeEvent just for network drives. _eventWatcher = new ManagementEventWatcher("SELECT * FROM ...
1
vote
3answers
896 views

Is Excel-driven testing possible through selenium?

Sahi allowed me to enter the desired functions into a spreadsheet and then it would run those functions. Different combinations would result in different scenarios.Can i do something similar using ...
8
votes
1answer
1k views

Detect drive mount event in c#

How to catch an event when a new drive is added to My Computer and preferably and when new mount point for some drive is created on a NTFS drive? I figued out this but it doesn't work on mounted ...
0
votes
1answer
361 views

Android, hook mount as flash drive

There are way for: On USB connect to PC (or other flash drive reader) - hook process and allow access only specified files and folder on android (custom store)?
0
votes
3answers
562 views

BASH Unmount multiple drives

I am working on a local login script for some Macintosh clients. I would like to unmount a number of drives on the machine prior to attempting to mount them again, similar to what I do on Windows ...
1
vote
2answers
306 views

How do I delete svn tagged versions from server and keep them in the repository?

I've taken over a web application that is using Subversion. When the code is released, a tag is created in the repository, and then the 'svn update' command is used on the server to bring the release ...
2
votes
2answers
305 views

Can not access sub directories without '\' (backward slash) in C#

I had a bizarre situation when try to access the sub directories of my c: drive: first I tried the following code, the output was 0 (zero): MessageBox.Show(new ...
0
votes
1answer
49 views

Identify that there is a disc in the drive

Sometimes when we double click on a USB drive in Windows File Explorer there is a message "There is no disc in the drive". I want to identify this issue in my application prior to reading any file on ...

1 3 4 5 6 7