使用%userprofile%的数据源iMacro [英] Datasource iMacro using %userprofile%

查看:93
本文介绍了使用%userprofile%的数据源iMacro的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在iMacro上编写脚本,但是我不想输入用户名,因此我尝试使用%userprofile% %username% %homepath%等.

I'm making a script on iMacro, but i don't want put my username, so i'm trying using %userprofile% %username% %homepath%, etc.

但是当我运行时,它会识别文件夹和文件dates.csv的位置,但是它说未找到该文件,然后显示了一条消息,程序关闭了.

But when i run, it recognize the folder, and the location of the file dates.csv, but it says that the file was not found, and then shows a massage and the program closes.

使用!DATASOURCE

SET !FOLDER_DATASOURCE C:\Users\%username%\Arquivos<SP>Extratos<SP>Bancos\WAS\
SET !DATASOURCE dates.csv
SET !LOOP 1
SET !DATASOURCE_LINE {{!LOOP}}

遵循错误消息: 错误消息

我该如何解决?

推荐答案

尝试一下

SET !FOLDER_DATASOURCE 
C:\Users\%username%\Arquivos<SP>Extratos<SP>Bancos\WAS\dates.csv
SET !LOOP 1
SET !DATASOURCE_LINE {{!LOOP}}

这篇关于使用%userprofile%的数据源iMacro的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