使用php进行系统编程

发布于 2024-10-09 07:06:17 字数 76 浏览 1 评论 0原文

我需要一个想法,当我使用 PHP 脚本启动我的电脑(Windows XP)时,使用登录 URL 自动打开浏览器。我如何安排任务,否则请帮忙

I need a idea to open a browser automatically with an login URL as i start my pc(windows XP) using PHP script.How can i schedule the tasks or else please help

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

仅此而已 2024-10-16 07:06:17

在 Windows 上:

  • 确保 PHP 安装正确,
    或下载并安装它。
  • 转到 PHP 目录并创建 php.exe 的新快捷方式
  • 打开新的快捷方式属性(右键单击)
  • 添加“-f”和脚本到快捷方式的路径
  • 将快捷方式复制到自动启动目录中

On windows:

  • Make sure PHP is installed properly,
    or dowload and install it.
  • Go to the PHP directorly and create a new shortcut to php.exe
  • Open the new shortcuts propertys (rightclick)
  • add " -f " and the path tp your script to the shortcut
  • copy the shortcut into your autostart directory
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文