Re: Windows shell script ...

2003-09-17 Thread Jan Nieuwenhuizen
Jeremy writes: > [2. application/x-zip-compressed; install.zip] Thanks. Finally I had a look at your script. I've added the setting of the registry to the postinstall script, read all relevant info from registry instead of hard-coded, and added the script in python. You'll have to run post-lil

Re: Windows shell script ...

2003-08-14 Thread Chris Jackson
Jeremy wrote: >> Is the smouldering hot weather, crushing heat, and suffocating >> humidity, or has my brain turned to mush. It works, but it still has >> one flaw: it won't work with paths that contain spaces. *UGGH* In >> between two fainting fits, I've not been able to figure out a way >> to dea

Windows shell script ...

2003-08-14 Thread Jeremy
Is the smouldering hot weather, crushing heat, and suffocating humidity, or has my brain turned to mush. It works, but it still has one flaw: it won't work with paths that contain spaces. *UGGH* In between two fainting fits, I've not been able to figure out a way to deal with this. The rest of it

Re: Windows shell script ...

2003-08-14 Thread Chris Jackson
Chris Jackson wrote: > copy C:\cygwin\tmp\*.pdf %1.pdf > > With this command, my PDF file is mangled in the process of copying: > only the first few lines are copied over. Found a solution to this problem now, after a quick google. If you specify copy /B C:\cygwin\tmp\*.pdf %1.pdf then the fi

Re: Windows shell script ...

2003-08-12 Thread Jeremy
J> Is the smouldering hot weather, crushing heat, and suffocating J> humidity, or has my brain turned to mush. It works, but it still has J> one flaw: it won't work with paths that contain spaces. *UGGH* In J> between two fainting fits, I've not been able to figure out a way J> to deal with this.