Jump to content

Nights

Member
  • Posts

    4
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by Nights

  1. hey im new here and new to vb.net iv worked alot in batch scripting and i LOVE how this peice if code works... but cant get it to work in vb.net ... i remarked above each line to explain what each line does.. help me plz i have ALOT of programs that run this way... and id love to have a VB.net exe that does it insted of a batch... ::Extracts to the environment variable for TEMP directory start /wait Programs\Optimize\AusLogics_Defrag.exe -o%TMP% -y -Pthisisthepass ::Runs the exe with command line arguments %TMP%\AusLogics_Defrag\cdefrag.exe -dt -o c: ::Once its done it deletes the extracted folder and its contents IF EXIST "%TMP%\Auslogics_Defrag\" (RMDIR /S /Q "%TMP%\Auslogics_Defrag\")
  2. ok well then i have a different idea i would like to add something to my program then on the right hand side that would list a pre-set list of services then across from them it would say either started or stopped like such in like a scrolling (because there's a lot)so it would check the services on a timer every 10 seconds or so, and on start up of the program, and i have a button that shuts all of them down, and one to start them all back up and i want it to show them changing as they are getting stopped or started how could i do this? is it possible even? AxInstSV Stopped SensrSvc Started AeLookupSvc Started ALG Started AppMgmt Started BITS Started BDESVC Started bthserv Stopped PeerDistSvc Started CertPropSvc Started Browser Started VaultSvc Stopped DPS Started WdiServiceHost Started WdiSystemHost Started TrkWks Stopped
  3. well i know of a program called "game booster" by iobit that shuts down services and the cleans/defrags the ram... thats basicly what im looking for
  4. hey im working on a optimization program for personal use, and i need help with some code to clean/defrag ram memory on button click thanks alot! if you need more info just let me know..
×
×
  • Create New...