Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
400 views

Getting command line output in VBScript (without writing to files)

I'm using VBScript, and my goal is to be able to substitute a drive letter for a path of my choosing. I need the D drive, and if it's not available I need to check if it's already mapped to the right ...
1
vote
4answers
96 views

how to map a software as a Drive?

I am trying to create a software like Ibackup.com. However, I am not sure how to make the software so that it'll map as a local Harddrive. And i am not sure where to start researching on this. ...
1
vote
3answers
3k views

How can I get a drive list from a batch file?

I'm trying to get a list of all my mapped drives for a system upgrade and would like to get this info via a batch file. How can I do this? For Bonus points: How can I script the mapping of these ...
0
votes
1answer
44 views

how to map on a local pc from a server using php

I am working on a project that will enable user to launch tools from a webpage. the page is designed using php. I have WAMP server installed on the my PC and I can click a button to create and write a ...
0
votes
1answer
335 views

WNetAddConnection2 returns 1219

I am using WNetAddConnection2 and WNetCancelConnection2 to map or unmap drives. What i am trying to do is as follows: I mapped a folder(eg:Folder1) on server(eg:myserver). so the path is ...
0
votes
1answer
408 views

Adding a mapped drive with WNetAddConnection2 is not accessible

I'm trying to map a drive using WNetAddCOnnection2 but there's something not quite right. The code that I am using from pinvoke.net and seems to work at first. If I am stepping through the code I ...