Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi all! We have been experiencing an issue on site where threads have been missing the latest postings. The platform host Vanilla are working on this issue. A workaround that has been used by some is to navigate back a page or two to re-sync the thread and this will then show latest posts. Thanks, Mike.

Hiding batch files

  • 10-10-2005 7:42pm
    #1
    Moderators, Recreation & Hobbies Moderators, Science, Health & Environment Moderators, Technology & Internet Moderators Posts: 92,385 Mod ✭✭✭✭


    I want to setup some batch files so users can run them from a shortcut, but can't read the contents of the file.

    Plan B would be to compile the files - any good batch file compilers out there ?


Comments

  • Registered Users, Registered Users 2 Posts: 9,522 ✭✭✭irishgeo


    @echo off will hide what the script is doing, not sure of a way if they open it in notepad , but you could make it read only.


  • Registered Users, Registered Users 2 Posts: 19,396 ✭✭✭✭Karoma


    Remove all editors:)
    I've only used it once,for a small small issue: BAT2EXEC (Creates .com quickly enough)


  • Registered Users, Registered Users 2 Posts: 131 ✭✭theexis


    On NTFS, deny everything apart from "Traverse Folder / Execute File" permissions to the appropriate user group, along with @echo off.


  • Moderators, Recreation & Hobbies Moderators, Science, Health & Environment Moderators, Technology & Internet Moderators Posts: 92,385 Mod ✭✭✭✭Capt'n Midnight


    theexis wrote:
    On NTFS, deny everything apart from "Traverse Folder / Execute File" permissions to the appropriate user group, along with @echo off.
    Ta that looks like it

    http://support.microsoft.com/?id=825751 - xcacls.vbs
    While xcalcx.exe exists, it is borked :(


Advertisement