Re: [CODE4LIB] List Names - sub-folders names

2022-06-09 Thread ross-spencer
tree | clip -- Should also work in cmd too if that's a restriction. It looks like subfolders and not filenames is the default. There's a little more information here: https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/tree Best, Ross

Re: [CODE4LIB] MS Publisher - Replicating a brochure

2022-06-09 Thread Joe Hourclé
On Jun 9, 2022, at 7:10 PM, charles meyer wrote: > > Hi my esteemed listmates. > > I have a glossy brochure form a NPO. > > I'm trying to replicate the 2 sided brochure with just card stock until > we're sent more brochures, > > It's 3 " x 7 3/4" > > It's not a trifold but has anyone used Pu

[CODE4LIB] MS Publisher - Replicating a brochure

2022-06-09 Thread charles meyer
Hi my esteemed listmates. I have a glossy brochure form a NPO. I'm trying to replicate the 2 sided brochure with just card stock until we're sent more brochures, It's 3 " x 7 3/4" It's not a trifold but has anyone used Publisher for this kind of task? Other template where this 2 sided brochure

[CODE4LIB] Job: Research and Data Librarian at Middle Tennessee State University

2022-06-09 Thread Code4Lib Jobs
Position is open until filled; initial review date of applications is June 30. See complete job posting and application link for further details. The James E. Walker Library at Middle Tennessee State University invites applicants for a 12-month, full-time, tenure-track faculty position (#4020

[CODE4LIB] LD4 Wikibase Working Hour on 30 June: Wikibase at the German National Library

2022-06-09 Thread Timothy R. Mendenhall
Dear colleagues, Please join us for the next installment of the LD4 Wikibase Working Hour. *Where*: Zoom (Registration link ) *When*: 30 June 2022, 11AM-12PM Eastern US (Time zone converter

[CODE4LIB] SEARCH REOPENED - Job: Integrated Library System Administrator at Johnson County Library

2022-06-09 Thread Beesley, Michelle, JCL
Johnson County Library seeks an Integrated Library System Administrator to fill a position vacated by a recent retirement. Johnson County Library is a 14 branch suburban library system with a long history in our community. A suburb of the Kansas City metro area, our county is growing and dive

[CODE4LIB] Job: Associate Research Scholar in Historical GIS at Graduate School of Architecture, Planning and Preservation - Columbia University

2022-06-09 Thread Code4Lib Jobs
The Center for Spatial Research (CSR) at the Graduate School of Architecture, Planning and Preservation (GSAPP) seeks applications for a full-time Associate Research Scholar. The Associate Research Scholar will focus on generating, analyzing, and visualizing spatial data for the Mapping Histo

Re: [CODE4LIB] [EXT] [CODE4LIB] List Names - sub-folders names

2022-06-09 Thread Juarez, Francisco D
Hello, I've had success using Pythons OS and pathlib library More info on how to do that can be found here: https://stackoverflow.com/questions/50714469/recursively-iterate-through-all-subdirectories-using-pathlib Since OS and pathlib are part of Python's standard library you can find several r

Re: [CODE4LIB] List Names - sub-folders names

2022-06-09 Thread Dan Johnson
Apologies, you wanted *just* folder and subfolder names? Try the following Powershell command instead and paste into a word processor or spreadsheet: tree|clip This will produce some question marks which you can delete via find-replace or can use to figure out subfolder relationships from a sprea

Re: [CODE4LIB] List Names - sub-folders names

2022-06-09 Thread Dan Johnson
To simplify the Powershell option even further, the following command gathers all the files in the current folder and its subfolders into a list, and puts the result directly into the clipboard, so you can just paste into your word processor immediately after running it: get-childitem -Recurse -Na

Re: [CODE4LIB] List Names - sub-folders names

2022-06-09 Thread Bill
That's what I was thinking as well. The example I worked with was: PS C:\Users\Will> Get-ChildItem -Recurse test | ?{ $_.PSIsContainer } | Select-Object FullName FullName C:\Users\Will\test\bazinga C:\Users\Will\test\hamdinger C:\Users\Will\test\superwhammy C:\Users\Will\test\hamdinger\m

Re: [CODE4LIB] List Names - sub-folders names

2022-06-09 Thread Zhang, Bin
Not exactly a DOS command, but the more powerful Powershell command will get what you asked, I think: get-childitem -recurse -directory -path 'c:\folder name' -name Here is the full documentation: https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.management/get-childitem?

Re: [CODE4LIB] [EXT] [CODE4LIB] List Names - sub-folders names

2022-06-09 Thread Dewees, John
It looks like Karen's Directory Printer has an option to just return folder information and omit file information, which I think will provide the results you are looking for. https://www.karenware.com/powertools/karens-directory-printer -Original Message- From: Code for Libraries On Be

[CODE4LIB] Online AvramCamp: Save the Date-July 29th 11:00 a.m.-5:00 p.m.CST

2022-06-09 Thread Sharon Whitfield
Core sponsors AvramCamp, a safe and welcoming space for women and non-binary technology library workers to explore common challenges,, learn strategies for success, and share tools to build confidence,. This half-day online event, inspired by AdaCamp, will take place on Friday, July 29 from 11:00 a

[CODE4LIB] List Names - sub-folders names

2022-06-09 Thread charles meyer
Hi All, This task used to be a lot easier in XP. In W10, I’m trying to print a list of sub-folder names in a folder. I’m not interested in the folder or sub-folder contents nor the files contents, just the file names. Googling resulted in just results to print the folder contents or the

[CODE4LIB] Open Preservation Foundation release JHOVE 1.26

2022-06-09 Thread Charlotte Armstrong
Dear all, The Open Preservation Foundation (OPF) is pleased to announce that JHOVE 1.26 is now available for download following community testing. This release incorporates the global contributions made during our 2020 Spring Hackathon