home *** CD-ROM | disk | FTP | other *** search
- @Echo Off
- :START
- NZmod %1
- If ErrorLevel 99 goto Error
- If ErrorLevel 2 goto Download
- If ErrorLevel 1 goto Abort
-
- :Upload
- REM ****This Path should correspond to the Environment Variable "NZMODLST"
- dsz sz @C:\Dsz.lst
- goto End
-
- :Download
- dsz rz -r C:\File
- goto End
-
- :Abort
- goto End
-
- :Error
-
- :End
-