Skip to content
Snippets Groups Projects
Commit 6a0d9ccd authored by rswindell's avatar rswindell
Browse files

Cross-platform compatible ";CALL" command.

parent 35e31928
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,10 @@
# or similar function) before this module is loaded.
!include nodedefs.inc
!include file_io.inc
str fname
int file
# Remove any trailing spaces
......@@ -134,7 +138,11 @@ if_true
if_true
shift_str 4
call get_arg
exec command /c rem >> %jqnet/%s.now
set fname "%jqnet/%s.now"
fopen file O_WRONLY|O_CREAT|O_DENYNONE fname
if_true
fclose file
end_if
end_if
return
end_if
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment