[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
xampp182
/
install
/
[
Home
]
File: config.awk
BEGIN { # ORS="\\r\\n"; # SUBSTIT = "\\\\xamppcoffee"; # DIR = "D:\\xampp"; # server_cmd = "D:\\xampp\\install\\server.xml"; while (getline < CONFIG) { sub(SUBSTIT,DIR,$0); print $0 > CONFIGNEW } # print "@rem Installation Program, second part" > "D:\\xampp\\install\\inst.bat" # D:\xampp\install\awk -v DIR = "C:\\xampp" -f D:\xampp\install\test.awk }