| Sysop: | KK4QBN |
|---|---|
| Location: | Chatsworth, GA |
| Users: | 19 |
| Nodes: | 10 (0 / 10) |
| Uptime: | 73:18:47 |
| Calls: | 1,234 |
| Calls today: | 0 |
| Files: | 94,829 |
| U/L today: |
0 files (0K bytes) |
| D/L today: |
27 files (5,691K bytes) |
| Messages: | 31,230 |
| Posted today: | 0 |
cmdkey /s
print "\r\nprepare to receive %4.sig\r\n"
#you can also do this internally, i chose the quick route
exec "cmd /c del %j\\user\\%4.sig"
receive_FILE_VIA Z "%j\\user\\%4.SIG"
end_cmd
Re: upload your user sigs
By: Jas Hud to All on Sun Sep 17 2006 11:00 am
cmdkey /s print "\r\nprepare to receive %4.sig\r\n" #you can also
do this internally, i chose the quick route exec "cmd /c del %j\\user\\%4.sig" receive_FILE_VIA Z "%j\\user\\%4.SIG" end_cmd
REMOVE_FILE is the command you were looking for. It runs on Windows 9x and *nix too.