• file list

    From Keplini@VERT/KEPLINI to All on Sun Nov 11 06:37:00 2001
    Hi, ã for some reason, my last message apparently didn't get through the network soãhere it is again:ããHi everyone,ã still working on my Maximus Clone. Thanks for the help on the message areas.ãNow I need help with my file areas ;).ã Problem is that FILE_LIST will display files corresponding to the commandãspec. If I use GETFILESPEC, it gives a prompt (something like Filespec: [ENTERãfor *.*] or something like that) and I don't want any prompt. If I use CMDSTR,ãit won't append the .* or it won't become *.* if the user hits cr. Is there aãway to change the command string in order to append the .* ? Or is there aãfunction like that list files but uses a variable for the specs like FILE_LISTãvarstr ? Is there a way to avoid the prompt to appear using GETFILESPEC ?ããIf anyone could help, I would really appreciate,ã Thanks,ã Kepliniããã---ã þ Synchronet þ Keplini's BBS -={goto.101main.net}=-ã
  • From Digital Man@VERT to Keplini on Sun Nov 11 04:16:33 2001
    RE: file listãBY: Keplini to All on Sun Nov 11 2001 02:37 pmãã > for some reason, my last message apparently didn't get through the networkã > here it is again:ã > ã > Hi everyone,ã > still working on my Maximus Clone. Thanks for the help on the message areã > Now I need help with my file areas ;).ã > Problem is that FILE_LIST will display files corresponding to the commandã > spec. If I use GETFILESPEC, it gives a prompt (something like Filespec: [ENã > for *.*] or something like that) and I don't want any prompt. If I use CMDSã > it won't append the .* or it won't become *.* if the user hits cr. Is thereã > way to change the command string in order to append the .* ? Or is there aã > function like that list files but uses a variable for the specs like FILE_LIã > varstr ? Is there a way to avoid the prompt to appear using GETFILESPEC ?ããWhy not just do:ããset str "*.*"ãfile_listãã(Just like in exec/default.src)ãã-Robã---ã þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.netã
  • From Keplini@VERT/KEPLINI to Digital Man on Sun Nov 11 07:27:00 2001
    RE: file listãBY: Digital Man to Keplini on Sun Nov 11 2001 12:16:00ãã ã > Why not just do:ã > ã > set str "*.*"ã > file_listã > ããI'll give it a try ! Thanks !ããKepliniããã---ã þ Synchronet þ Keplini's BBS -={goto.101main.net}=-ã