?? make_unz.com
字號:
$ !$ ! "Makefile" for VMS versions of unzip and zipinfo$ ! (version: crypt + no inflate)$ !$ ! Find out current disk and directory$ !$ my_name = f$env("procedure")$ here = f$parse(my_name,,,"device") + f$parse(my_name,,,"directory")$ set verify ! like "echo on", eh?$ !$ ! Do unzip:$ !$ cc /def=(CRYPT) unzip,crypt,extract,file_io,- mapname,match,misc,unimplod,unreduce,unshrink,vms,VMSmunch$ link unzip,crypt,extract,file_io,mapname,match,misc,- unimplod,unreduce,unshrink,vms,VMSmunch, sys$input:/opt sys$share:vaxcrtl.exe/shareable! Next line: put a similar line (full pathname for unzip.exe) in login.com.! Remember to include leading "$" before disk name.$ unzip == "$''here'unzip.exe" ! set up symbol to use unzip$ !$ ! Do zipinfo:$ !$ cc zipinfo$ rename misc.c misc_.c;*$ cc /def=(ZIPINFO) misc_$ rename misc_.c misc.c;*$ link zipinfo,match,misc_,VMSmunch,sys$input:/opt sys$share:vaxcrtl.exe/shareable! Next line: put a similar line (full pathname for unzip.exe) in login.com.! Remember to include leading "$" before disk name.$ zipinfo == "$''here'zipinfo.exe" ! set up symbol to use zipinfo$ set noverify
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -