When command-line arguments contain "http://" something ....
Posted: Sun Jan 20, 2013 10:38 am
create a empty file a.lsp
so xxxxx.
I can not use the parameter contains "http://" because newlisp automatically get url data.
Maybe we can set special parameters to deal with the problem. ?
Code: Select all
winger@winger$ newlisp a.lsp http://www.google.com/bank.html
ERR: problem accessing file : "ERR: server code 404: HTTP/1.1 404 Not Found\r\n<!DOCTYPE html>\n<html lang=en>\n <meta charset=utf-8>\n <meta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\">\n <title>Error 404 (Not Found)!!1</title>\n <style>\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* > body{back
I can not use the parameter contains "http://" because newlisp automatically get url data.
Maybe we can set special parameters to deal with the problem. ?