|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||||
|
|||||
|
Unzip file on W2K3 Server
I have a script that's run on a W2K3 Server that is supposed to extract files from a zip file to a directory.
vbscript Code:
this zip file contains apx 10 text files totalling 13GB ... it begins the extraction but only gets through 2 files and then stops. i get no errors and not sure what's causing it. any info you could provide would be great. i can not install any other software onto the server, so i can't use 7zip or pkunzip or any of the others. i was hoping to just use the native zip that comes with XP/W2K3. thanks.
__________________
Come JOIN the party!!! Quote of the Month: Retirement: Because you've given so much of yourself to the company that you don't have anything left we can use. Questions to Ponder: What do you do when you see an endangered animal eating an endangered plant? iif([sarcasm]=true,iif([you have to ask]=true,"didn't work","ha ha ha"),"not sarcasm") copyright© 2008 sbenj69 |
|
#2
|
|||||
|
|||||
|
Well, I see some syntax errors. That might fix some things. Try this.
VBScript Code:
__________________
Click the image if at any point you don't like my decision.Scripting problems? Windows questions? Ask the Windows Guru! |
|
#3
|
||||
|
||||
|
didn't make any difference. actually, now i get no files to extract. it gives me the popup saying that it's copying, but then it just closes and no files get extracted. is there a time limit or size limit issue that you're aware of? nothing i've searched seems to even hint at it.
|
|
#4
|
|||||
|
|||||
|
There is no size limit. It's only limited by the file system (e.g. you can't copy a file over 2GB on a FAT32 drive). Try again adding a trailing slash to dLocation.
VBScript Code:
|
![]() |
| Viewing: ASP Free Forums > System Administration > Windows Scripting > Unzip file on W2K3 Server |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|