Tagged Questions
0
votes
0answers
30 views
Closing windows explorer from python?
I have a script that opens the containing folder of a specified file, but I'd eventually want to do this in sequence, something like:
<generate list of folders to open>
for path in folderlist:
...
0
votes
1answer
21 views
How to get windows batch's parent folder
I'm writing a batch file, I need to get the parent folder of this bat file. Is it possibile?
NB I mean the parent folder of the batch file not of the current directory of the prompt calling that ...
0
votes
0answers
10 views
Copying just the files from a hierarchy of directories in WIndows? [closed]
The title might seem a bit unclear... What I'm trying to do is to copy all of the files from a group of folders into a different directory, but without copying the folders. For example, if I had:
...
-1
votes
0answers
7 views
dividing a folder into subfolders based on other folders, but not coping/moving [closed]
I've got one folder with files like this:
Folder 0: A, C, D, F, H, I, M, N, O, T, U, V, W,
and then folders like:
Folder 1: A, E, I, M, R, V and others
Folder 2: B, F, J, N, S, W
Folder 3: C, ...
1
vote
0answers
11 views
Windows 7 Query Folder Preferences
I was looking at adding a feature to an explorer program. Currently the program does not allow folder based viewing preferences (Pictures, Music, Documents, etc.) but Windows does. So I was wondering ...
0
votes
2answers
29 views
Windows batch - move x amount of folders+content to another folder
I am in the process of cleaning up and organizing my NAS folders.
However, I have folder with over 1800+ folder in it, I need to have this split into 18 folders each containing maximum 100 folders. ...
0
votes
0answers
9 views
How to check for latest directory and which does not contain specific words
I'm new to Windows bash programming and wanting to see how to list the latest directory which does not contain a specific word in it.
Example:
dir a: Test
dir b: Test-new
How to retrive only the ...
0
votes
2answers
41 views
Batch script to hide folders with a specific string
I'm looking to create a batch script for folders starting with the word GFI (followed by an individual name each time) to be recursively set to hidden on a regular basis (I imagine I would have to run ...
0
votes
1answer
15 views
Is it possibly copy files and position them in my folder with x y coordinates?
Really out there question but, I wanted to create a batch script or (any script) to copy files in a folder be able to position them around in a folder window in a particular arrangement. For example, ...
-1
votes
1answer
29 views
Add linux user on windows shared folder [closed]
I would like to share a folder on my Windows Server. I would like my linux users can access to it.
How can I do it ? Did I need to add my Linux server in my domain ?
Thanks
0
votes
1answer
21 views
input box finds and opens folder in windows explorer
The problem:
I have 10,000 numbered folders. for example:
root/7000-8000/7400/7473/
root/3000-4000/3800/3846/
These network folders are "unit folders" that contain all the documents, design, ...
1
vote
1answer
42 views
what is the difference between \ and \\ in file path
What is the difference between single slash and double slash in file path for Windows operating system such as
c:\Personal\MyFolder\\MyFile.jpg
and
c:\Personal\MyFolder\MyFile.jpg
What if i use ...
0
votes
3answers
63 views
A script to automatically delete folders in another folder
I've came across several posts and even code online about .batch files to delete folders and files. However, I am still pretty confused by the myriad amount of information that's on the Internet. Is ...
2
votes
1answer
50 views
Batch file that runs upon accessing folder
I'm wondering if it's possible to have a batch file that automatically executes when I open a directory. I have no clue as to how this would be done.
I want it to do this whether it is accessed ...
-1
votes
3answers
87 views
How to create a folder with name more than 260 charaters
I want to pragmatically create a folder hierarchy. But the problems is in some cases the folder name comes beyond 260 characters and the folder creation getting failed. I have created this folder ...
0
votes
2answers
126 views
What is the maximum allowed sub-folder?
At first I wanted to ask "What is the maximum allowed sub-folder for a windows OS"
But then I figured maybe my web hosting provider isn't on windows but on linux or something else. So I'm asking what ...
1
vote
6answers
205 views
How to find the size of all files, located inside a folder
Is there any API in c++ for getting the size of a specified folder?
If not, how can I get the total size of a folder including all subfolders and files?
0
votes
1answer
366 views
Windows Command Line - Determine Folder Contents Size and save as numerical value
I'm a novice at command line programming, and have a script I want to create. One thing that I need to do is determine the size of a folder's contents and save the numerical value with a variable for ...
1
vote
0answers
408 views
Prevent WNetAddConnection2 class which allows prohibited user to access shared folder
I had developed C# windows application. OS is Windows 7
Requirement: is to access Network Shared Folder ‘Test’ using code with credentials using WNetAddConnection2 class.
Restriction: is some users ...
1
vote
1answer
108 views
How to set CONNECT_PROMPT of WNetAddConnection2?
I have C# .Net windows application and using WNetAddConnection2 to connect network share folder. I want to validate SharedFolder with username/password with
access rights. Please refer detail ...
0
votes
0answers
50 views
mac pkg equivalent for windows to make iTunes files-haring accept folders
I want to use iTunes file-sharing to transfer nearly 78.000 files in a nastest folder structure (5G) to my app. iTunes file-sharing accepts files only, so on the mac I just rename a folder into ...
1
vote
2answers
273 views
Batch remove the last 4 characters of file if they don't end in .jpg?
Due to a bug in After Effects I'm getting single frame outputs with 4 numbers on the end named like this:
Test.jpg0001
Another.jpg0345
AndAnother.jpg0033
Is there a batch script I could write to ...
-1
votes
1answer
23 views
How can I store a folder as a file on my pendrive? [closed]
The question seems silly, I know.
I have a folder contains a lot of files (say 100,000) on my pendrive. I need to store that folder in such a way that an operating system recognizes it as a file. ...
0
votes
2answers
79 views
Recursive “touch” on fileserver
There's something I want to accomplish with administrating my Windows file server:
I want to change the "Last Modified" date of all the folders on my server (just the folders and subfolders, not the ...
0
votes
0answers
104 views
Automatically mount external drives to folders inside a specific folder [closed]
I want that each time Windows 7 discovers that a new external drive of any sort connects to my pc, it will automatically create a folder (e.g. disk, disk2 etc.) inside a specific folder for the drive ...
1
vote
1answer
99 views
Copy a windows folder with its permissions but without overwritting the content
I want to copy a folder with its permissions but without copying its content. So an example:
C:\pictures and it has cat photos in it
I want to copy only the permission to
D:\pictures (has other ...
1
vote
0answers
40 views
create shortcut to the latest file of a folder in windows
is there a way to creat shortcut always point to the latest (or the largest etc) of a folder in windows?
eg:
abc/file1 2012-01-01 xxx
abc/file2 2013-01-01 xxx
...
0
votes
1answer
200 views
Batch file to move folders to sub-folders
Here is my current folder structure:
C:\Invoices\**CustomerName**\January
I'm looking for a script that will go through ALL the CustomerNames and move the January folder to
...
0
votes
1answer
128 views
Is there a correct way to get file details in windows since GetDetailsOf column numbering changes between OS releases?
We have been using Shell32 Folder.GetDetailsOf(folderItem, column) to get file details and extended file details of different files. Unfortunately this breaks between OS versions since the column ...
1
vote
0answers
108 views
Applying folder attributes in Windows Explorer
In Windows explorer detail view, I can add various columns to the view to display meta data, covering many many different attributes (Title, Description, Author, Categories, Tags etc).
For files, I ...
0
votes
1answer
71 views
java isDirectory showing wrong result
I have the following code that checks if a file is a directory, and if not, creates it.
File folder = new File(destFolder);
if (!folder.isDirectory()) {
if ...
1
vote
3answers
191 views
Batch File/Powershell - enumerating files in a folder
Note: There is no need to use batch per say, but I am just familiar with batch, Powershell would be better I imagine, so if there are easier solutions for this problem in powershell, please shout!
I ...
0
votes
0answers
58 views
checking a folder structure and moving empty ones
okay, following Problem. We have a quite large folder structur with several sub folders and want to check if one of the sub folders is empty, if so, the program should move the folder into a different ...
0
votes
1answer
73 views
How to determine, if folder has custom icon?
How to determine, if the folder of given path has the generic folder icon, or rather custom one, set by user? I would like to use only Win32 API calls.
I know, that I can check, if there is a ...
2
votes
1answer
85 views
Cakephp - Change directory (absolute windows path) with Folder::cd() doesn't work
i can't set the absolute windows path with the help of the methods Folder::cd() or Folder Constructor from cakephp api.
There are no errors or messages after method call.
Example
//path= ...
0
votes
1answer
351 views
Unzip multiple gzip files across different folders recursively in Java
I have the following file structure:
D:\Files\File1\file.gz, file2.gz, file3.gz
D:\Files\File2\file.gz, file2.gz, file3.gz
etc..
I would like to provide the Java program with just D:\Files and ...
1
vote
1answer
2k views
How to recursively change folder permissions on WAMP server [closed]
How do I change folder permissions recursively in Windows 7? Specifically, for my WAMP server, I want to change the permissions of my "www" folder so that its contents can be viewed over the Internet, ...
0
votes
1answer
153 views
Python how to get folder name in registry
i want to get the folder name of a path in the registry, not the key value!
I can already read a key value, so how do i read a folder value?
I want it because i need the version nr. of ...
0
votes
1answer
141 views
how to open a folder that opens in the middle of the screen and at a certain size
This code opens a folder if the "TotalFileCount" == 0. I want to open the folder and have it centered on the screen and I want it to be a specific size. Is there a way to do that in C#?
if ...
0
votes
1answer
74 views
Java listFiles displaying Boot directory and other 'protected' Files
I am using the following recursive method to list all files and folders within a given directory, however it seems to be listing some files that aren't visible in Windows Explorer - even when I ...
0
votes
1answer
469 views
Watch a folder constantly for new files
I have a web folder on a Mac (running MAMP Pro) and have files been added within it on the fly, whose URL is as follows .
http://abc.com/folder/
I have another Windows machine that should constantly ...
0
votes
3answers
1k views
Share a Folder with registry key
I'm googling for a couple of days to find a way to share a folder by command line (in Windows Xp, Vista an 7).
I think I've tried all the code available on internet: I can share a folder but cannot ...
0
votes
1answer
164 views
How to synchronize a folder localy between Android and Windows
My question is pretty simple but I do not find a detailed answer. I'm working on an app which need to get files from a Windows directory. I try everything I found on the internet but it seems to be ...
2
votes
2answers
1k views
How to recurse through folders and determine the folder size?
I have a slightly modified version of a script presented in "Windows PowerShell Tip of the Week". The idea is to determine the size of a folder and its subfolders:
$startFolder = "C:\Temp\"
...
1
vote
0answers
61 views
Strange folder creation in windows
I need some help in understanding a problem. Here is the scenario. We have a windows domain controller machine and several machines in that domain. (Everything in windows 2008). In one of the machines ...
0
votes
1answer
35 views
Privileges,Permissions To File,Folders
I only have the privileges of a normal user on a Windows environment (XP). I would like to ask the following questions.
(1) Are any/all attempts to access a log file(text) logged somewhere ?
(2) Are ...
0
votes
2answers
216 views
Does folders in windows have IDs? or GUIDs?
what I'm trying to do, I'm selecting a folder and copying it, I would like to avoid copying it again if the folder got renamed. so is there an ID for each folder in windows that stick with the folder ...
1
vote
0answers
272 views
PowerShell: Move Wildcard Folder structure files to a destination folder
I'm a beginner with PowerShell, so pardon stupid question. On a daily basis I get incoming xml data in a folder on my Win 200 server, e.g. c:\xml-in.
Some folders match the name pattern ...
1
vote
0answers
338 views
Adding metadata to folders in Windows 7
Is it possible to add metadata to folders in Windows 7? I would like to see different informations when browsing folders. I.e. if I browse my music folder, I would like to see the release year of that ...
0
votes
0answers
233 views
common path for all users in dot net window service and windows client
I want to create a folder and it should be accessible(accessible-read,write & delete) for my windows client application and windows service using all my windows os users account.
...




