-
2 questions:
1: can any help me out with the ole1 functions - any good link which gives details on its functions and stuff like that!
2: how do i copy a binary file and write the copied information out into another file.
eg. copy an exe and write the exe out again in a different file.
thanx for all da help
-
To copy a file (of any type) you use
FileCopy [sourcefilename] [destfilename]
------------------
Mark "Buzby" Beeton
VB Developer
[email protected]
-
maybe u misunderstood
i want to read the information in the exe not just copy it
-
Then open the file binairy (check your help for how to open and read files)