Jump to content

Knil92

Members
  • Posts

    208
  • Joined

  • Last visited

Everything posted by Knil92

  1. is there any group policies that stops powershell scripts from being run?
  2. Might not be this but have you checked the security tab for the folder you're trying to create the zipped file?
  3. If they arent using fms for a while, would it be worth logging out? If they arent using it for a while, and locking their computer, going for dinner etc... then I've seen some network adapters don't wake up properly when users come back which could be effecting it. You could try the power saving options to not turn the screen off when the workstation is locked and see if it keeps the network connection open?
  4. It should be attached, but I created an excel sheet that can run a report without being logged into sims, so it should give you an idea of how to go about it.SIMS Report.zip
  5. Does the add in's tab appear when you log in as an administrator on the workstation?
  6. Thats an odd one, do you get the add ins tab when you go to design a report and edit the template field?
  7. Is the trust settings set to disable all macros?
  8. What version of word are you using?
  9. is it a mail merge report template they are opening? if it is, then the data tags will be under the mailings tab in the insert merge fields
  10. I just went and read your comment, yeah, mines abit more janky than yours lol
  11. You could add a variable to the keypress and then add a check to see if its more than one and if it is dont do anything on the other bit of code?
  12. is there a role of head teacher in the contract? I would also check the tools>staff>pay related section in sims, and check the swc post in the leadership pay scale and make sure that it's set to headteacher
  13. if you have the .rptdef file you can change it to .zip and extract it and it will be in there. Once you've made changes you will need to reattach it to the report in sims.
  14. I found this that might be some help to you https://serverfault.com/questions/395417/microsoft-windows-install-updates-and-restart-instead-of-install-and-shutdown/825152
  15. Yeah I always get confused with the amount of "'s and it gets even better when you're trying to make a batch file from vbs, that creates a text file with special characters
  16. The excel bit should look something like; cmd = cmd.exe /K C:\Program Files (x86)\SIMS\SIMS .net\CommandReporter.exe /user:cn /password:"" /report:"SIMS Databook Report" /output:"\\User\Documents\\Testing\Ce11_SIMS_report_output.xml" /paramfile:"\\User\Testing\SIMS_filters_def.xml" Shell (cmd)
  17. So you could try using the /K to keep the cmd window open after it runs the shell arguments and see if its coming back with any errors?
  18. I'm sure you'd be able to use a csv and powershell to go through documents and if it finds a name or e-mail address or phone number etc... from the csv in the document it could just replace it with *'s
  19. a quick google found this https://csv-to-ics.com/ might want to run it through a virus scanner before you use it though.
  20. The price aside, what do you think of the specs for a single board computer?
  21. Hey, What do people think of DFRobot's LattePanda? https://www.dfrobot.com/product-1729.html Basically a windows 10 SBC with a built in arduino leonardo. From what I've seen its quite powerful for a SBC.
  22. if you had it in an excel spreadsheet, you could use powershell to read the spreadsheet and create a ctf and then import the ctf with all the extra information like contact info and stuff.
  23. I've seen this and it made me laugh XD
  24. So do you reckon this one will be better for emulators?
  25. You could do something like this: @[u][url="http://www.edugeek.net/member.php?u=16971"]echo[/url][/u] off::Ask echo Enter Source Directory to copy : set SRC= set /P SRC=Type input: %=% echo Enter Destination Directory to paste : set DEST= set /P DEST=Type input: %=%xcopy /s /e /y %SRC% %DEST% >> copy.bat schtasks /CREATE /TN "Copy Files" /TR "C:\copy.bat" /ST 21:00 /F It should create a batch file with the xcopy command with the source and destination locations, and then create a scheduled task that runs at 9pm that will run the xcopy batch file.
×
×
  • Create New...