multi-file

edit many identical files in vim and save them all with one command

For reasons undisclosed, suppose I have many identical README.txt files in a few dozen sub-directories. In my fantasy world, I could run this: vim --magic-mindreading-flag */README.txt and rather than editing the files for me in sequence, vim will somehow recognize that they're identical and save my changes to all files simultaneousl...

Programmatically submitting a form while using AjaxForm

I wanted to find a way to upload a single file*, in the background, have it start automatically after file selection, and not require a flash uploader, so I am trying to use two great mechanisms (jQuery.Form and JQuery MultiFile) together. I haven't succeeded, but I'm pretty sure it's because I'm missing something fundamental. Just usin...

Coldfusion MX 7.0 Flash based multiple file uploader causing issues after 2/3 files upload

Hi, I have an application that uses a single signon for login in Coldfusion Mx 7.0. It essentially has a cfldap in the application.cfm. But the real issue is that I am trying to use a multi-file upload third party tool that submits to a coldfusion script with cffile and stuff in it. Both the Flash based tool and the Java based tool are...

How do I convert a multi-file cabarc command to a corresponding makecab command?

I have the following line in a .mak file: # http://support.microsoft.com/kb/310618 kbddvp.cab: kbddvp32.dll kbddvp64.dll kbddvp.inf launcher.exe cabarc -m LZX:21 n $@ $** ... which when run, executes as: cabarc -m LZX:21 n kbddvp.cab kbddvp32.dll kbddvp64.dll kbddvp.inf launc her.exe The problem is that cabarc has b...