Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
18 views

Table reference fails if references table´s workbook is not loaded?

Let´s create one excel file containing one sheet named "Sheet1" with a list named "Table1". (Sorry I am not sure about wording, i.e. Lists vs. Tables, in non-German Excel releases.) Populate it with ...
2
votes
1answer
51 views

Tool for getting a complete directory/file listing with complete, detailed information

Once in a while, I take a complete snapshot of my drives with a command like the following. > for %i in (%drives_hd%) do @dir %i:\/s/a/o>>File_List.txt This gives detailed information ...
-1
votes
1answer
33 views

is there a way to add a download or installation process to a list? [closed]

Is there a way that will let me add existing processes that are on going in the computer into a list that is in my application? For example lets say I am downloading a file or installing a program, I ...
1
vote
1answer
37 views

How to get list of tags from a set of images in Windows 7?

Title pretty much says it all. I have a folder filled with many images and it would be handy to get a list of all the tags that are used so that when I'm adding new images I can reference that list to ...
0
votes
1answer
38 views

How to filter out flagged emails from a specific account in Outlook 2010's task list

I have two Exchange Accounts in my Outlook. In the standard email-view, on the right you see a list of tasks for Today, Next Month, etc. Currently, this list displays all flagged mails of both ...
0
votes
1answer
27 views

Windows listing of files from command line

In Windows I want to list the files from the drive in all the subfolders with the following attributes From all the subfolders File name File Creation date File Last Modified date User name of last ...
1
vote
3answers
54 views

How do I separate a comma-separated list into two columns in excel?

I have a long, comma-separated list which looks like this in excel: 401.50,0.027 402.00,0.028 402.50,0.029 403.00,0.031 403.50,0.032 404.00,0.034 404.50,0.037 Is there a simple way to ...
1
vote
0answers
86 views

Windows batch file: rename files (possibly in multiple folders) based on input file (of target filenames)

I am a Batch-newbie... This "tool" is to automate the slimming down of Windows (XP) by disabling certain system driver, DLL and EXE files. Instead of outright deletion, I wish to rename-in-place, ...
2
votes
0answers
45 views

