Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

8
votes
6answers
834 views

How to run C# Windows application from USB without installing .NET framework on client system

Is it possible to run a C# .NET Windows application (.exe) from pendrive or USB without installing the .NET framework on the client system? If so, how can I make it work?
1
vote
1answer
29 views

Loading pendrive sectors

How can we load sectors of the pendrive using bios interrupts?? Having low level disk access is needed for booting from the pendirve.... I got to hear that, we can use int 13h to load sectors...but ...
1
vote
1answer
145 views

Portable SVNServer for windows

I want to be able to store my projects in a usb stick, under svn control. is there a way of doing it? I don't need any windows authentication, the svn suits me fine. I've read that visualSVN server ...
1
vote
0answers
417 views

error: failed to format the device

I want to format my pendrive kingston 4 GB, but i can't. I used gparted in live cd(remove partition and create new) also program HP USB Disk Storage Formatting(error:failed to format the device) but ...
1
vote
1answer
405 views

Batch file script for attrib

I want to create a batch file for run attrib script for pen drive. But problem is pen drive changes. batch file that 1st ask to write drive letter Then run attrib script for that drive. (my ...
1
vote
2answers
2k views

How to access USB (Pen Drive) Firmware Number from Delphi or VB6?

I want to access/read the Firmware Number of a Pendrive attached on a USB Port of a PC. How can I do this?
0
votes
0answers
50 views

Auto-backup pendrive [closed]

Do you guys know any tool for automatically copying the contents of a pendrive, once it's plugged in? And, if possible, run into the background?
0
votes
2answers
147 views

How to provide the password for accessing the Pendrive

I have one pen drive . When we are trying to access the data from the pen drive, it should ask me for a password. What Should I use for this .....? Thanks...
0
votes
1answer
128 views

Pen Drive Control

I want to control television through pen drive. What should I do with pen drive means at hardware and software level? What type of kernel should I load and how I load the kernel and bootloader in pen ...
0
votes
2answers
124 views

save db access file in to pendrive

I have a very small application. This save data in mdb file (this mdb file only have 2 tables). MDB file is stored in my PC. From application I can set the path to my .mdb file. I have installed my ...