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
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
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:" )
tks !