home *** CD-ROM | disk | FTP | other *** search
/ Internet 1996 World Exposition / park.org.s3.amazonaws.com.7z / park.org.s3.amazonaws.com / Japan / NTT / DM- / html_ht / map_test_sya.t.awk < prev   
Encoding:
AWK Script  |  2017-09-21  |  265 b   |  10 lines

  1. BEGIN{FS=OFS="\t"}
  2. NR>0{
  3. printf("default http://dnpgw/ryouchi/MUSEUM/NENPYOU/syakai/html_ht/%s.html\n",$1) > "map_cont_t/"$1".mpj"
  4. printf("rect (415,35)(385,6) http://dnpgw/ryouchi/MUSEUM/NENPYOU/syakai/html_mn/MN_idx_j.html\n") >>"map_cont_t/"$1".mpj"
  5. }
  6. END{
  7. #
  8. }
  9.  
  10.