When I run the command line version, it opens and closed co quickly it's hard to see. I'm using windows server 2019. Is there something I need to do to get the command line version runnning? Thank youl.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have the 1.5 version running now on a test machine. When I move it to something more robust, it crashes. So when I try to run it on a really large volume, it crashes. Is this possibly because this is a 32 bit version? Is there a way to make it work with 64 bit, if so? Sorry for the flurry of questions.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I remembered something: you can actually use other versions of the program (including 7.5.1) as a console program too. The only thing you need to do is to change the "Subsystem" bit in the .exe's "optional header" from 2 (Windows GUI) to 3 (Windows Console).
So far this is working out really well. Still need to test on really big volumes. I'm able to export to .csv files from powershell using SwiftSearch. But the export does not include the Name and Type fields. Is there a way to get them to export? Thanks, this is a great tool.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
Anonymous
-
2021-09-27
Glad to hear! Unfortunately no there isn't. The Name column I didn't include because it's redundant and takes up extra space when the path is already there. The Type I didn't include because it would be far too slow if I included it. (It can easily take several minutes.)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Is there a command line version of this tool? I saw the version 1.5 but after downloading it to my computer it does not run.
There's nothing more recent than version 1.5 I believe, unfortunately.
I thought so based on what I've read so far. Is there instructions or guidance on how to get that version up an running?
When I run the command line version, it opens and closed co quickly it's hard to see. I'm using windows server 2019. Is there something I need to do to get the command line version runnning? Thank youl.
I have the 1.5 version running now on a test machine. When I move it to something more robust, it crashes. So when I try to run it on a really large volume, it crashes. Is this possibly because this is a 32 bit version? Is there a way to make it work with 64 bit, if so? Sorry for the flurry of questions.
I remembered something: you can actually use other versions of the program (including 7.5.1) as a console program too. The only thing you need to do is to change the "Subsystem" bit in the .exe's "optional header" from 2 (Windows GUI) to 3 (Windows Console).
You can either do this in any of 3 ways:
You might want to rename it from
.exe
to.com
after you do this.Once you make this change, you should be able to run the program as follows:
Hopefully you won't see any crashes then.
Last edit: - 2021-09-25
Thank you. I'll give it a try!
So far this is working out really well. Still need to test on really big volumes. I'm able to export to .csv files from powershell using SwiftSearch. But the export does not include the Name and Type fields. Is there a way to get them to export? Thanks, this is a great tool.
Glad to hear! Unfortunately no there isn't. The Name column I didn't include because it's redundant and takes up extra space when the path is already there. The Type I didn't include because it would be far too slow if I included it. (It can easily take several minutes.)