Posts by William Ferreira • 75 points
3 posts
-
2
votes3
answers115
viewsA: Invalid parameter in batch script
so in fact what was missing was @echo off... I was trying to run the script without setting echo because I wanted to follow the execution. At the end the file went like this: @echo off set…
-
2
votes3
answers115
viewsQ: Invalid parameter in batch script
I created the following batch script to prevent the user from deleting some directories within their home directory. We use Onedrive for Business and some symbolic links for the user to…
-
3
votes1
answer424
viewsQ: Head Block does not load CSS file
I created a block to upload the files CSS: <block type="page/html_head" name="head" as="head"> <action method="addCss"><stylesheet>css/base.css</stylesheet></action>…