Sysop: | KK4QBN |
---|---|
Location: | Chatsworth, GA |
Users: | 34 |
Nodes: | 10 (0 / 10) |
Uptime: | 250:38:11 |
Calls: | 1,014 |
Calls today: | 0 |
Files: | 94,829 |
U/L today: |
0 files (0K bytes) |
D/L today: |
24 files (39,886K bytes) |
Messages: | 26,587 |
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.