• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. prophitt
    3. Posts
    P
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 2
    • Best 0
    • Controversial 0
    • Groups 0

    Posts made by prophitt

    • RE: snap-in will not run on startup after being installed

      yes it runs as expected , Fog just doesnt add the shortcut to the startup folder.
      I did find a work around with using 7zip sfx maker and telling it to create the shortcut in startup for me, i am still curious as to why Fog cant do that

      posted in General Problems
      P
      prophitt
    • snap-in will not run on startup after being installed

      so i am trying to set up a program as a snapin in fog, the issue i keep running into is no matter how i word the .cmd the snapin will not run on startup after being installed, Fog will install the program just fine it just wont put the program in the startup folder, how do i get it to do this?
      here is the .CMD

      @echo off
      cls
      echo Installing School Messenger... Do not close.
      echo.
      START "School Messenger" /wait "messenger-setup.exe" /verysilent  /Tasks=startupicon
      SLEEP.exe 10 
      cls
      echo Installed School Messenger
      echo.
      SLEEP.exe 5
      exit
      
      posted in General Problems
      P
      prophitt
    • 1 / 1