Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Dumb Old Program Question

Dumb Old Program Question

Scheduled Pinned Locked Moved The Lounge
questioncombusinesssalesworkspace
44 Posts 28 Posters 4 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Ron Nicholson

    Sorry if this has been answered below, I didn't read them all, but get the search program 'Everything'. Run the program to produce the files, then search using Everything but just sort by date and find the newest files. If they exist anywhere, everything should find. HTH.

    Jack of all trades, master of none, though often times better than master of one.

    L Offline
    L Offline
    Lost User
    wrote on last edited by
    #24

    Ron Nicholson wrote:

    Sorry if this has been answered below, I didn't read them all, but get the search program 'Everything'. Run the program to produce the files, then search using Everything but just sort by date and find the newest files. If they exist anywhere, everything should find. HTH.

    Thanks. I will look into this tool tomorrow (little more than 30 minutes away) even if I don't use it for the task mentioned. You should look at posting about this in the Free Tools Discussion Boards[^].

    Michael Martin Australia "I controlled my laughter and simple said "No,I am very busy,so I can't write any code for you". The moment they heard this all the smiling face turned into a sad looking face and one of them farted. So I had to leave the place as soon as possible." - Mr.Prakash One Fine Saturday. 24/04/2004

    1 Reply Last reply
    0
    • L Lost User

      Got an old customer who is running her business using a custom program that was written years ago. Been recently reinstalled on a Windows 10 computer as the other one died (not sure what was wrong with it) and obviously doesn't run as expected which could be sue to configuration not done on the new computer or just Windows 10 doing things differently. One of the things that ain't working is printing of labels with barcodes. Got the barcode printing software installed but from what I'm told, part way through using it it would dump 2 files to the Desktop that she would double-click to load in the label software and she could print away. The files are not being created, I have looked in C:\Users\\AppData\Local\VirtualStore but the directory is completely empty. Programmer doesn't want to know her (neither do I) so isn't providing any details on where things might be. Anyone have any idea where they might hide? No, I don't know what the files were called, I'm getting a million different names from her and the old husband talking in the background with helpful suggestions, isn't helpful.

      Michael Martin Australia "I controlled my laughter and simple said "No,I am very busy,so I can't write any code for you". The moment they heard this all the smiling face turned into a sad looking face and one of them farted. So I had to leave the place as soon as possible." - Mr.Prakash One Fine Saturday. 24/04/2004

      R Offline
      R Offline
      raddevus
      wrote on last edited by
      #25

      Insert gratuitous self-promotion here... :laugh: I wrote a program which will watch all files on your disk. I wrote it up here on CP. 1. Fire up the program. 2. Point it at her C:\ drive and have her start the label maker. 3. You will see every file created. (uses filesystemwatcher and is quite robust) Win10 : Examination of Disk Utilization (Includes DiscoFiles utility)[^] I even included a zip on that article that contains the pre-built app so you can try it quickly. It's just one .NET exe. EDIT I've seen this type of problem before which is related to the rights the process has (starting under Vista / Win7) to write files only in certain locations. %programdata%, etc. Anyways, from what I remember, the OS will simply block the creation of the files (which are written in improper places) without crashing the program or anything. The files just never appear. This is all related to when MS made those changes about not allowing a process to create a file (even configuration) in the Program Files directory.

      1 Reply Last reply
      0
      • L Lost User

        Got an old customer who is running her business using a custom program that was written years ago. Been recently reinstalled on a Windows 10 computer as the other one died (not sure what was wrong with it) and obviously doesn't run as expected which could be sue to configuration not done on the new computer or just Windows 10 doing things differently. One of the things that ain't working is printing of labels with barcodes. Got the barcode printing software installed but from what I'm told, part way through using it it would dump 2 files to the Desktop that she would double-click to load in the label software and she could print away. The files are not being created, I have looked in C:\Users\\AppData\Local\VirtualStore but the directory is completely empty. Programmer doesn't want to know her (neither do I) so isn't providing any details on where things might be. Anyone have any idea where they might hide? No, I don't know what the files were called, I'm getting a million different names from her and the old husband talking in the background with helpful suggestions, isn't helpful.

        Michael Martin Australia "I controlled my laughter and simple said "No,I am very busy,so I can't write any code for you". The moment they heard this all the smiling face turned into a sad looking face and one of them farted. So I had to leave the place as soon as possible." - Mr.Prakash One Fine Saturday. 24/04/2004

        R Offline
        R Offline
        Rajesh R Subramanian
        wrote on last edited by
        #26

        If you knew the name of those files that were supposed to be created, you could install a filesystem indexer like Void Tools Everything[^] and perform a quick search.

        1 Reply Last reply
        0
        • L Lost User

          Richard Deeming wrote:

          Which desktop? There are two "desktop" folders - the one in the user profile, and the shared one that's usually in C:\Users\Public\Desktop.

          Shouldn't matter which as they both display on the current users Desktop. Plus I reckon this may have been written around the time of Vista so though it may have existed the Public\Desktop wasn't targetted.

          Richard Deeming wrote:

          Of course, if the application is old enough, it might just assume the desktop folder is in a fixed location, and write the files somewhere completely different.

          That's what I believe C:\Users\\AppData\Local\VirtualStore is for. Have another old customer that has bucket loads of data in a Palm III database. I installed that software and to get to the data you have to get in to C:\Users\\AppData\Local\VirtualStore\Program Folder (x86)\Palm\...

          Richard Deeming wrote:

          If you can get access to the machine, maybe Process Monitor[^] might help to identify the problem.

          I couldn't be paid enough to start wading through that murky pile of shit.

          Michael Martin Australia "I controlled my laughter and simple said "No,I am very busy,so I can't write any code for you". The moment they heard this all the smiling face turned into a sad looking face and one of them farted. So I had to leave the place as soon as possible." - Mr.Prakash One Fine Saturday. 24/04/2004

          Richard DeemingR Offline
          Richard DeemingR Offline
          Richard Deeming
          wrote on last edited by
          #27

          Michael Martin wrote:

          That's what I believe C:\Users\<username>\AppData\Local\VirtualStore is for.

          That only works if the application doesn't have a manifest. If it was written for Vista, isn't running elevated, and doesn't have permission to write to the folder, it'll just get an "access denied" error.

          Security: Inside Windows Vista User Account Control[^]:

          For the purposes of this virtualization, Windows Vista treats a process as legacy if it’s 32-bit (versus 64-bit), is not running with administrative rights, and does not have a manifest file indicating that it was written for Windows Vista.


          "These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer

          "These people looked deep within my soul and assigned me a number based on the order in which I joined" - Homer

          1 Reply Last reply
          0
          • R Ron Nicholson

            Sorry if this has been answered below, I didn't read them all, but get the search program 'Everything'. Run the program to produce the files, then search using Everything but just sort by date and find the newest files. If they exist anywhere, everything should find. HTH.

            Jack of all trades, master of none, though often times better than master of one.

            R Offline
            R Offline
            Rajesh R Subramanian
            wrote on last edited by
            #28

            LOL. I've to read all the replies before responding. :)

            1 Reply Last reply
            0
            • L Lost User

              Got an old customer who is running her business using a custom program that was written years ago. Been recently reinstalled on a Windows 10 computer as the other one died (not sure what was wrong with it) and obviously doesn't run as expected which could be sue to configuration not done on the new computer or just Windows 10 doing things differently. One of the things that ain't working is printing of labels with barcodes. Got the barcode printing software installed but from what I'm told, part way through using it it would dump 2 files to the Desktop that she would double-click to load in the label software and she could print away. The files are not being created, I have looked in C:\Users\\AppData\Local\VirtualStore but the directory is completely empty. Programmer doesn't want to know her (neither do I) so isn't providing any details on where things might be. Anyone have any idea where they might hide? No, I don't know what the files were called, I'm getting a million different names from her and the old husband talking in the background with helpful suggestions, isn't helpful.

              Michael Martin Australia "I controlled my laughter and simple said "No,I am very busy,so I can't write any code for you". The moment they heard this all the smiling face turned into a sad looking face and one of them farted. So I had to leave the place as soon as possible." - Mr.Prakash One Fine Saturday. 24/04/2004

              J Offline
              J Offline
              John_W
              wrote on last edited by
              #29

              From and old programmer with experiences of old bar code printers a lot did not have Windows printer drivers and needed special coding to produce their labels while other did have printer drivers that I would expect you will need to install and even then they might need the correct bar code font installed before they can print labels with bar codes.

              1 Reply Last reply
              0
              • L Lost User

                Got an old customer who is running her business using a custom program that was written years ago. Been recently reinstalled on a Windows 10 computer as the other one died (not sure what was wrong with it) and obviously doesn't run as expected which could be sue to configuration not done on the new computer or just Windows 10 doing things differently. One of the things that ain't working is printing of labels with barcodes. Got the barcode printing software installed but from what I'm told, part way through using it it would dump 2 files to the Desktop that she would double-click to load in the label software and she could print away. The files are not being created, I have looked in C:\Users\\AppData\Local\VirtualStore but the directory is completely empty. Programmer doesn't want to know her (neither do I) so isn't providing any details on where things might be. Anyone have any idea where they might hide? No, I don't know what the files were called, I'm getting a million different names from her and the old husband talking in the background with helpful suggestions, isn't helpful.

                Michael Martin Australia "I controlled my laughter and simple said "No,I am very busy,so I can't write any code for you". The moment they heard this all the smiling face turned into a sad looking face and one of them farted. So I had to leave the place as soon as possible." - Mr.Prakash One Fine Saturday. 24/04/2004

                P Offline
                P Offline
                Peter Adam
                wrote on last edited by
                #30

                Maybe the software is set up to print to file, and the desktop was under C:\Documents and settings\... under XP and now it is c:\users\.... and the software simply can not create the file at all. Same could be the case if the Windows printer was set up to print to file.

                1 Reply Last reply
                0
                • L Lost User

                  Got an old customer who is running her business using a custom program that was written years ago. Been recently reinstalled on a Windows 10 computer as the other one died (not sure what was wrong with it) and obviously doesn't run as expected which could be sue to configuration not done on the new computer or just Windows 10 doing things differently. One of the things that ain't working is printing of labels with barcodes. Got the barcode printing software installed but from what I'm told, part way through using it it would dump 2 files to the Desktop that she would double-click to load in the label software and she could print away. The files are not being created, I have looked in C:\Users\\AppData\Local\VirtualStore but the directory is completely empty. Programmer doesn't want to know her (neither do I) so isn't providing any details on where things might be. Anyone have any idea where they might hide? No, I don't know what the files were called, I'm getting a million different names from her and the old husband talking in the background with helpful suggestions, isn't helpful.

                  Michael Martin Australia "I controlled my laughter and simple said "No,I am very busy,so I can't write any code for you". The moment they heard this all the smiling face turned into a sad looking face and one of them farted. So I had to leave the place as soon as possible." - Mr.Prakash One Fine Saturday. 24/04/2004

                  D Offline
                  D Offline
                  DaintyB
                  wrote on last edited by
                  #31

                  Windows 10 does user names differently to older operating systems e.g. Windows 7. My desktop is stored at C:\Users\benab\Desktop on Windows 10 and C:\Users\Ben\Desktop on Windows 7. If the programmer was using her user name to store it to the desktop (terrible programming practise!), then that would explain it ;P

                  1 Reply Last reply
                  0
                  • L Lost User

                    Got an old customer who is running her business using a custom program that was written years ago. Been recently reinstalled on a Windows 10 computer as the other one died (not sure what was wrong with it) and obviously doesn't run as expected which could be sue to configuration not done on the new computer or just Windows 10 doing things differently. One of the things that ain't working is printing of labels with barcodes. Got the barcode printing software installed but from what I'm told, part way through using it it would dump 2 files to the Desktop that she would double-click to load in the label software and she could print away. The files are not being created, I have looked in C:\Users\\AppData\Local\VirtualStore but the directory is completely empty. Programmer doesn't want to know her (neither do I) so isn't providing any details on where things might be. Anyone have any idea where they might hide? No, I don't know what the files were called, I'm getting a million different names from her and the old husband talking in the background with helpful suggestions, isn't helpful.

                    Michael Martin Australia "I controlled my laughter and simple said "No,I am very busy,so I can't write any code for you". The moment they heard this all the smiling face turned into a sad looking face and one of them farted. So I had to leave the place as soon as possible." - Mr.Prakash One Fine Saturday. 24/04/2004

                    A Offline
                    A Offline
                    Anders Eriksson
                    wrote on last edited by
                    #32

                    If you can run the program then you can use Process Monitor to see which files it uses and creates. [Process Monitor - Windows Sysinternals | Microsoft Docs](https://docs.microsoft.com/en-us/sysinternals/downloads/procmon)

                    1 Reply Last reply
                    0
                    • L Lost User

                      Got an old customer who is running her business using a custom program that was written years ago. Been recently reinstalled on a Windows 10 computer as the other one died (not sure what was wrong with it) and obviously doesn't run as expected which could be sue to configuration not done on the new computer or just Windows 10 doing things differently. One of the things that ain't working is printing of labels with barcodes. Got the barcode printing software installed but from what I'm told, part way through using it it would dump 2 files to the Desktop that she would double-click to load in the label software and she could print away. The files are not being created, I have looked in C:\Users\\AppData\Local\VirtualStore but the directory is completely empty. Programmer doesn't want to know her (neither do I) so isn't providing any details on where things might be. Anyone have any idea where they might hide? No, I don't know what the files were called, I'm getting a million different names from her and the old husband talking in the background with helpful suggestions, isn't helpful.

                      Michael Martin Australia "I controlled my laughter and simple said "No,I am very busy,so I can't write any code for you". The moment they heard this all the smiling face turned into a sad looking face and one of them farted. So I had to leave the place as soon as possible." - Mr.Prakash One Fine Saturday. 24/04/2004

                      G Offline
                      G Offline
                      gervacleto
                      wrote on last edited by
                      #33

                      A few years ago I had a similar problem. The program I was using, try to write something to a specific path. Because it had an error trap, it never showed an error in which I could find the path. I tried almost everything. No. it didn't work. Finally I used a Hexadecimal editor (I don't remember which one) to look inside the guts. Almost everything is gibberish, but the strings appears bright as a full-moon light. And Voila! the path showed itself hidden inside «─í▀≈┌▀▐C:\Freemont\Data\Packs.dat▌┌░≈Σ Because I didn't change anything to the program, when I closed the Editor and created the Folder, all work as desired.

                      S 1 Reply Last reply
                      0
                      • L Lost User

                        Got an old customer who is running her business using a custom program that was written years ago. Been recently reinstalled on a Windows 10 computer as the other one died (not sure what was wrong with it) and obviously doesn't run as expected which could be sue to configuration not done on the new computer or just Windows 10 doing things differently. One of the things that ain't working is printing of labels with barcodes. Got the barcode printing software installed but from what I'm told, part way through using it it would dump 2 files to the Desktop that she would double-click to load in the label software and she could print away. The files are not being created, I have looked in C:\Users\\AppData\Local\VirtualStore but the directory is completely empty. Programmer doesn't want to know her (neither do I) so isn't providing any details on where things might be. Anyone have any idea where they might hide? No, I don't know what the files were called, I'm getting a million different names from her and the old husband talking in the background with helpful suggestions, isn't helpful.

                        Michael Martin Australia "I controlled my laughter and simple said "No,I am very busy,so I can't write any code for you". The moment they heard this all the smiling face turned into a sad looking face and one of them farted. So I had to leave the place as soon as possible." - Mr.Prakash One Fine Saturday. 24/04/2004

                        M Offline
                        M Offline
                        milo xml
                        wrote on last edited by
                        #34

                        What kind of barcode printer is it? If it's a Dymo, you may need to install their dev software.

                        1 Reply Last reply
                        0
                        • L Lost User

                          Got an old customer who is running her business using a custom program that was written years ago. Been recently reinstalled on a Windows 10 computer as the other one died (not sure what was wrong with it) and obviously doesn't run as expected which could be sue to configuration not done on the new computer or just Windows 10 doing things differently. One of the things that ain't working is printing of labels with barcodes. Got the barcode printing software installed but from what I'm told, part way through using it it would dump 2 files to the Desktop that she would double-click to load in the label software and she could print away. The files are not being created, I have looked in C:\Users\\AppData\Local\VirtualStore but the directory is completely empty. Programmer doesn't want to know her (neither do I) so isn't providing any details on where things might be. Anyone have any idea where they might hide? No, I don't know what the files were called, I'm getting a million different names from her and the old husband talking in the background with helpful suggestions, isn't helpful.

                          Michael Martin Australia "I controlled my laughter and simple said "No,I am very busy,so I can't write any code for you". The moment they heard this all the smiling face turned into a sad looking face and one of them farted. So I had to leave the place as soon as possible." - Mr.Prakash One Fine Saturday. 24/04/2004

                          J Offline
                          J Offline
                          jeb1217
                          wrote on last edited by
                          #35

                          I have found often with this type of behavior going from an old OS to Windows 10, problem is often related to security. Even running as Administrator does not always give you access to write. In the past creating the destination folder and adding explicit permissions to the account to have full control and turning off inheritance makes a difference. Given the age of the code there may be missing com objects or DLLs that are no longer part of the Windows 10 OS. These problems are a bear to resolve but with the correct tools you'll learn what's generating the error.

                          1 Reply Last reply
                          0
                          • L Lost User

                            Got an old customer who is running her business using a custom program that was written years ago. Been recently reinstalled on a Windows 10 computer as the other one died (not sure what was wrong with it) and obviously doesn't run as expected which could be sue to configuration not done on the new computer or just Windows 10 doing things differently. One of the things that ain't working is printing of labels with barcodes. Got the barcode printing software installed but from what I'm told, part way through using it it would dump 2 files to the Desktop that she would double-click to load in the label software and she could print away. The files are not being created, I have looked in C:\Users\\AppData\Local\VirtualStore but the directory is completely empty. Programmer doesn't want to know her (neither do I) so isn't providing any details on where things might be. Anyone have any idea where they might hide? No, I don't know what the files were called, I'm getting a million different names from her and the old husband talking in the background with helpful suggestions, isn't helpful.

                            Michael Martin Australia "I controlled my laughter and simple said "No,I am very busy,so I can't write any code for you". The moment they heard this all the smiling face turned into a sad looking face and one of them farted. So I had to leave the place as soon as possible." - Mr.Prakash One Fine Saturday. 24/04/2004

                            G Offline
                            G Offline
                            Greg Lovekamp
                            wrote on last edited by
                            #36

                            It sounds as if you are dealing with two separate products: a custom "line of business" program written by someone who no longer wants to support it, and a packaged barcode/label making program. Or is it just multiple custom programs that form the "line of business"? It sounds like the label product installed, but did not create two desktop icons see was expecting to see. It is a bit vague on exactly when the two files are supposed to be created: is it after the software is installed or is one part of the "line of business" software generating those two files which she clicks on and the label software is supposed to utilize? It is just a slow and steady process to determine her problem, and you indeed might end up with "sorry, there is no solution." How important is this client? Can you skip a lot of the determination work and just get to "sorry" earlier?

                            1 Reply Last reply
                            0
                            • G gervacleto

                              A few years ago I had a similar problem. The program I was using, try to write something to a specific path. Because it had an error trap, it never showed an error in which I could find the path. I tried almost everything. No. it didn't work. Finally I used a Hexadecimal editor (I don't remember which one) to look inside the guts. Almost everything is gibberish, but the strings appears bright as a full-moon light. And Voila! the path showed itself hidden inside «─í▀≈┌▀▐C:\Freemont\Data\Packs.dat▌┌░≈Σ Because I didn't change anything to the program, when I closed the Editor and created the Folder, all work as desired.

                              S Offline
                              S Offline
                              Steven1218
                              wrote on last edited by
                              #37

                              I agree with this approach. You might try to: 1) make sure the Desktop is not read-only, and 2) make sure the prior version Windows Desktop path exists (thru Documents and Settings, or whatever).

                              1 Reply Last reply
                              0
                              • L Lost User

                                Got an old customer who is running her business using a custom program that was written years ago. Been recently reinstalled on a Windows 10 computer as the other one died (not sure what was wrong with it) and obviously doesn't run as expected which could be sue to configuration not done on the new computer or just Windows 10 doing things differently. One of the things that ain't working is printing of labels with barcodes. Got the barcode printing software installed but from what I'm told, part way through using it it would dump 2 files to the Desktop that she would double-click to load in the label software and she could print away. The files are not being created, I have looked in C:\Users\\AppData\Local\VirtualStore but the directory is completely empty. Programmer doesn't want to know her (neither do I) so isn't providing any details on where things might be. Anyone have any idea where they might hide? No, I don't know what the files were called, I'm getting a million different names from her and the old husband talking in the background with helpful suggestions, isn't helpful.

                                Michael Martin Australia "I controlled my laughter and simple said "No,I am very busy,so I can't write any code for you". The moment they heard this all the smiling face turned into a sad looking face and one of them farted. So I had to leave the place as soon as possible." - Mr.Prakash One Fine Saturday. 24/04/2004

                                K Offline
                                K Offline
                                KLSmith
                                wrote on last edited by
                                #38

                                Old programs work better if NOT installed under C:\Program Files (x86).

                                1 Reply Last reply
                                0
                                • L Lost User

                                  Got an old customer who is running her business using a custom program that was written years ago. Been recently reinstalled on a Windows 10 computer as the other one died (not sure what was wrong with it) and obviously doesn't run as expected which could be sue to configuration not done on the new computer or just Windows 10 doing things differently. One of the things that ain't working is printing of labels with barcodes. Got the barcode printing software installed but from what I'm told, part way through using it it would dump 2 files to the Desktop that she would double-click to load in the label software and she could print away. The files are not being created, I have looked in C:\Users\\AppData\Local\VirtualStore but the directory is completely empty. Programmer doesn't want to know her (neither do I) so isn't providing any details on where things might be. Anyone have any idea where they might hide? No, I don't know what the files were called, I'm getting a million different names from her and the old husband talking in the background with helpful suggestions, isn't helpful.

                                  Michael Martin Australia "I controlled my laughter and simple said "No,I am very busy,so I can't write any code for you". The moment they heard this all the smiling face turned into a sad looking face and one of them farted. So I had to leave the place as soon as possible." - Mr.Prakash One Fine Saturday. 24/04/2004

                                  L Offline
                                  L Offline
                                  Lost User
                                  wrote on last edited by
                                  #39

                                  For "app data", the usual convention is: c:\ProgramData\\ (i.e. "Users" is not the only place where app data gets stored; including the "exe folder").

                                  "(I) am amazed to see myself here rather than there ... now rather than then". ― Blaise Pascal

                                  1 Reply Last reply
                                  0
                                  • L Lost User

                                    Got an old customer who is running her business using a custom program that was written years ago. Been recently reinstalled on a Windows 10 computer as the other one died (not sure what was wrong with it) and obviously doesn't run as expected which could be sue to configuration not done on the new computer or just Windows 10 doing things differently. One of the things that ain't working is printing of labels with barcodes. Got the barcode printing software installed but from what I'm told, part way through using it it would dump 2 files to the Desktop that she would double-click to load in the label software and she could print away. The files are not being created, I have looked in C:\Users\\AppData\Local\VirtualStore but the directory is completely empty. Programmer doesn't want to know her (neither do I) so isn't providing any details on where things might be. Anyone have any idea where they might hide? No, I don't know what the files were called, I'm getting a million different names from her and the old husband talking in the background with helpful suggestions, isn't helpful.

                                    Michael Martin Australia "I controlled my laughter and simple said "No,I am very busy,so I can't write any code for you". The moment they heard this all the smiling face turned into a sad looking face and one of them farted. So I had to leave the place as soon as possible." - Mr.Prakash One Fine Saturday. 24/04/2004

                                    M Offline
                                    M Offline
                                    mdblack98
                                    wrote on last edited by
                                    #40

                                    Found this that may be fairly easy to figure out what it's trying to create. There are other solutions too for tracing file access. It's may be failing the file creation as it's using a on-existent path and hopefully this software sees the failure. https://www.visualclick.com/content/cptrax-for-windows-active-directory.htm Or process monitor should do it too http://technet.microsoft.com/en-us/sysinternals/bb896645.aspx You can run it directly from the site if you want http://live.sysinternals.com/Procmon.exe Mike

                                    1 Reply Last reply
                                    0
                                    • L Lost User

                                      Got an old customer who is running her business using a custom program that was written years ago. Been recently reinstalled on a Windows 10 computer as the other one died (not sure what was wrong with it) and obviously doesn't run as expected which could be sue to configuration not done on the new computer or just Windows 10 doing things differently. One of the things that ain't working is printing of labels with barcodes. Got the barcode printing software installed but from what I'm told, part way through using it it would dump 2 files to the Desktop that she would double-click to load in the label software and she could print away. The files are not being created, I have looked in C:\Users\\AppData\Local\VirtualStore but the directory is completely empty. Programmer doesn't want to know her (neither do I) so isn't providing any details on where things might be. Anyone have any idea where they might hide? No, I don't know what the files were called, I'm getting a million different names from her and the old husband talking in the background with helpful suggestions, isn't helpful.

                                      Michael Martin Australia "I controlled my laughter and simple said "No,I am very busy,so I can't write any code for you". The moment they heard this all the smiling face turned into a sad looking face and one of them farted. So I had to leave the place as soon as possible." - Mr.Prakash One Fine Saturday. 24/04/2004

                                      K Offline
                                      K Offline
                                      Kirk 10389821
                                      wrote on last edited by
                                      #41

                                      I would run the program in a VM of Windows 7, and use the old SysInternal Tools to identify the file creation. I have had THESE kinds of problems when going to Windows 8 and Windows 10 from very old code that writes stuff to it's own PROGRAMS folders... ALL due to security differences. Windows DOES NOT want things written "anywhere", data goes in appdata, etc. And running as Admin does not always fix stuff, because the resulting EXPLORER instance is NOT in admin mode, so it may not see the files created. That is the FINAL nail in the coffin. If it is using ANY KIND of share, KNOW THIS: A share created with an ADMIN account is NOT accessible to the USER account, AND VICE VERSA. This crushed us recently on a VM setup where the developer runs as admin, but the use program cannot. AND BAM, the share can only be accessible by one at a time, until you tweak the registry!

                                      1 Reply Last reply
                                      0
                                      • L Lost User

                                        Got an old customer who is running her business using a custom program that was written years ago. Been recently reinstalled on a Windows 10 computer as the other one died (not sure what was wrong with it) and obviously doesn't run as expected which could be sue to configuration not done on the new computer or just Windows 10 doing things differently. One of the things that ain't working is printing of labels with barcodes. Got the barcode printing software installed but from what I'm told, part way through using it it would dump 2 files to the Desktop that she would double-click to load in the label software and she could print away. The files are not being created, I have looked in C:\Users\\AppData\Local\VirtualStore but the directory is completely empty. Programmer doesn't want to know her (neither do I) so isn't providing any details on where things might be. Anyone have any idea where they might hide? No, I don't know what the files were called, I'm getting a million different names from her and the old husband talking in the background with helpful suggestions, isn't helpful.

                                        Michael Martin Australia "I controlled my laughter and simple said "No,I am very busy,so I can't write any code for you". The moment they heard this all the smiling face turned into a sad looking face and one of them farted. So I had to leave the place as soon as possible." - Mr.Prakash One Fine Saturday. 24/04/2004

                                        J Offline
                                        J Offline
                                        jamesvtoomey
                                        wrote on last edited by
                                        #42

                                        Get a copy of ProcessExplorer from sysinternals.com. It's free: Process Explorer - Windows Sysinternals | Microsoft Docs[^] This program is extremely handy--it will show you every file that is being created/read/etc, along with what registry keys are being read/added/etc. The log files get huge fast, but for a tricky job like this it will be worth its weight in gold. It's helped me track down really weird/obscure stuff like this.

                                        1 Reply Last reply
                                        0
                                        • L Lost User

                                          Got an old customer who is running her business using a custom program that was written years ago. Been recently reinstalled on a Windows 10 computer as the other one died (not sure what was wrong with it) and obviously doesn't run as expected which could be sue to configuration not done on the new computer or just Windows 10 doing things differently. One of the things that ain't working is printing of labels with barcodes. Got the barcode printing software installed but from what I'm told, part way through using it it would dump 2 files to the Desktop that she would double-click to load in the label software and she could print away. The files are not being created, I have looked in C:\Users\\AppData\Local\VirtualStore but the directory is completely empty. Programmer doesn't want to know her (neither do I) so isn't providing any details on where things might be. Anyone have any idea where they might hide? No, I don't know what the files were called, I'm getting a million different names from her and the old husband talking in the background with helpful suggestions, isn't helpful.

                                          Michael Martin Australia "I controlled my laughter and simple said "No,I am very busy,so I can't write any code for you". The moment they heard this all the smiling face turned into a sad looking face and one of them farted. So I had to leave the place as soon as possible." - Mr.Prakash One Fine Saturday. 24/04/2004

                                          C Offline
                                          C Offline
                                          charlieg
                                          wrote on last edited by
                                          #43

                                          I'd upvote every suggestion that the program is trying to write files in a now restricted space. There are so many butts running around with chunks taken out of them by this security change, mine being one of them. It's an easy change if you have the source code - muahahaha - don't comment on that. As a consultant, I'd say sorry, your code is obsolete, here are some options and here's what it will cost you. Let me know if I can help. :)

                                          Charlie Gilley <italic>Stuck in a dysfunctional matrix from which I must escape... "Where liberty dwells, there is my country." B. Franklin, 1783 “They who can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety.” BF, 1759

                                          1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups