Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Who has what checked out? 2

Status
Not open for further replies.

stewm

MIS
Oct 10, 2003
171
CA
Is there a way to generate a list of files that a particular user has checked out?

Thanks,

Mark Stewart
Consultants Club Corp.

Mark Stewart
Senior Analyst
Consultants Club Corp.
Windsor, Ontario
Canada
 
I'd suggest using the following command line or something close to it.

ss status $/ -R -O@"%USER%Checkout.txt" -U%USER%

%USER% should be replaced with the user's name.

This will create a text file that will contain the all the files checked out to the user. I include the user's name in the text file name.

-Sean
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top