topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Monday March 18, 2024, 10:07 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: Virtual Drive/Folder on computer that lets you run remote softwares?  (Read 7013 times)

snail02

  • Participant
  • Joined in 2008
  • *
  • default avatar
  • Posts: 48
    • View Profile
    • Donate to Member
Hi,
I recently came across Skydrive Explorer, which lets you store, copy, and delete files of upto 50 mb in size onto your Microsoft Skydrive's online storage. This is great, but it doesn't really let me 'open' the file. I could view an mp3 file as if it's in a local folder, but couldn't just play it with my media player - i would have to download it first fully, then work with it.

Is there a similar service/software which lets you not only do the above, but also lets you "run" the file in real time - sort of like streaming of an mp3 file, or running of a portable application, as if it was a file on your computer?
Thanks.

snail02

  • Participant
  • Joined in 2008
  • *
  • default avatar
  • Posts: 48
    • View Profile
    • Donate to Member
Re: Virtual Drive/Folder on computer that lets you run remote softwares?
« Reply #1 on: November 27, 2009, 12:02 AM »
bump..

f0dder

  • Charter Honorary Member
  • Joined in 2005
  • ***
  • Posts: 9,153
  • [Well, THAT escalated quickly!]
    • View Profile
    • f0dder's place
    • Read more about this member.
    • Donate to Member
Re: Virtual Drive/Folder on computer that lets you run remote softwares?
« Reply #2 on: November 27, 2009, 01:43 AM »
I doubt any free/cheap service will let you do this - whereas browsing remote storage can be done by coding a shell extension, which is relatively easy, being able to open/execute directly (without download-to-%temp% hacks) requires writing a redirection driver... which is substantial more work than a shell extension.
- carpe noctem

snail02

  • Participant
  • Joined in 2008
  • *
  • default avatar
  • Posts: 48
    • View Profile
    • Donate to Member
Re: Virtual Drive/Folder on computer that lets you run remote softwares?
« Reply #3 on: November 27, 2009, 08:23 AM »
ehm...whatever you said went over my head...

wraith808

  • Supporting Member
  • Joined in 2006
  • **
  • default avatar
  • Posts: 11,186
    • View Profile
    • Donate to Member
Re: Virtual Drive/Folder on computer that lets you run remote softwares?
« Reply #4 on: December 01, 2009, 09:03 AM »
Probably not, because it's a lot of work and quite complex, is the jist of it.

sri

  • Honorary Member
  • Joined in 2006
  • **
  • Posts: 689
    • View Profile
    • Sridhar Katakam
    • Read more about this member.
    • Donate to Member
Re: Virtual Drive/Folder on computer that lets you run remote softwares?
« Reply #5 on: December 01, 2009, 09:12 AM »
@snail02: Did you try Dropbox?

Same set of folders and files are stored on any of your computers where you have installed Dropbox and are running it.

The content remains both on their server and on your computer(s) locally so you can basically do anything w/ the files.
<a href="https://sridharkatakam.com">My blog</a>

wraith808

  • Supporting Member
  • Joined in 2006
  • **
  • default avatar
  • Posts: 11,186
    • View Profile
    • Donate to Member
Re: Virtual Drive/Folder on computer that lets you run remote softwares?
« Reply #6 on: December 01, 2009, 03:25 PM »
Dropbox doesn't allow remote execution of files, though, and that was the primary question, I think.

MrCrispy

  • Participant
  • Joined in 2006
  • *
  • Posts: 332
    • View Profile
    • Donate to Member
Re: Virtual Drive/Folder on computer that lets you run remote softwares?
« Reply #7 on: December 01, 2009, 07:16 PM »
Streaming playback is possible because content is linear - i.e. when you're playing back an mp3 or video all you need to do is get the next few chunks of data (like frames of video) and decode it. With software, you can't do that, as programs have branch instructions that require different parts of the code. Without getting too technical, software is random access, and streaming is not. I suppose it could be done with a really fast connection and a good protocol but its not really worth it.

snail02

  • Participant
  • Joined in 2008
  • *
  • default avatar
  • Posts: 48
    • View Profile
    • Donate to Member
Re: Virtual Drive/Folder on computer that lets you run remote softwares?
« Reply #8 on: December 02, 2009, 09:32 PM »
Yes, I did try Dropbox; but it requires you to either have the files on the computer as local files all the time, or you would have to download the entire folder in zip format, unzip it, then run it.

Anyhow, I found zumodrive, which seems to do what I wanted.
I uploaded many portable apps from the lupo portable suit on my zumo account, which can be loaded as a Removable drive (not a Network Drive). So the computer sees it like a usb pen drive, which is cool; it's very easy to save file directly in this virtual drive, and it loads very fast.

It seems to also allow streaming of softwares. What it does is, if i had to open Xnview portable, I would double click on xnview.exe, and it would stream it, and also load any dll or other files that is required to load the exe. All of this kept at your defined cache location, so frequent softwares load without further streaming.

Same goes for mp3 files it seems. It loads few bits of the file and streams the file, and you can even skip frames.
So far so good.