How to list every file for every revision in Git (like Mercurial's hg manifest --all)?

Mercurial has a command to list every file that the repository has for every revision: hg manifest --all Is there an equivalent command in Git?
1
vote
2answers
66 views

How to copy lines in Excel file that contain a value from a list

Description I have a CSV file with 6000+ lines in it. I have a list of about 300 words that each appear in only one row of the CSV file. Problem How do I extract only the rows that contain a word ...
0
votes
2answers
85 views

How can I condense or summarize a list in Excel?

I have a excel file with entries that appear multiple times. Example: A A A B B C C How can I change this to a form that looks like this: A 3 B 2 C 2
1
vote
1answer
20 views

How do I know the biggest list that I have created in the Oracle Collaboration?

How do I know the biggest list that I have created in the Oracle Collaboration? I also want to know how many members each list has. Can I get this information through the graphical console or just ...
1
vote
3answers
163 views

list of folders using most disk space in Windows 7 [closed]

Possible Duplicate: Visualize the file system usage on Windows Is there a way to show the folders using the most disk space in windows 7, from most disk space to least disk space? Or get a ...
1
vote
2answers
193 views

How to iterate over all pair combinations in a list in bash?

I define a list in bash like this: list="element1 element_2 my_element_3 element04" and I want to do a loop where I iterate through all possible pair combinations. In Perl, I would use a ...
1
vote
3answers
69 views

How to transfer a list of files to offline user with basic windows xp?

I have a lot of files (100s of gb) and I want to give some of them to my friend. But he must select, which files he needs and I can't give him all files at once (I have no such big usb flash or usb ...
0
votes
1answer
54 views

“Machine-readable” list of states in native name

I'm searching for a list (xml,json,... preferred) which contains all sovereign states (lets define them as the members of the UN only) in their native name(s). ISO-Code for state and language are ...
0
votes
2answers
61 views

Mac OS X Symbol in filename priority

Not sure if this feature was in OS9 and under or ever made it to X or was in 9, or what.. but it used to be that if a user started a filename with a '!', then it would be listed first in Finder ...
3
votes
1answer
37 views

Printing a list of email subject lines and recipients

I need to print the subject lines, recipients and timestamps of several hundred emails in list form. Although taking screengrabs of my email client and pasting them into one image would work, I'd ...
2
votes
2answers
576 views

How to Get Column Value in OpenOffice Calc?

It's a simple enough question, but I'm trying to get the value of adjacent columns in OpenOffice Calc. In case you're wondering why. I have several rows, each with a column that should have it's ...
2
votes
3answers
139 views

lshw shows wrong information about memory slots

Recently I bought a new laptop, and now I am looking if I can upgrade it. It has 1 gigabyte of ram. So I decided to find if it has free ram slots. Here is lshw output about ram: *-memory ...
0
votes
1answer
57 views

Best Tool to clone/detect system environment for setup/development testing?

we develop web apps which are tied to biztalk and usually require setup and web config updates on the client side. the problem that I'm seeing quite often is that our own testing/setup would be fine ...
3
votes
3answers
191 views

Medium Sized List of English Words

I'm attempting to write a program with a spell check/auto-complete feature. For this I need a decent sized list of the most common English words. The problem I've ran into is that there is a great ...
0
votes
1answer
34 views

In terminal, take value of numbers into account when using ls

When listing directories in Bash, I would like the value of numbers to be taken into account. Currently this is the output I get: $ ls test_1.txt test_11.txt test_12.txt test_2.txt test_3.txt ...
1
vote
2answers
130 views

How do I list files modified on or before particular date?

Using linux commands , is there way to list files which are created an hour (or particular date) before ?.
0
votes
2answers
167 views

How to get list of available Activex controls

In RegEdit are registered all of the ActiveX. Is there a way to make a list of the available controls, not browsing in the RegEdit?
2
votes
1answer
65 views

How can I prevent a table within a list from continuing the numbering scheme?

I'm writing a list of steps for some documentation, and want a simple table to show some settings based on conditions. The problem is that Word is adding a number to each cell in the table, when the ...
1
vote
1answer
61 views

Mailing list with mail-based admin system

I'm looking for a mailing list management system. Currently I only have one mailing list with fewer than 1,000 subscribers and fewer than 100 mails/day, so the performance doesn't matter much (at ...
1
vote
2answers
607 views

Firefox 4: Export addons list

I was wondering if there is a functionality or maybe another addon for Firefox were I can export all my addons into a simple list - preferably txt or html. I mean only the names because I start to ...
0
votes
1answer
375 views

How to show closed ports in NMap?

any way to make NMap list the closed ports (i tried -vvvv, etc.)? the filtered ones?
1
vote
1answer
254 views

Safety of Proxy Servers

I've been looking around for proxy servers that I may possibly use (to mask my IP; privacy; etc), but all of the sites I find on Google seem to have at least one bad WOT scorecard rating out of a few ...
1
vote
0answers
11 views

E-mail client with contact info in message list?

Neither "Thunderbird" nor "The Bat!" offer to show sender info or contact details like "organization" in the message list. Is there an e-mail client that does this?
5
votes
2answers
713 views

List of Hidden / Virtual Windows User Accounts

I’m trying to find a way to get a comprehensive list of user accounts on a Windows 7 system, including hidden ones. The User Accounts dialog (>control userpasswords2) only shows the normal user ...
0
votes
0answers
49 views

Customize Outlook (2010) sending options for list messages

When I reply to a message from a certain sender (list, in this case), I would like the reply to always go to list, to remove my signature, and to set a reply-to. Is this possible?
0
votes
1answer
216 views

Expanded entries in Finder's list view reset

When I have a folder open in the Finder, in list view, and have several of the folders expanded (or as they say, the disclosure triangles expanded), sometimes I come back to the window and find all ...
0
votes
1answer
385 views

Perform data validation from table on different worksheet in Excel 2007

Is it true that in Excel 2007 you can't do list validation to a table on a different worksheet, only a named range that is not a table? I enter a Source of =Responses and it keeps complaining "The ...
1
vote
2answers
940 views

Color drop down in Excel cell (with no text)? e.g. bgcolor = Red-Green-Amber-unknown

I have an Excel sheet that I'm using to keep track of the status of certain things. I want to have a column which consists of cells containing a repeated drop down that allows you to select (as ...
1
vote
1answer
44 views

Is there a piece of software which lets you turn “anything” into a dynamic reorderable list?

I could write this myself, but I want to know if it already exists. Basically, it must fulfill these criteria: To reorder items, the user must never have to manually renumber them. That would be ...
-1
votes
1answer
83 views

listing files in the root of my usb drive

can I move to the root of my directory and at the same time display all files with a .doc extenson.
4
votes
2answers
1k views

How can I list all updates installed on Mac OS X?

How can I list all updates installed on Mac OS X?
0
votes
1answer
43 views

listing files in the root of my usb drive

how would I get a list of directories of the root of my fdrive without listing the files
1
vote
1answer
342 views

Export SharePoint list to excel doesn't show Version, works in Excel 2003 but not 2007

I'm exporting a list from SharePoint with a particular view (that shows the Version of the item). Exporting to Excel 2003 the list contains the Version column however in Excel 2007 the Version column ...
1
vote
0answers
408 views

How to add support in Function List for a new user-defined language? (Notepad++ Win7 64bit)

I'm writing in a user-defined language called 'Umajin' (*.u), which has a syntax quite different from C/C++ or any ECMAScript-based language, so we've had to write in the rules for the highlighting. ...
0
votes
2answers
67 views

what's a unix command which will output a list of files in a folder to a text file?

i'm on a mac with OSX 10.5 i'm using tcsh but i could use bash if it'd help
16
votes
4answers
2k views

Is it possible to make a smart playlist in iTunes that's comprised of tracks from unique artists (no one artist appears twice on the list)?

I can't figure out a way to get iTunes to create a playlist where every song in the list is a different unique artist, and no artists or songs are repeated. Is this possible? (using iTunes 10, ...
1
vote
1answer
374 views

How do I modify a multilevel list in MS Word 2007?

I'm looking at the MS Word 2007 official help page for multilevel lists, however I could not find any information regarding modifying them just like the way I can (right-click and) modify Styles. How ...
1
vote
1answer
74 views

How do I unshare a list in Remember The Milk? [closed]

I shared an entire list with a contact, but Remember The Milk documentation states that the list cannot be unshared. Only individual tasks can be shared and unshared. Is there a workaround?
3
votes
3answers
2k views

Copy list of files

I have a list of files separated by spaces in a file list.txt. I'd like to copy them to a new folder. I tried to do: cp `cat list.txt` new_folder but it did not work. How would you do this ? ...
2
votes
1answer
364 views

Windows - Check folder size of specific list of folders

Windows Server 2003. I've been trying to establish a way to retrieve the folder size of around 5000 folders, which are contained in a folder with a total of around 15000 folders. So for example: ...
1
vote
5answers
767 views

Software to automate the download of a list of URLs

Let's say I have a list of URLs as follows: http://creamteam.tv/wp-content/uploads/2010/06/10-Chinatown.mp3 http://mp3muffin.com/train/burbs.mp3 ...
1
vote
2answers
38 views

Read values from greyed out listbox?

There are some settings in a program that are listed in a listbox, but because of some poor programming are greyed out and unable to be resized, and I need to know the full values contained in the ...

1 2