FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Serial of a USB RAM
Posts: 340
Joined: Thu Jan 25, 2007 03:53 PM
Serial of a USB RAM
Posted: Thu Jan 25, 2007 07:13 PM

Hi,
is it possible to have a unique serial number oo same identification on a USB RAM.
I need it to avoid copy of a my program.

I tried with nSerialHD() and it works but it changes every time i format the device.

Tks all
Romeo/Zingoni

Posts: 310
Joined: Sun Jan 08, 2006 10:09 PM
Serial of a USB RAM
Posted: Fri Jan 26, 2007 05:24 PM

Friend

Flash memory is a temporary data store and you can't use for this feature or don't re-format.

Work whit HD Serial in the your clients fixed disk.

Para usar nSerialHD() agregue o parametro.

nSerialHD( "C:" )
nSerialHD( "Z:" )

Posts: 340
Joined: Thu Jan 25, 2007 03:53 PM
Serial of a USB RAM
Posted: Mon Jan 29, 2007 03:03 PM

tks !

Continue the discussion