Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

unc alias path

2 views
Skip to first unread message

Roger D

unread,
Dec 8, 2001, 12:05:51 PM12/8/01
to
I have Pdox 7/32 product running successfully to many clients, however I
need to change a routine for a customer.
Trying to unzip a file to an alias path on a network. The code I am using
unzips, but not to the correct location. The alias MAIN is set as a project
alias and is changed between two databases. I need to unzip to the current
database.

Work = GetaliasPath(":main:")
if isDir(work) then
fs.setDir(work)
else msgStop(work, "Not valid Directory")
endif
If not execute(work + "Pkzip25.exe -ext a:\\*.zip" + "\\" + work) then
msgStop("Problem", "C0uld not restore from A: drive)
endif

also tried
execute(work + "pkzip25.exe -ext a:\\*.zip work")

Expert help most appreciated.

Roger Davis

0 new messages