OS2 World Community Forum
OS/2, ArcaOS and eComStation - Warp Community
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
OS2World.com Forum is back !!!
Remember to visit OS2World at:
http://www.os2world.com
Home
Help
Search
Login
Register
OS2 World Community Forum
»
OS/2, eCS & ArcaOS - Technical
»
Programming
»
Can someone check this?
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: Can someone check this? (Read 5675 times)
karotlopj
Guest
Can someone check this?
«
on:
April 26, 2016, 03:56:29 pm »
Can someone check this cmd file and tell me if the output looks ok? I've tried it several times with different versions of wget and can't understand the result. Just wondered if it was just me...
set @=j:
set repo=%@%\usr
%@%
md \usr
wget -x -Ncr -nH --cut-dirs=3 -t 1 -P %repo%
http://hobbes.nmsu.edu/download/pub/os2/dev/emx/v0.9d/emxample.zip
Logged
karotlopj
Guest
Re: Can someone check this?
«
Reply #1 on:
April 26, 2016, 05:21:43 pm »
I figured it out.... wget processes filesystem separators as '/' . I used a '\' which caused unforeseen behaviour.
Logged
Print
Pages: [
1
]
Go Up
« previous
next »
OS2 World Community Forum
»
OS/2, eCS & ArcaOS - Technical
»
Programming
»
Can someone check this?