RoadRunnerOz
Programmer
I can use the below in a form and it works just fine under the development environment. Once I compile and run it in the exe NOTHING happens! (no files are zipped)
All files are in the exe directory for my test. Changing directories does nothing.
oWinZip = NEWOBJECT( "WinZipMgr", "WinZipMgr.prg"
owinzip.AddFiles( destin, "company.* employ.* test.*"
where destin="Z:\backup\backup.zip" && my zip drive
I have a licensed copy of Winzip. When setting Debug on and running the exe through Visual FoxPro, I can step through the process but it still doesn't zip the files?!! The files Process.vcx and WinZipMgr.prg are included in the exe.
I've tried zipping just one file and/or adding the full path to the file(s). Still nothing
Any ideas???
Michael Ouellette
mouellette@compuserve.com
All files are in the exe directory for my test. Changing directories does nothing.
oWinZip = NEWOBJECT( "WinZipMgr", "WinZipMgr.prg"
owinzip.AddFiles( destin, "company.* employ.* test.*"
where destin="Z:\backup\backup.zip" && my zip drive
I have a licensed copy of Winzip. When setting Debug on and running the exe through Visual FoxPro, I can step through the process but it still doesn't zip the files?!! The files Process.vcx and WinZipMgr.prg are included in the exe.
I've tried zipping just one file and/or adding the full path to the file(s). Still nothing
Any ideas???
Michael Ouellette
mouellette@compuserve.com