Jump to content

kabucek

Member
  • Posts

    100
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by kabucek

  1. I have problem with opening pdfs on file server. On ours network we have file server/somefiles/pdfs and in that folder are pdfs and when user from his machine is trying to open that file it doesn’t open. Anyone have some ideas what is wrong? Permissions are setup in good way.
  2. --- I have problem with finding contacts in public folders. Can anyone help? Me? I'm attaching a link for that picture to visualize my problem --- this is page for a picture http://four.fsphost.com/kabucek/pictures/issuefind.JPG thanks
  3. kabucek

    open port?

    Is there a way to open a port on a local machine from a command line?
  4. What is worng with this batch file ??? lets say i save that as comp.bat. after typing comp i have Enter folder to compress: <- and i don't know what to type here :( when i type C:\test - folder was not found i'm sure that there is something missing or something wrong. can anyone help me? thanks for any suggestions rem %1 name of attribute echo %1 @echo off set /P %my_folder%="Enter folder to compress: " if exist %my_folder% goto %rar_file% goto error cd %my_folder% rar.exe a %my_folder% -s goto done :error echo folder was not found :done
  5. I want to compress big file (let’s say 13GB .bkf file). I want to have a batch file for that. Can anyone help me how to write such batch file? I have WinRar command line installed on my system. I’m using windows platform.
  6. Example Sylvia just sends out a calendar invitation to a meeting that Fred will be holding. I saw the e-mail notice pop up in the bottom right of my screen. Immediately following, an acceptance of the invitation by Mike pop up. I had not yet accepted for Mike, and neither did Mike. Where is the error? Is there option that automatically accepts invitations??
  7. ok, i did connect dsl into the wireless router with cable and one PC with cable into wireless router. i insert a cd that was with linksys box and do the next-> next -> next when it's checking the status i've got message that the router is not connected to the computer and "check your network adapter". why i've got this message? and when i try different configuration of cables i've question about a password but "admin" is not working. where get the password??
  8. I want to create a wireless network at home for 2 PC and 2 laptops. I have LinkSys Wireless – G broadband router, DSL modem (DSL connection). Do I need something more, like DSL router, network adapter?? How to set up this correctly? How to make that secure??
  9. @echo off set /P my_folder="Please enter folder to zip and FTP: " if exist %my_folder% goto do_zfile goto error :do_zfile cd %my_folder% rem .: if your date has '/' in the date, they need to be stripped out. for /f "delims='/'" %%i in ('%date%') do set my_date=%%i-%%j-%%k winzip32 -min -a -p -ex -hs *.* %my_date%.zip set /P my_loc="Please enter FTP site: " set /P my_id="Please enter your ID: " set /P my_pass="Please enter your Password: " echo open %my_loc% > ftp_conn.txt echo user %my_id% %my_pass%>> ftp_conn.txt echo binary >> ftp_conn.txt echo hash >> ftp_conn.txt echo put %my_date%.zip >> ftp_conn.txt echo close >> ftp_conn.txt echo quit >> ftp_conn.txt ftp -s:ftp_conn.txt del ftp_conn.txt del %my_date%.zip goto done :error echo Folder was not found. :done - This is my batch file for ftp program. I want uses that file with SmartFTP. And when I launch that file it asking me for a file… I’m typing C:\test\ - and it’s says that, the syntax of the command is incorrect. Why??? What is the correct command???
  10. I have 7290 Blackberry handheld and it’s slow and showing “no range”, I’ve got also JVM Error 523. What can be the cause for that and how to solve that error??
  11. I’m having problems with synchronizing new 8700 blackberries to outlook contacts. It’s a simple real synch (not a wireless one) to the contacts folder. What can cause those problems and how to solve it?
  12. i want to create vpn for my network and everything goes easy before i'm aked about username and password. How to create username and password that everyone else can use and can logon on that vpn ??????????????
  13. Hello When I start my laptop at the morning I have blue Stop Error Screen: “Technical Information” Stop: 0X0000007E (0XC0000005, 0X80679B8D, 0XEEAB16 0XEEAB1958) What cause that problem?? How to solve it??
  14. yes we can and i found answer for that. simply go to View ->Arrange by -> Current View -> Define Views... :)
  15. how to customize naviation panel in contacts? i want to delete one item from the left panle but i don't know how?? can you help with that?
  16. How to delete one of these items?? How_to_delete_one_of_these_items.doc
  17. We are having a problem with emails. Other people from different companies can’t send to us emails, because they’re bounced back with a message that they don’t have permissions for sending to us emails. What can cause that problem and how to solve that???
  18. How to write a script or batch file, which compress files in a direcotry, then sends the compressed file through SmartFTP program, and then another script or batch file that check the file checksum??? How to configure SmartFTP that it can use that script for automated uploads??
  19. How to import Personal Files from different computer? How to copy those files from different computer on the network without losing existing files in my account? Let’s say I was working on different computer yesterday and I create my account and import personal files from a server and change option to keep Personal Files on that particular computer not on the Server. I want to change that option to keep my Personal Files (emails and all that stuff) on the server but I forgot how to do it???
  20. In SyncBack software when connection is lost and connection is reconnected it automatically resume task, but my question is: “That files that has error in log file, does SyncBack will copy those files again or resume copy those files again????”
  21. Can we do a schedule for automatic copying files from some destination to a server FTP with Total Commander??
  22. Can I take all the email addresses from ibook and put them into new email as normal text and send to the Windows Users? Or can I just put the all the addresses into the text file and send that to the Windows User? This will work?? Or there is a different way to do that?? I want to get all addresses from ibook and put them into OUTLOOK in Windows
  23. When my co-worker in new York set up automatic forwarding emails, every time when he forward to us email, we've got 2 copies instead of one?? How to fix that issue???
  24. How to set up calendar as a resource and how to add your groups into a resource?? I'm using OUTLOOK 2003, service pack 2 ?????????
×
×
  • Create New...