5 lines
81 B
Batchfile
5 lines
81 B
Batchfile
@echo off
|
|
echo connect %2 %3 %4
|
|
echo spool %1
|
|
echo @dc51.tmp
|
|
echo spool off
|