MrFancyteeth
Programmer
Morning,
I have a exe that runs from a CD which cretaes a directory on the C:\drive then unzips files to the directory. It works fine on most (180+)Users' systems except for Some NT4 installs (5-8 users).
The error "Cannot create program workspace" occurs as the exe starts.
according to VFP 7 help.
The disk or directory is full.
Remove files and try again.
You do not have access to the target directory.
Check your permission level.
I'm thinking .. The User does not have permission to write to the C:\ drive. Would this include Temp files? or Maybe The exe is attempting to somehow create temp files on the CD?
mrF
I have a exe that runs from a CD which cretaes a directory on the C:\drive then unzips files to the directory. It works fine on most (180+)Users' systems except for Some NT4 installs (5-8 users).
The error "Cannot create program workspace" occurs as the exe starts.
according to VFP 7 help.
The disk or directory is full.
Remove files and try again.
You do not have access to the target directory.
Check your permission level.
I'm thinking .. The User does not have permission to write to the C:\ drive. Would this include Temp files? or Maybe The exe is attempting to somehow create temp files on the CD?
mrF