delorie.com/archives/browse.cgi | search |
Message-ID: | <3DD655C2.6AED9F4E@yahoo.com> |
From: | CBFalconer <cbfalconer AT yahoo DOT com> |
Organization: | Ched Research |
X-Mailer: | Mozilla 4.75 [en] (Win98; U) |
X-Accept-Language: | en |
MIME-Version: | 1.0 |
Newsgroups: | comp.os.msdos.djgpp |
Subject: | rhide and info, installing and uninstalling |
Lines: | 50 |
Date: | Sat, 16 Nov 2002 14:29:08 GMT |
NNTP-Posting-Host: | 12.90.173.70 |
X-Complaints-To: | abuse AT worldnet DOT att DOT net |
X-Trace: | bgtnsc04-news.ops.worldnet.att.net 1037456948 12.90.173.70 (Sat, 16 Nov 2002 14:29:08 GMT) |
NNTP-Posting-Date: | Sat, 16 Nov 2002 14:29:08 GMT |
To: | djgpp AT delorie DOT com |
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp |
Reply-To: | djgpp AT delorie DOT com |
I recently installed rhide15b after uninstalling rhide1478b with the following batch file (note - using 4dos, intended to be run only from \djgpp): [1] c:\djgpp\info>type ..\uinstall.btm @echo off if '..' == '.%1.' goto help if '..' == '.%2.' goto list for %ff in (@manifest\%1.mft) do %2& %ff goto done :list echo Listing of files in manifest for %ff in (@manifest\%1.mft) do echo %ff goto done :help echo Usage: uinstall pkgname disposition_command echo where pkgname appears in .\manifest as "pkgname.mft" echo if disposition_command omitted show files affected echo (usually "rm -f") echo . echo Possible choices for pkgname: dir manifest\*.mft /wkm :done 1st question - for some reason use of "del /q" for the action parameter(s) above doesn't work. This is probably a 4dos question, but maybe somebody knows the answer. 2nd question - I then unzipped the file rhide15b-20020829-prerelease.zip, which put the info files into \djgpp\share\info. Previously I believe they had been in \djgpp\info. info rhide no longer accesses them. install-info doesn't seem to do anything either. rhide seems to function, except it can't access help. Should the infopath setting under [info] in djgpp.env be modified? I keep seeing dire warnings about modifying djgpp.env. 3rd question - Does anyone see problems with the above uinstall batch file? I am not using pakke because I don't understand what it is doing. I do understand deleting and unzipping files. -- Chuck F (cbfalconer AT yahoo DOT com) (cbfalconer AT worldnet DOT att DOT net) Available for consulting/temporary embedded and systems. <http://cbfalconer.home.att.net> USE worldnet address!
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |